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
page-create {
.submit{
background-color: #24bafc;
}
.ques-title{
font-size: 1.5rem !important;
color: #333 !important;
}
.item-type{
padding: 5px 10px;
background-color: #ededed;
}
.set-font{
font-size: 1.5rem;
color: #333333;
}
.add-btn{
padding: 5px 10px;
color: #32bbf9;
font-size: 16px;
}
.remove-radiu{
display: inline-block;
font-size: 16px;
text-align: center;
width: 20px;
border-radius: 50%;
border: 1px solid red;
height: 20px;
vertical-align: text-bottom;
}
.list-ios .item-block .item-inner{
padding-left: 16px;
}
.input-style{
border: none;
height: 3rem;
padding: 2px;
}
}