star.wxss
610 字节
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
/* page/Modify/modify.wxss */
.contant {
width: 100%;
padding: 100rpx 50rpx 0;
box-sizing: border-box;
}
.img {
width: 100%;
height: 1000rpx;
font-size: 0;
}
.img image {
width: 100%;
height: 100%;
}
.button {
width: 100%;
padding: 0 60rpx;
box-sizing: border-box;
position: fixed;
bottom: 200rpx;
left: 50%;
transform: translate(-50%, 0);
}
.button_top {
width: 100%;
background:rgba(39,53,116,1);
box-shadow:0px 6px 6px rgba(0,0,0,0.16);
color: rgba(255, 255, 255, 1);
margin-bottom:20rpx
}
.button_bot{
text-align: center
}