nochildren.wxss
1.4 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
@import '../../../common/common.wxss';
page{
background-color:#FCF8F7;
}
.write_pre{
color:#292525;
font-size: 32rpx;
font-weight: bold;
text-align: center;
margin-top:64rpx;
margin-bottom: 27rpx;
}
.konwpredate_img{
width:32rpx;
height:32rpx;
font-size: 0;
}
.select_date_img,.select_date_row{
width:40rpx;
height:40rpx;
font-size: 0;
}
.konwpredate_img image,.select_date_img image,.select_date_row image{
width:100%;
height:100%;
}
.predict_date_item{
width:626rpx;
background: #fff;
border-radius:16rpx;
padding: 35rpx 51rpx;
box-sizing: border-box;
margin: 0 auto;
margin-top: 36rpx;
box-shadow:0px 15px 30px 0px rgba(235,235,235,1);
}
.predict_date{
display:flex;
justify-content: space-between;
align-items: center;
}
.konwpredate{
color:#292525;
font-size: 32rpx;
}
.select_date,.select_date_left{
display:flex;
align-items: center;
}
.select_date{
justify-content: space-between;
}
.select_date_text,.enter_predit{
color:#292525;
font-size: 28rpx;
}
.select_date_text{
margin-left: 20rpx;
}
.select_date{
margin-top: 36rpx;
height:70rpx;
border-radius: 35rpx;
background: #F5F6FA;
padding: 0 32rpx;
}
.enter_predit{
margin-top: 60rpx;
}
.birthchild{
margin-top: 207rpx;
}
.editbirth{
margin-top:0;
}
.eidt_child_item{
margin-top: 184rpx;
}
.layer1{
width:686rpx;
height:499rpx;
}
.layer2{
width:654rpx;
height:499rpx;
opacity:0.8;
border-radius:16rpx;
}