修改html标签为uni标签,修改rem单位为rpx,修改提示及确认为uniapi,修改登录模块为uni接口,修改css入口为APP.vue,增加app端样式支持

This commit is contained in:
gaoxs
2020-03-16 15:51:08 +08:00
parent fa289d66a8
commit 95845779db
422 changed files with 34024 additions and 32630 deletions

View File

@ -17,19 +17,19 @@
}
/* padding20 */
.padding20 {
padding: 0.2*3.125rem;
padding: 0.2*100rpx;
}
/* pad20 */
.pad20 {
padding: 0 0.2*3.125rem;
padding: 0 0.2*100rpx;
}
/* padding30 */
.padding30 {
padding: 0.3*3.125rem;
padding: 0.3*100rpx;
}
/*pad30 */
.pad30 {
padding: 0 0.3*3.125rem;
padding: 0 0.3*100rpx;
}
/* layout */
.acea-row {
@ -96,35 +96,35 @@
.slider-banner .swiper-container {
height: 100%;
}
.slider-banner img {
.slider-banner image{
display: block;
width: 100%;
height: 100%;
}
.start {
width: 1.22*3.125rem;
height: 0.3*3.125rem;
width: 1.22*100rpx;
height: 0.3*100rpx;
background-image: url("https://h5.dayouqiantu.cn/static/images/start.png");
background-repeat: no-repeat;
background-size: 1.22*3.125rem auto;
background-size: 1.22*100rpx auto;
}
.start.star5 {
background-position: 0 0.03*3.125rem;
background-position: 0 0.03*100rpx;
}
.start.star4 {
background-position: 0 -0.3*3.125rem;
background-position: 0 -0.3*100rpx;
}
.start.star3 {
background-position: 0 -0.7*3.125rem;
background-position: 0 -0.7*100rpx;
}
.start.star2 {
background-position: 0 -1.05*3.125rem;
background-position: 0 -1.05*100rpx;
}
.start.star1 {
background-position: 0 -1.4*3.125rem;
background-position: 0 -1.4*100rpx;
}
.start.star0 {
background-position: 0 -1.75*3.125rem;
background-position: 0 -1.75*100rpx;
}
/* 单选框和多选框 */
.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.21*3.125rem 0.15*3.125rem;
background-size: 0.21*100rpx 0.15*100rpx;
background-repeat: no-repeat;
background-position: center center;
}
.Loads {
height: 0.8*3.125rem;
font-size: 0.25*3.125rem;
height: 0.8*100rpx;
font-size: 0.25*100rpx;
color: #000;
}
.Loads .iconfont {
font-size: 0.3*3.125rem;
margin-right: 0.1*3.125rem;
height: 0.32*3.125rem;
line-height: 0.32*3.125rem;
font-size: 0.3*100rpx;
margin-right: 0.1*100rpx;
height: 0.32*100rpx;
line-height: 0.32*100rpx;
}
/*加载动画*/
@keyframes load {