myReport.wxss
2.4 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
134
135
136
137
/* pages/person/myReport/myReport.wxss */
@import '../../../style/base.wxss';
@import '../myCourse/myCourse.wxss';
page{
background: #FCF8F7;
}
.warp_head {
background: #fff;
}
.warp_name{
position: relative;
color: #252729;
font-size: 32rpx;
}
.active{
color: #FD8779;
font-weight: bold;
}
.active text{
position: absolute;
bottom: -21rpx;
left: 50%;
display: block;
width: 76rpx;
height: 5rpx;
background: #FD8779;
border-radius: 5rpx;
transform: translateX(-50%);
}
.report_box{
border-top: solid 16rpx #FCF8F7;
background: #fff;
}
.report_list{
padding: 32rpx;
box-sizing: border-box;
border-bottom: solid 1rpx #EBEBEB;
}
.report_img{
width: 686rpx;
height: 272rpx;
margin: 0 auto;
border-radius: 16rpx;
}
.report_info{
padding-top: 36rpx;
}
.report_txt{
padding-bottom: 10rpx;
color: #292525;
font-size: 32rpx;
font-weight: bold;
}
.report_char{
color: #969799;
font-size: 26rpx;
}
.report_btn{
display: flex;
align-items: center;
justify-content: center;
padding: 3rpx 6rpx;
margin-top: 18rpx;
margin-right: 20rpx;
color: #fff;
font-size: 24rpx;
background: #FFC299;
border-radius: 3rpx;
}
.report_flx{
display: flex;
justify-content: flex-start;
}
.report_over{
background: #999999;
}
.report_menu{
padding-top: 36rpx;
}
.report_date{
display: flex;
align-items: center;
justify-content: center;
width: 190rpx;
height: 40rpx;
margin: 0 auto 16rpx;
color: #fff;
font-size: 24rpx;
background: #E0DDDC;
border-radius: 20rpx;
}
.report_tab{
width: 686rpx;
margin: 0 auto;
padding: 0 42rpx;
box-sizing: border-box;
background: #fff;
}
.report_comment{
display: flex;
align-items: center;
height: 100rpx;
margin-bottom: 30rpx;
color: #292525;
font-size: 28rpx;
font-weight: bold;
border-bottom: solid 1rpx #EBEBEB;
}
.reply_box{
display: flex;
align-items: center;
justify-content: space-between;
padding: 32rpx 0;
}
.reply_open{
color: #333333;
font-size: 26rpx;
}
.reply_img{
width: 15rpx;
height: 15rpx;
transform:rotate(45deg);
-moz-transform:rotate(45deg); /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg); /* Opera */
}
.reply_rote{
transform:rotate(225deg);
-moz-transform:rotate(225deg); /* Firefox */
-webkit-transform:rotate(225deg); /* Safari 和 Chrome */
-o-transform:rotate(225deg); /* Opera */
}
.report_con{
line-height: 50rpx;
font-size: 28rpx;
}