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