日照项目的居民端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

239 lines
4.2 KiB

page {
background: #f7f7f7;
}
.m-noMore {
background: #f7f7f7;
text-align: center;
line-height: 80rpx;
color: #aaa;
}
.m-empty {
text-align: center;
line-height: 200rpx;
color: #aaa;
}
.m-list {
background: #ffffff;
width: 100%;
padding: 20rpx 0 0;
}
.choose-content {
background: #ffffff;
margin-bottom: 20rpx;
width: 100%;
padding: 20rpx 0 20rpx 0;
}
.choose-content-inner {
margin: 0rpx 20rpx 0rpx 20rpx;
display: flex;
flex-direction: column;
}
.choose-title {
height: 50rpx;
font-size: 28rpx;
color: #666666;
}
.local {
padding: 30rpx 0 0 0;
width: 100%;
min-height: 50rpx;
}
.address {
float: left;
min-height: 50rpx;
display: table;
}
.getgps {
float: right;
display: table;
height: 50rpx;
}
.icn {
display: table;
padding-top: 2rpx;
float: left;
}
.address image {
height: 39rpx;
width: 32rpx;
}
.getgps image {
height: 40rpx;
width: 40rpx;
}
.address text {
float: left;
max-width: 420rpx;
font-size: 32rpx;
color: #333333;
margin-left: 20rpx;
}
.getgps text {
float: left;
font-size: 32rpx;
color: #ff4c52;
margin-left: 20rpx;
}
.grids-near {
height: 60rpx;
line-height: 50rpx;
font-size: 30rpx;
color: #333333;
padding-left: 20rpx;
border-bottom: 1px solid #e7eeee;
}
.select-area {
border-bottom: 1px solid #e7eeee;
padding-bottom: 20rpx;
margin-bottom: 20rpx;
}
.select-city {
height: 74rpx;
line-height: 74rpx;
font-size: 30rpx;
color: #333333;
/* padding-left: 20rpx; */
}
.selcity {
width: 64rpx;
height: 64rpx;
padding-top: 10rpx;
float: right;
}
.selcity image {
width: 32rpx;
height: 32rpx;
}
/* .grids{
padding-top: 20rpx;
} */
.grids-list {
display: flex;
margin: 0 20rpx 0 20rpx;
border-bottom: 1px solid #e7eeee;
}
.picker {
}
.grid-item {
width: 100%;
padding: 15rpx 0;
line-height: 50rpx;
font-size: 32rpx;
color: #666666;
overflow: hidden;
}
.grid-flex {
display: flex;
justify-content: space-between;
align-items: center;
}
.grids-list:last-child {
border-bottom: none;
}
.grid-item .grid-item-icon {
display: inline-block;
width: 24rpx;
height: 24rpx;
}
.grid-item .gird-item-tips {
font-size: 30rpx;
}
/* .togrid{
display: table-cell;
color: #FF4C52;
background: #ffffff;
text-align: right;
font-size:32rpx;
height: 50rpx!important;
width: 200rpx!important;
padding: 0rpx!important;
line-height: 50rpx!important;
} */
.choose-again {
background: #fff;
}
.choose-again .select-area {
/* background: #fff; */
border-bottom: none !important;
}
.padding-top {
padding-top: 30rpx;
}
.togrid {
flex-shrink: 0;
margin-left: auto;
width: 150rpx;
color: #ff4c52;
text-align: right;
font-size: 32rpx;
}
.nogrid {
text-align: center;
padding-top: 50rpx;
}
.nogrid .no image {
width: 292rpx;
height: 265rpx;
margin-bottom: 30rpx;
}
.nogrid .qr .qrcode {
width: 220rpx;
height: 220rpx;
margin-top: 30rpx;
}
.nogrid text {
font-size: 30rpx;
color: #666666;
}
.choose-cell {
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
padding: 0 20rpx;
font-size: 30rpx;
}
.choose-cell .cell-input {
flex: 1;
margin: 0 10rpx;
}
.choose-cell .cell-btn {
width: 80rpx;
color: #ff4c52;
text-align: right;
}
.cell-btn-cancle {
margin-left: 12rpx;
color: #999;
}
.choose-cell .cell-icon {
width: 30rpx;
height: 30rpx;
box-sizing: border-box;
padding: 2rpx;
overflow: hidden;
border: 2rpx solid #999;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.choose-cell .cell-icon image {
display: block;
width: 100%;
height: 100%;
}