getNewsInfo.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
image {
width: 100%;
height: 400rpx;
}
.newinfo_list {
/* margin-top: -10rpx; */
/* padding: 0 32rpx; */
/* border-top-left-radius: 10px;
border-top-right-radius: 10px; */
margin: 0 32rpx;
}
.goods_title {
margin-top: 32rpx;
/* height: 52rpx; */
font-size: 36rpx;
font-weight: 600;
}
.goods_name {
padding: 24rpx 0;
display: flex;
align-items: center;
font-size: 28rpx;
color: #7d7e80;
}
.goods_name image {
width: 36rpx;
height: 36rpx;
}
.goods_time {
margin-left: 58rpx;
}
.newinfo_text {
text-align: justify;
color: #5D5D5D;
}
/* 分享 */
.btn-item {
width: 100rpx;
height: 100rpx;
border: none !important;
line-height: 1 !important;
padding: 63rpx 0 0;
box-sizing: border-box;
border-radius: 50%;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: rgb(255, 255, 255) !important;
text-align: center;
margin: 40rpx 0 0;
background: red;
position: fixed;
bottom: 144rpx;
right: 32rpx;
}