index.wxss
771 Bytes
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
/**index.wxss**/
.text-view{
width: 100%;
text-align: center;
}
.text-area{
width: 95%;
padding: 5rpx 10rpx;
text-align: left;
box-sizing: border-box;
display: inline-block;
border: 1rpx dashed #afafaf;
}
.button-view{
width: 100%;
margin-top: 20rpx;
text-align: center;
}
.button-view button{
width: 95%;
display: inline-block;
height: 92rpx;
line-height: 92rpx;
font-size: 36rpx;
text-align: center;
}
.type-view{
width: 95%;
margin-top: 40rpx;
margin-bottom: 40rpx;
display: flex;
justify-content: space-between;
}
.type-view button{
padding: 20rpx 10rpx;
writing-mode: vertical-lr;
text-align: center;
letter-spacing: 15rpx;
}
.ad-1{
margin-bottom: 10px;
}