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.
154 lines
2.2 KiB
154 lines
2.2 KiB
/* pages/look/look.wxss */ |
|
.main{ |
|
padding-bottom: 0; |
|
} |
|
.map { |
|
width: 750rpx; |
|
height: 1042rpx; |
|
} |
|
|
|
.map-tab { |
|
width: 168rpx; |
|
height: 54rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15); |
|
border-radius: 4rpx; |
|
display: flex; |
|
justify-content: space-between; |
|
align-items: center; |
|
position: absolute; |
|
right: 46rpx; |
|
top: 28rpx; |
|
padding: 0 20rpx; |
|
} |
|
|
|
.map-tab-item { |
|
font-size: 20rpx; |
|
font-weight: bold; |
|
color: #262936; |
|
|
|
} |
|
|
|
.map-tab .active { |
|
color: #F08E20; |
|
} |
|
|
|
.map-scale { |
|
width: 100rpx; |
|
height: 100rpx; |
|
position: absolute; |
|
right: 20rpx; |
|
} |
|
|
|
.map-scale-add { |
|
bottom: 234rpx; |
|
} |
|
|
|
.map-scale-reduce { |
|
bottom: 146rpx; |
|
} |
|
|
|
.map-back { |
|
width: 100rpx; |
|
height: 100rpx; |
|
position: absolute; |
|
left: 20rpx; |
|
bottom: 146rpx; |
|
} |
|
|
|
.list-head { |
|
position: absolute; |
|
left: 33rpx; |
|
bottom: 0rpx; |
|
width: 687rpx; |
|
height: 90rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15); |
|
border-radius: 18rpx 18rpx 0 0; |
|
padding: 0 30rpx; |
|
box-sizing: border-box; |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.list-top { |
|
display: flex; |
|
width: 100%; |
|
} |
|
|
|
.list-item { |
|
width: 25%; |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
.timer { |
|
height: 42rpx; |
|
line-height: 42rpx; |
|
background: #BBBCC8; |
|
border: 1px solid #BBBCC8; |
|
opacity: 0.4; |
|
border-radius: 4rpx; |
|
display: flex; |
|
font-size: 28rpx; |
|
color: #262936; |
|
padding: 0 30rpx; |
|
} |
|
|
|
.check-box { |
|
width: 24rpx; |
|
height: 24rpx; |
|
background: #FFFFFF; |
|
border: 2rpx solid #009CFF; |
|
border-radius: 4rpx; |
|
box-sizing: border-box; |
|
} |
|
|
|
.check-active { |
|
background: #009CFF; |
|
} |
|
|
|
.check-icon { |
|
display: none; |
|
width: 100%; |
|
height: 100%; |
|
} |
|
|
|
.check-active .check-icon { |
|
display: block; |
|
} |
|
|
|
.item-name { |
|
padding-left: 16rpx; |
|
font-weight: bold; |
|
font-size: 28rpx; |
|
color: #262936; |
|
} |
|
|
|
.list-foot { |
|
padding: 0 30rpx 30rpx 30rpx; |
|
box-sizing: border-box; |
|
width: 687rpx; |
|
margin-left: 33rpx; |
|
display: flex; |
|
flex-wrap: wrap; |
|
background-color: #FFFFFF; |
|
border-radius: 0 0 18rpx 18rpx; |
|
} |
|
|
|
.list-foot .list-item { |
|
padding-bottom: 10rpx; |
|
} |
|
|
|
.hidden{ |
|
position: absolute; |
|
left: 33rpx; |
|
bottom: 0rpx; |
|
width: 687rpx; |
|
height: 20rpx; |
|
background: #FFFFFF; |
|
} |
|
|
|
.text-pan{ |
|
padding: 0 10rpx; |
|
} |