account.wxss
965 字节
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
/* pages/account/account.wxss */
page{
padding:0 0 114rpx 0;
}
.account_box{
margin: 68rpx 30rpx 0 30rpx;
}
.input_box{
display: flex;
align-items: center;
padding:20rpx 0;
border-bottom:1rpx solid #9E9E9F;
color:#9E9E9F;
font-size:32rpx;
}
.placeinput{
color:#9E9E9F;
font-size:30rpx;
}
.input_box input{
width:90%;
margin: 0 0 0 20rpx;
}
.input_box .iconfont{
color:#509FD6;
font-weight: bold;
}
.acc_code{
justify-content: space-between;
}
.getcode{
background: #509FD6;
font-size:24rpx;
display: flex;
align-items: center;
justify-content: center;
padding:10rpx 40rpx;
border-radius: 20rpx;
color:#fff;
}
.input_left{
display: flex;
width:70%;
align-items: center;
}
.input_left input{
width:90%;
}
.button_btn{
margin: 615rpx 0 0 0;
height: 60rpx;
display: flex;
justify-content: center;
align-items: center;
font-size:36rpx;
color:#fff;
border-radius: 10rpx;
background: #509FD6;
}
.button_btn:active{
opacity: 0.7;
}