share.wxss
868 字节
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
/* pages/my/share/share.wxss */
.content_item {
width: 100%;
height: 100%;
background-color: #409af7;
position: fixed;
top: 0;
left: 0;
}
.share_img {
margin: 50rpx auto 90rpx auto;
width: 520rpx;
height: 446rpx;
overflow: hidden;
}
.share_img image {
width: 100%;
}
.content {
width: 474rpx;
font-size: 28rpx;
color: #fefefe;
margin: 0 auto;
height:auto;
}
.content textarea {
width: 474rpx;
/* height: 150rpx !important; */
/* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden; */
}
.bottom_btn {
width: 686rpx;
height: 100rpx;
font-size: 36rpx;
font-weight: bold;
color: rgba(2, 134, 255, 1);
background: rgba(255, 255, 255, 1);
border-radius: 10rpx;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto;
margin-top: 88rpx;
}