buildtext.wxss
1.9 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
@import '../../../common/common.wxss';
.slide-image{
width:100%;
height:100%;
}
.swiper_image,.swiper_item_img{
height:360rpx;
}
.user_comment{
padding-bottom: 120rpx;
}
.swiper_image{
position:relative;
}
.dots{
/* width: 156rpx; */
height: 36rpx;
display: flex;
flex-direction: row;
position: absolute;
left: 320rpx;
bottom: 12rpx;
}
/*未选中时的小圆点样式 */
.dot{
width: 16rpx;
height: 16rpx;
border-radius: 50%;
margin-right: 26rpx;
background-color: white;
}
/*选中以后的小圆点样式 */
.active{
width: 36rpx;
height: 16rpx;
border-radius:8rpx;
background-color: #fff;
}
/* 关注 */
.attention{
height:70rpx;
background: #FD8779;
padding: 22rpx 33rpx;
display:flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
}
.attentintext{
color:#fff;
font-size: 26rpx;
}
.attentinword{
width:137rpx;
height:46rpx;
border:1rpx solid rgba(255,255,255,1);
border-radius:23rpx;
color:#fff;
font-size: 24rpx;
text-align: center;
line-height: 46rpx;
}
.search{
width:562rpx;
height:64rpx;
display:flex;
justify-content: space-between;
align-items: center;
padding: 12rpx 12rpx 12rpx 33rpx;
box-sizing: border-box;
background: #FAFAFA;
border-radius:50rpx;
margin: 12rpx 18rpx 12rpx 0;
}
.searchimg{
width:33rpx;
height:33rpx;
font-size: 0
}
.searchimg image{
width:100%;
height:100%;
}
.enterword{
width:485rpx;
color:#B2B2B2;
font-size: 28rpx;
}
.mew_right{
display:flex;
}
.new{
width:68rpx;
text-align: center;
color:#A89997;
font-size: 24rpx;
}
.new_active{
color:#FD8779;
}
.searchbuildtext{
display:flex;
justify-content: space-between;
align-items: center;
padding: 0 32rpx;
}
.editword{
width:524rpx;
position: relative;
text-indent: -2
}
.openword{
position:absolute;
right:-63rpx;
bottom:-2rpx;
color:RGBA(253, 135, 121, 1);
font-size: 28rpx;
}
.essays_text{
width:524rpx;
text-indent: -2
}