app.wxss
739 字节
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
@import "res/vant/common/index.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
page {
background-color: #f8f8f8;
font-size: 14px;
}
.title-footer {
position: relative;
z-index: 0;
height: 80rpx;
line-height: 80rpx;
overflow: hidden;
color: #6d189e;
text-align: center;
margin: 0 18rpx 0;
}
.title-footer .cont {
background: white;
padding: 0 12rpx;
font-size: 22rpx;
z-index: 10;
text-align:center;
}
.title-footer .hr {
background: #6d189e;
height: 2rpx;
border: 0;
position: absolute;
left: 10%;
right: 10%;
top: 50%;
margin-top: 1px;
z-index: -1;
}