-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathapp.wxss
48 lines (47 loc) · 781 Bytes
/
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
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.showView{
height: 150rpx;
width: 150rpx;
background-color: orangered;
}
.head{
margin-top: 40;
padding: 50rpx;
line-height: 1;
}
.body{
padding-left: 30rpx;
padding-right: 30rpx;
overflow: hidden;
}
.bigTitle{
font-size: 52rpx;
padding-left: 30rpx;
padding-right: 30rpx;
position: center;
}
.title{
font-size: 52rpx;
}
.desc{
margin-top: 10rpx;
color: #888888;
font-size: 28rpx;
padding-left: 30rpx;
padding-right: 30rpx;
}
.icon{
width: 80rpx;
height: 80rpx;
margin-top: 20;
margin-bottom:10;
}