yujingDetail.wxss
1.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
/* pages/yujing/yujingDetail/yujingDetail.wxss */
.detail_top{
padding: 50rpx 30rpx 0;
border: 1rpx solid #f5f5f5;
border-right: none;
border-left: none;
}
.top_box{
width: 100%;
}
.top_title{
padding-bottom: 40rpx;
color: #333333;
font-size: 34rpx;
}
.top_name{
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding-bottom: 20rpx;
font-size: 28rpx;
}
.top_msg{
color: #5797F5
}
.detail_center{
padding: 30rpx;
border-bottom: 20rpx solid #f5f5f5;
}
.center_title{
padding-bottom: 22rpx;
color: #333333;
font-size: 34rpx;
}
.detail_bot{
padding: 40rpx 30rpx 0;
}
.bot_msg{
padding: 30rpx;
background-color: #f5f5f5;
border-radius: 10rpx;
font-size: 28rpx;
color: #666;
}
.bot_name{
margin-bottom: 10rpx;
}
.remark{
color: #333;
margin-top: 20rpx;
overflow: hidden;
zoom: 1;
}
.remark_title,.remark_content{
float: left
}
.remark_content{
width: 85%;
}
.bot_btn{
color: #FF3038;
display: flex;
justify-content: flex-end;
}