introduce.wxss
2.0 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
/* pages/introduce/introduce.wxss */
.intr_top{
margin: 30rpx ;
display: flex;
justify-content: space-between;
align-items: center;
color:#666;
font-size:26rpx;
}
.intr_imgbox{
margin:0 27rpx 0 0 ;
display: flex;
align-items: cneter;
justify-content: center;
width:128rpx;
height: 128rpx;
border-radius: 50%;
overflow: hidden;
}
.intr_imgbox image{
width:100%;
height: 100%;
}
.intr_left{
display: flex;
align-items: center;
}
.intr_title{
margin:0 0 10rpx 0;
color:#333;
font-size:34rpx;
font-weight: bold;
}
.intr_tip{
color:#fff;
font-size:24rpx;
height: 44rpx;
line-height: 44rpx;
padding:0 16rpx;
border-radius: 22rpx;
background: #3AA0EA ;
margin: 0;
}
.intr_item{
margin:30rpx 30rpx 0 30rpx;
color:#666;
font-size:26rpx;
}
.intr_c_title{
position: relative;
padding:0 0 0 20rpx;
box-sizing: border-box;
color:#000;
font-size:34rpx;
}
.intr_c_title:after{
position: absolute;
top:0;
left:0;
width:8rpx;
height: 46rpx;
background-color: #3AA0EA ;
content: ''
}
.intr_content{
margin: 20rpx 0 0 0;
}
.intr_content view{
margin: 0 0 20rpx 0;
}
.bottom_box{
margin: 40rpx 0;
border-top:#E5E5E5 1rpx solid;
border-bottom:#E5E5E5 1rpx solid;
}
.bottom_item{
position: relative;
padding:30rpx;
box-sizing: border-box;
border-bottom:1rpx solid #E5E5E5;
display: flex;
align-items: center;
}
.bottom_item:last-child{
border:none;
}
.po_rigth{
position: absolute;
right: 3%;
top:48%;
color:#c7c7c7;
}
.bottom_itemimg{
margin: 0 30rpx 0 0;
width:86rpx;
height: 86rpx;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden
}
.po_rigth .iconfont{
font-size: 36rpx;
font-weight: bold;
}
.bottom_itemimg image{
width:100%;
height: 100%;
}
.bottom_rigth{
color:#000;
font-size:34rpx;
}
.tagbox{
margin:10rpx 0 0 0;
display: flex;
align-items: center;
color:#45BFA4;
font-size:28rpx;
}
.tagbox view{
margin: 0 20rpx 0 0;
padding:0 16rpx;
height: 44rpx;
line-height: 44rpx;
border-radius: 22rpx;
border:1rpx solid #45BFA4;
}
.tag_txt{
margin: 10rpx 0 0 0;
color:#9B9B9B;
font-size:28rpx;
}