TB.wxss
1.6 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/* pages/my/myConsultantPersonalCentre/myConsultantPersonalCentre.wxss */
page {
background-color: #f5f5fa;
}
.banner_box {
width: 100%;
height: 300rpx;
background-color: #0c8aff;
padding: 32rpx 34rpx;
box-sizing: border-box;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}
.banner_title {
font-size: 26rpx;
color: #ffff;
display: flex;
justify-content: space-between;
align-items: center;
}
.icon-shuoming {
margin-right: 10rpx;
}
.money {
font-size: 120rpx;
color: #fff;
margin-top: 75rpx;
}
.content_item {
background-color: #fff;
overflow: hidden;
position: relative;
margin-top: 320rpx;
}
.content_title {
font-size: 26rpx;
color: #0286ff;
margin: 33rpx 0 20rpx 33rpx;
}
.icon-jiaoyijilu {
margin-right: 11rpx;
}
.item_list {
font-size: 30rpx;
color: #1a1a1a;
display: flex;
justify-content: space-between;
align-items: flex-start;
border-bottom: 1rpx solid #ebebeb;
padding: 33rpx 35rpx;
}
.mask_box {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0;
left: 0;
z-index: 100;
}
.popup_box {
width: 85%;
font-size: 28rpx;
color: #1a1a1a;
background: rgba(255, 255, 255, 1);
border-radius: 10rpx;
box-shadow: 0rpx 0rpx 5rpx rgba(0, 0, 0, 0.08);
padding: 21rpx;
position: fixed;
top: 78rpx;
left: 50%;
transform: translateX(-50%);
}
.tri {
position: absolute;
top: 68rpx;
right: 84rpx;
width: 0;
height: 0;
border-left: 16rpx solid transparent;
border-right: 16rpx solid transparent;
border-bottom: 10rpx solid #fff;
}
.list_info {
text-align: right;
}