-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathapp.wxss
107 lines (99 loc) · 2.46 KB
/
app.wxss
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
/**app.wxss**/
@import 'style/weui.wxss';
page{
background-color: #F8F8F8;
font-size: 16px;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.page{
width:100%;
}
.page__hd {
padding: 40px;
}
.page__bd {
padding-bottom: 40px;
}
.page__bd_spacing {
padding-left: 15px;
padding-right: 15px;
}
.page__ft{
padding-bottom: 10px;
text-align: center;
}
.page__title {
text-align: left;
font-size: 20px;
font-weight: 400;
}
.page__desc {
margin-top: 5px;
color: #888888;
text-align: left;
font-size: 14px;
}
/*蒙层*/
.Montmorillonitelayer{
width:100%;
height:100%;
position: fixed;
top:0px;
bottom:0px;
right:0px;
left:0px;
z-index: 9000;
overflow: hidden;
background: rgba(0, 0, 0, 0.3);
}
.Montmorillonitelayer-content{
width:95%;
position: fixed;
top:20%;
left:2.5%;
background:#fff;
border-radius: 10px;
z-index: 11000;
}
.Montmorillonitelayer-content input{
height:50px;
padding-left:5px;
line-height: 50px;
}
.Montmorillonitelayer-content button{
background:#fff;
border-top:1px solid #eee;
color:#48c23d;
}
.Montmorillonitelayer-content button::after{
border:none;
}
.yesstopoverflow{
overflow-y:hidden
}
@font-face {
font-family: 'iconfont'; /* project id 463446 */
src: url('//at.alicdn.com/t/font_463446_qctryrqh3hyw4s4i.eot');
src: url('//at.alicdn.com/t/font_463446_qctryrqh3hyw4s4i.eot?#iefix') format('embedded-opentype'),
url('//at.alicdn.com/t/font_463446_qctryrqh3hyw4s4i.woff') format('woff'),
url('//at.alicdn.com/t/font_463446_qctryrqh3hyw4s4i.ttf') format('truetype'),
url('//at.alicdn.com/t/font_463446_qctryrqh3hyw4s4i.svg#iconfont') format('svg');
}
.iconfont{
font-family:"iconfont" !important;
font-size:16px;font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.icon-dialogue:before { content: "\e603"; }/*评论量*/
.icon-user:before { content: "\e602"; }/*用户*/
.icon-read:before { content: "\e635"; }/*阅读量*/
.icon-read:before { content: "\e635"; }/*商城icon*/
.icon-zan:before { content: "\e60a"; }/*点赞icon*/
.icon-zanfirst:before { content: "\e615"; }/*点赞icon*/
.icon-addwrite:before { content: "\e66a"; }/*添加评论*/
.icon-forwarding:before { content: "\e66d"; }/*转发*/
.icon-back:before { content: "\e609"; }/**/
.icon-share:before{ content:"\e63b"}/*分享*/
.icon-toback:before{ content:"\e64d"}/*分享*/