index.wxss
1.8 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
/**index.wxss**/
@import "../../templates/templates.wxss";
page {
background-color: #f2f2f2;
}
.container {
position: relative;
}
.modal {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background-color: transparent;
/*opacity: 0.8;*/
z-index: 10;
}
.wrap {
height: auto;
position: relative;
}
swiper {
display: block;
height: 450rpx;
}
/*用来包裹所有的小圆点 */
.dots {
width: 156rpx;
height: 36rpx;
display: flex;
flex-direction: row;
position: absolute;
left: 320rpx;
bottom: 20rpx;
z-index: 10;
}
/*未选中时的小圆点样式 */
.dot {
width: 16rpx;
height: 16rpx;
border-radius: 50%;
margin-right: 26rpx;
background-color: white;
opacity: 0.6;
}
/*选中以后的小圆点样式 */
.active {
width: 30rpx;
height: 16rpx;
border-radius: 8rpx;
opacity: 1;
}
.index_top {
width: 100%;
height: 450rpx;
overflow: hidden;
}
.index_top image {
width: 100%;
height: 100%;
}
.btn-box {
padding: 22rpx 20rpx;
box-sizing: border-box;
background: #f2f2f2;
}
.buy-btn {
width: 100%;
height: 150rpx;
position: relative;
/*padding: 22rpx 20rpx;*/
/*margin-top: 22rpx;*/
/*margin-bottom: 22rpx;*/
/*margin-left: 20rpx;*/
/*margin-right: 20rpx;*/
/*box-sizing: border-box;*/
/*background: #5AB7F9;*/
/*border-radius: 20rpx;*/
display: flex;
align-items: center;
justify-content: center;
/*background-image: url('../../images/taimiao@2x.png');*/
/*background-repeat: no-repeat;*/
/*-webkit-background-size: cover;*/
/*background-size: cover;*/
}
.buy-btn text {
color: #ffffff;
font-size: 24rpx;
position: absolute;
}
.buy-btn image {
width: 100%;
height: 100%;
border-radius: 20rpx;
}
.experiment_box:nth-child(2) {
margin-bottom: 0;
}
.lizi {
width: 200rpx;
height: 200rpx;
color: red;
}