topline_detail.wxss
1.8 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
/* pages/topline_detail/topline_detail.wxss */
.contnet{
margin: 0 32rpx;
}
.title{
color:#1F1F1F;
font-size:30rpx;
margin: 32rpx 0 30rpx 0;
}
.video_box{
height: 300rpx;
width:100%;
border-radius: 5rpx;
}
.video_box video{
width:100%;
height: 100%;
}
.tipitem{
color:#292929;
font-size:28rpx;
margin: 20rpx 0 0 0;
display: flex;
align-items: center;
}
.tip_left{
width:220rpx;
margin: 0 20rpx 0 0;
display: flex;
align-items: center;
}
.tip_img{
width:27rpx;
height: 27rpx;
border-radius: 50%;
margin: 0 9rpx 0 0;
}
.tip_img image{
display: block;
width:100%;
height: 100%;
}
.txt_left{
width:600rpx;
text-align: left;
}
.content_img{
height: 300rpx;
border-radius: 5rpx;
overflow: hidden;
margin: 30rpx 0 27rpx 0;
}
.content_img image{
width:100%;
height: 100%;
}
.tip_mian{
color:#A8A8A8;
font-size:26rpx;
}
.center_title{
color:#8DE063;
font-size: 30rpx;
margin: 32rpx 0 10rpx 0;
}
.assess_item{
border-bottom:1rpx solid #F0F0F0;
padding:0 0 30rpx 0;
}
.assess_item:last-child{
border-bottom:none;
}
.header{
display: flex;
align-items: center;
justify-content: space-between;
color:#A8A8A8;
font-size:30rpx;
margin: 20rpx 0;
}
.header_left{
display: flex;
align-items: center;
}
.headerimg{
width:70rpx;
height: 70rpx;
border-radius: 50%;
margin: 0 10rpx 0 0;
}
.headerimg image{
width:100%;
height: 100%;
}
.assess_time{
color:#CCCCCC;
font-size:24rpx;
}
.assess_main{
color:#292929;
font-size:26rpx;
}
.reply{
margin: 22rpx 0 0 0;
background: #E6E6E6;
padding:12rpx 18rpx;
color:#A8A8A8;
font-size:24rpx;
border-radius: 5rpx;
}
.int_btn{
margin: 40rpx 0 50rpx 0;
height:88rpx;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
font-size:34rpx;
background:#8DE063;
border-radius:44rpx;
}
.int_btn:active{
opacity: 0.7;
}