incomeDetail.wxss
668 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
/* pages/main/finalpay/incomeDetail/incomeDetail.wxss */
.page {
background-color: #f5f5f5;
}
.swiper-tab {
width: 100%;
text-align: center;
line-height: 88rpx;
background: #fff;
box-sizing: border-box;
}
.swiper-tab-list {
font-size: 30rpx;
display: inline-block;
color: #333;
flex: 1
}
.on {
color: #4e8fe7;
border-bottom: 6rpx solid #4e8fe7;
}
.text_black3_34 {
font-family:PingFangSC-Medium,PingFang SC;
font-size: 34rpx;
color: #333333;
text-align: center;
line-height: 24px;
}
.text_black6_32 {
font-family:PingFangSC-Regular,PingFang SC;
font-size: 32rpx;
color: #666666;
text-align: center;
line-height: 32px;
}