case.wxss
2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/* pages/case/case.wxss */
.case_wrap {
width: 100%;
height: 100%;
background: #F0EEED;
position: relative;
}
.case_wrap .case_banner_box {
width: 100%;
height: 540rpx;
background: #fff;
position: relative;
}
.case_wrap .case_banner_box swiper {
width: 100%;
height: 487rpx;
}
.case_wrap .case_banner_box image {
width: 100%;
height: 100%;
}
.dots{
/* width: 156rpx; */
/* height: 36rpx; */
display: flex;
flex-direction: row;
position: absolute;
left: 320rpx;
bottom: 20rpx;
/* margin-top: -18rpx; */
}
/*未选中时的小圆点样式 */
.dot{
width: 16rpx;
height: 16rpx;
border-radius: 50%;
margin-right: 26rpx;
background-color:#CCCCCC;
}
/*选中以后的小圆点样式 */
.active{
width: 16rpx;
height: 16rpx;
border-radius:8rpx;
background-color: #FB7F47;
}
/*案例css */
.case_box {
width: 100%;
height: 647rpx;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
}
.case_title {
width: 100%;
height: 112rpx;
display: flex;
justify-content: center;
align-items: center;
}
.case_title .case_title_content {
width:276rpx;
height: 100%;
position: relative;
}
.case_title_content .case_contnet_line {
position: absolute;
width:100%;
height:1rpx;
background:linear-gradient(90deg,rgba(240,131,12,1),rgba(230,0,18,1));
opacity:0.5;
left: 0;
top: 50%;
}
.case_title_content .case_title_text {
width: 142rpx;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
left: 50%;
margin-left: -76rpx;
background-color: #fff;
color: #000000;
font-size: 30rpx;
}
.case_content {
display: flex;
flex-wrap: wrap;
}
.case_content .case_list {
width: 194rpx;
height: 194rpx;
display: flex;
justify-content: center;
align-items: center;
color: #333333;
font-weight: 500;
font-size: 26rpx;
position: relative;
margin: 0 28rpx 30rpx;
border-radius:10rpx;
}
.case_list image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
/* z-index: 0; */
}
.case_list_text {
position: absolute;
/* top: 50%;
left: 50%; */
}