niangjiushi.wxss
1.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
.niangjiulist{
display:flex;
flex-wrap:wrap;
}
.teachimg{
width:120rpx;
height:120rpx;
font-size: 0;
border-radius:50%;
margin:40rpx auto 0;
}
.teachimg image{
width:100%;
height:100%;
border-radius:50%;
}
.niangjiuitem{
width:366rpx;
height:386rpx;
border-bottom: 1rpx solid #f5f5f5;
}
.niangjiuitem:nth-child(n){
border-right:1rpx solid #f5f5f5
}
.jiuname{
color:#1A1A1A;
font-size: 28rpx;
text-align: center;
margin-top:14rpx;
}
.atten{
width:80rpx;
/* padding: 0 20 */
margin:20rpx auto 0;
}
.aten1{
width:120rpx;
margin:20rpx auto 0;
}
.jiubottom{
display:flex;
align-items: center;
justify-content: space-around;
margin-top:23rpx;
}
.jiuleft{
display:flex;
align-items: center
}
.jiumiddle{
display:flex;
align-items: center
}
.jiuleftimg{
width:30rpx;
height:28rpx;
font-size: 0
}
image{
width:100%;
height:100%;
}
.jiuzan{
color:#666666;
font-size: 28rpx;
margin-left:16rpx;
}
.middleimg{
width:29rpx;
height:27rpx;
font-size: 0
}
.tiao{
color:#666666;
font-size: 28rpx;
margin-left:16rpx;
}
.jiuright{
width:26rpx;
height:26rpx;
font-size: 0;
position: relative
}
.lj_share{
width:38rpx;
height:40rpx;
border:none;
position: absolute;
right:0rpx;
top:0rpx;
background: transparent
}
button::after{
border:none;
outline: none;
background: transparent
}