Newer
Older
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
page-verify-edit {
.toolbar-icon{
color: #fff;
margin-right: 1rem;
font-size: 1.5rem;
}
.item-ios.item-block .item-inner{
border-bottom:none;
padding-right: 0px;
}
.item-ios + .item-ios{
border-top: 1px solid #eeeeee;
}
.main-color{
color: #e12724;
font-size: 1.4rem;
}
.content-textarea{
min-height: 320px;
}
.label-ios{
margin-right: 0px;
}
.select-ios .select-placeholder {
color: #333;
}
.selectDiv{
background-color: #f1f1f1;
height: 100px;
width: 100%;
position: relative;
.height{
position: absolute;
top: 32%;
left: 49%;
width: 2%;
height: 36%;
background-color: #cccccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.width{
position: absolute;
top:49%;
left: 32%;
width: 36%;
height: 2%;
background-color: #cccccc;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
ion-icon{
position: absolute;
top: 2px;
right: 2px;
font-size: 1.8rem;
color: #999999;
}
}
.imgList{
text-align: center;
.imgTips{
position: absolute;
top: 5px;
left: 5px;
font-size: 1.4rem;
color: #888888;
}
ion-icon{
position: absolute;
top: 2px;
right: 2px;
font-size: 1.8rem;
color: #999999;
}
video,img{
max-width: 100%;
max-height: 100px;
}
}
}
//文章发布的actionsheet
.stuffAction {
.action-sheet-wrapper{
.action-sheet-container{
padding: 0;
.action-sheet-group{
border-radius: 0px;
.action-sheet-button{
color: #e42417;
min-height: 5rem;
padding: 10px;
font-size: 1.8rem;
}
}
.action-sheet-group.action-sheet-group-cancel {
margin-bottom: 0;
.action-sheet-button{
color: #444444;
font-weight: 500;
}
}
}
}
color: #e42417;
}