xusd
7 days ago 998218675eb243d43912c203174a6b72b299c0f8
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
/* pages/signIn/index.wxss */
@import '../../styles/public_components.wxss';
 
.header {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    padding: 32rpx 32rpx 24rpx;
}
 
.header-image {
    width: 120rpx;
    height: 120rpx;
}
 
.header-title {
    flex: 1;
    padding-left: 32rpx;
}
 
.main {
    background-color: #ffffff;
    padding-top: 32rpx;
}
 
.result {
    background-color: #ffffff;
  padding: 100rpx 32rpx;
  text-align: center;
}
 
.result-title {
    margin: 48rpx 0;
    font-weight: 600;
}
 
.result-image {
    width: 150rpx;
    height: 150rpx;
}