-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.wxss
More file actions
77 lines (66 loc) · 1.16 KB
/
app.wxss
File metadata and controls
77 lines (66 loc) · 1.16 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
/**app.wxss**/
@import 'weui.wxss';
@import 'weui2.wxss';
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.weui-btn {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
padding-left: 14px;
padding-right: 14px;
box-sizing: border-box;
font-size: 18px;
text-align: center;
text-decoration: none;
color: #fff;
line-height: 2.55555556;
border-radius: 5px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
overflow: hidden;
}
page {
background-color: #eee;
}
.weui-uploader__file {
position: relative;
}
.btn_delete {
width: 50rpx;
height: 50rpx;
font-size: 30rpx;
line-height: 50rpx;
margin-top: 30rpx;
text-align: center;
border-radius: 50rpx;
background-color: #ccc;
color: #fff;
position: absolute;
top: -20rpx;
right: 10rpx;
}
swiper {
height: 350rpx;
}
swiper-item image {
width: 100%;
height: 100%;
}
.swiper-container {
position: relative;
}
.swiper-container .swiper {
height: 300rpx;
}
.swiper-container .swiper .img {
width: 100%;
height: 100%;
}