template.wxss
1.0 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
.tem_mask{
position: fixed;
top:0;
left:0;
width:100%;
height: 100%;
background: rgba(0,0,0,0.6);
z-index:1000;
}
.title_sd{
font-size: 30rpx;
}
.tem_mian{
position: absolute;
left:50%;
transform: translateX(-50%);
bottom:7%;
margin: 0 auto;
width:600rpx;
padding:30rpx;
background: #17b3f0;
font-size: 28rpx;
color: #000;
border-radius: 20rpx;
}
.list_content {
font-size:28rpx;
color:#fff;
}
.content_list {
margin-top:15rpx;
}
.list_input {
width:610rpx;
height:60rpx;
border:1rpx solid rgba(255, 255, 255, 1);
border-radius:10rpx;
margin-top:23rpx;
padding:0 10rpx;
}
.list_btn_a {
height:80rpx;
text-align: center;
line-height: 80rpx;
font-size:36rpx;
color:#fff;
background:rgba(173, 232, 255, 0.69);
border-radius:10rpx;
display:flex;
align-items:center;
justify-content:center;
margin-top:10rpx;
margin-bottom:20rpx;
}
.list_input {
width:95% !important;
height:60rpx;
border:1rpx solid rgba(255, 255, 255, 1);
border-radius:10rpx;
margin-top:23rpx;
padding:0 10rpx;
}
.mini_sd{
font-size: 24rpx;
margin: 20rpx 0 0 0;
}