-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.wxss
87 lines (80 loc) · 1.39 KB
/
app.wxss
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
/**app.wxss**/
.container {
flex: 1;
display: flex;
flex-direction: column;
box-sizing: border-box;
}
.container-body{
flex: 1;
overflow-y: auto;
overflow-x: hidden;
align-items: center;
justify-content: center;
}
.container-footer{
width: 81%;
display: flex;
height: 29px;
background: #f7f6f6;
}
.container-footer text{
color:#ffffff;
font-weight: bold;
letter-spacing: 3rpx;
flex: 1;
display: block;
text-align: center;
height: 29px;
line-height: 29px;
font-size: 14px;
border-top: 1rpx solid #83c6c2;
border-left: 1rpx solid #83c6c2 ;
border-right: 1rpx solid #83c6c2;
border-bottom: 1rpx solid #83c6c2 ;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
background-color: #aad1cf;
}
.container-footer text:first-child{
border-left: 1;
}
.container-footer .btn-block{
border-radius:2;
}
.container-footer .btn-block:after{
border: 0;
}
.container-gray{
background: #F1FBF2;
}
/**词典模块***/
.space-content{
justify-content: center;
}
.cidian-top,.cidian-block{
padding: 20rpx;
background: #f7f6f6;
margin-bottom: 0rpx;
flex-direction: row;
}
.cidian-block{
border-top: 2rpx solid #ddd;
}
.cidian-banner{
position: relative;
}
.cidian-banner swiper{
width: 100%;
height: 360rpx;
}
.cidian .slide-image {
width: 20%;
height: 200rpx;
margin-top: 5%;
margin-left: 15%;
/*left: 28rpx;
top: 192rpx;
width: 75px;
height: 95px;*/
}