add
This commit is contained in:
@ -17,19 +17,19 @@
|
||||
}
|
||||
/* padding20 */
|
||||
.padding20 {
|
||||
padding: 0.2rem;
|
||||
padding: 0.2*3.125rem;
|
||||
}
|
||||
/* pad20 */
|
||||
.pad20 {
|
||||
padding: 0 0.2rem;
|
||||
padding: 0 0.2*3.125rem;
|
||||
}
|
||||
/* padding30 */
|
||||
.padding30 {
|
||||
padding: 0.3rem;
|
||||
padding: 0.3*3.125rem;
|
||||
}
|
||||
/*pad30 */
|
||||
.pad30 {
|
||||
padding: 0 0.3rem;
|
||||
padding: 0 0.3*3.125rem;
|
||||
}
|
||||
/* layout */
|
||||
.acea-row {
|
||||
@ -102,29 +102,29 @@
|
||||
height: 100%;
|
||||
}
|
||||
.start {
|
||||
width: 1.22rem;
|
||||
height: 0.3rem;
|
||||
width: 1.22*3.125rem;
|
||||
height: 0.3*3.125rem;
|
||||
background-image: url("https://h5.dayouqiantu.cn/static/images/start.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1.22rem auto;
|
||||
background-size: 1.22*3.125rem auto;
|
||||
}
|
||||
.start.star5 {
|
||||
background-position: 0 0.03rem;
|
||||
background-position: 0 0.03*3.125rem;
|
||||
}
|
||||
.start.star4 {
|
||||
background-position: 0 -0.3rem;
|
||||
background-position: 0 -0.3*3.125rem;
|
||||
}
|
||||
.start.star3 {
|
||||
background-position: 0 -0.7rem;
|
||||
background-position: 0 -0.7*3.125rem;
|
||||
}
|
||||
.start.star2 {
|
||||
background-position: 0 -1.05rem;
|
||||
background-position: 0 -1.05*3.125rem;
|
||||
}
|
||||
.start.star1 {
|
||||
background-position: 0 -1.4rem;
|
||||
background-position: 0 -1.4*3.125rem;
|
||||
}
|
||||
.start.star0 {
|
||||
background-position: 0 -1.75rem;
|
||||
background-position: 0 -1.75*3.125rem;
|
||||
}
|
||||
/* 单选框和多选框 */
|
||||
.checkbox-wrapper {
|
||||
@ -148,20 +148,20 @@
|
||||
background-color: #e93323;
|
||||
border-color: #e93323;
|
||||
background-image: url("https://h5.dayouqiantu.cn/static/images/enter.png");
|
||||
background-size: 0.21rem 0.15rem;
|
||||
background-size: 0.21*3.125rem 0.15*3.125rem;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
.Loads {
|
||||
height: 0.8rem;
|
||||
font-size: 0.25rem;
|
||||
height: 0.8*3.125rem;
|
||||
font-size: 0.25*3.125rem;
|
||||
color: #000;
|
||||
}
|
||||
.Loads .iconfont {
|
||||
font-size: 0.3rem;
|
||||
margin-right: 0.1rem;
|
||||
height: 0.32rem;
|
||||
line-height: 0.32rem;
|
||||
font-size: 0.3*3.125rem;
|
||||
margin-right: 0.1*3.125rem;
|
||||
height: 0.32*3.125rem;
|
||||
line-height: 0.32*3.125rem;
|
||||
}
|
||||
/*加载动画*/
|
||||
@keyframes load {
|
@ -7,7 +7,7 @@ input{line-height: normal; box-sizing:border-box;}
|
||||
display: none;
|
||||
}
|
||||
.iconfont{
|
||||
font-size: .36rem;
|
||||
font-size: .36*3.125rem;
|
||||
}
|
||||
/* 一像素边框 */
|
||||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user