ArticleDetails.wxss
2.1 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
/* pages/ArticleDetails/ArticleDetails.wxss */
.banner_box {
background: #0286ff;
display: flex;
align-items: center;
font-size: 28rpx;
color: #fff;
position: relative;
padding:30rpx 30rpx 85rpx 30rpx;
border-radius: 16rpx;
box-shadow: 0rpx 15rpx 30rpx 0rpx rgba(9, 60, 121, 0.08);
overflow: hidden;
}
.head_img {
width: 180rpx;
height: 180rpx;
display: flex;
align-items: center;
justify-items: center;
margin-right: 32rpx;
box-shadow: 0rpx 5rpx 10rpx 0rpx rgba(2, 134, 255, 0.66);
}
.head_img image {
width: 100%;
height: 100%;
}
.head_info_box {
line-height: 50rpx;
}
.user_name {
font-size: 32rpx;
font-weight: bold;
}
.edit_box {
display: flex;
align-items: center;
font-size: 26rpx;
color: #f80;
background: #fff;
border-radius: 26rpx;
padding: 13rpx 30rpx;
position: absolute;
right: 30rpx;
top: 50%;
transform: translateY(-50%);
}
.icon-xiugai {
font-size: 26rpx;
margin-right: 11rpx;
}
.banner_info {
width: 100%;
height: 60rpx;
line-height: 60rpx;
background: #0073dc;
font-size: 28rpx;
color: #fff;
text-align: center;
position: absolute;
bottom: 0;
left: 0;
}
.content_box {
padding: 30rpx;
}
.list_title {
font-size: 40rpx;
color: #000;
margin-bottom: 40rpx;
}
.list_info_box {
font-size: 24rpx;
color: #97a0a8;
margin-bottom: 30rpx;
}
.line {
display: inline-block;
width: 1rpx;
height: 22rpx;
background: #dedede;
margin: 0 15rpx;
}
.bottom_box {
width: 120rpx;
height: 120rpx;
background: linear-gradient(-30deg, rgba(31, 118, 220, 1), rgba(69, 149, 244, 1));
border-radius: 50%;
font-size: 24rpx;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
position: fixed;
bottom: 50rpx;
right: 50rpx;
}
.bottom_box button{
position: absolute;
top:0;
left:0;
width: 100%;
height: 100%;
z-index:1000;
opacity: 0;
}
.icon-zhuanfa {
font-size: 45rpx;
font-weight: bold;
margin-bottom: 5rpx;
}
.list_content {
font-size: 30rpx;
color: #252729;
line-height: 50rpx;
text-indent: 2rem;
margin-top: 70rpx;
}