This commit is contained in:
parent
ae6dd39eb5
commit
48825c848b
|
@ -279,7 +279,7 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 48px;
|
height: 48px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 0px;
|
bottom:12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -288,28 +288,29 @@
|
||||||
.check-list{
|
.check-list{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0rpx;
|
||||||
margin-left: 5px;
|
margin-bottom:10px;
|
||||||
margin-bottom: 5px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.data-list{
|
.data-list{
|
||||||
padding:4rpx;
|
|
||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
.checkbox-group-list{
|
.checkbox-group-list{
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 33%;
|
width:48%;
|
||||||
height: 350upx;
|
margin: 0 auto;
|
||||||
|
height:400upx;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
margin-top: 5upx;
|
margin-top:12upx;
|
||||||
margin-left: 1px;
|
margin-left:2px;
|
||||||
}
|
}
|
||||||
.checkbox-group{
|
.checkbox-group{
|
||||||
width: 100%;
|
width:96%;
|
||||||
|
margin: 0 auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -327,6 +328,10 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
padding:10rpx 20rpx;
|
||||||
|
border: 1px solid #333;
|
||||||
|
border-radius: 30rpx;
|
||||||
|
background: #f0f0f0;
|
||||||
}
|
}
|
||||||
.page-head-mian{
|
.page-head-mian{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -479,6 +484,7 @@
|
||||||
.page-head-img{
|
.page-head-img{
|
||||||
width: 120rpx;
|
width: 120rpx;
|
||||||
height: 40rpx;
|
height: 40rpx;
|
||||||
|
margin-left:16rpx;
|
||||||
}
|
}
|
||||||
.service-viedeimg{
|
.service-viedeimg{
|
||||||
width: 32rpx;
|
width: 32rpx;
|
||||||
|
|
Loading…
Reference in New Issue