start.wxss
563 字节
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
/**index.wxss**/
.box {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.box2 {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background: rgba(255, 255, 255, 0.6);
display: flex;
align-items: center;
justify-content: center;
}
.box image {
width: 50%;
height: 50%;
}
.btn {
width: 242rpx;
height: 80rpx;
background: rgba(0, 0, 0, 1);
font-size: 30rpx;
color: #fff;
}
.btn::after{
border: 0;
}