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.
169 lines
2.6 KiB
169 lines
2.6 KiB
/* pages/look/look.wxss */ |
|
.main { |
|
padding-bottom: 0; |
|
} |
|
|
|
.map { |
|
width:100%; |
|
height:100vh; |
|
} |
|
|
|
.map-tab { |
|
width: 168rpx; |
|
height: 54rpx; |
|
box-sizing: border-box; |
|
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: fixed; |
|
right: 32rpx; |
|
top: 300rpx; |
|
padding: 0 20rpx; |
|
} |
|
|
|
.map-tab-item { |
|
font-size: 20rpx; |
|
font-weight: 700; |
|
color: #262936; |
|
border-radius: 4rpx; |
|
} |
|
|
|
.map-tab .active { |
|
color: #146ae7; |
|
} |
|
|
|
.map-scale { |
|
width: 110rpx; |
|
height: 110rpx; |
|
position: fixed; |
|
right: 32rpx; |
|
} |
|
/* .map-scale-add { |
|
top: 400rpx; |
|
} */ |
|
|
|
.map-scale-reduce { |
|
top: 400rpx; |
|
} |
|
|
|
.map-scale-layer { |
|
top: 500rpx; |
|
} |
|
.map-back { |
|
width: 100rpx; |
|
height: 100rpx; |
|
position: absolute; |
|
left: 20rpx; |
|
bottom: 146rpx; |
|
} |
|
|
|
.tab-list { |
|
position: fixed; |
|
left: 33rpx; |
|
bottom: 98rpx; |
|
width: 687rpx; |
|
height: 452rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15); |
|
border-radius: 18rpx; |
|
padding: 10rpx 30rpx; |
|
box-sizing: border-box; |
|
} |
|
|
|
.list-title { |
|
font-size: 32rpx; |
|
line-height: 80rpx; |
|
font-weight: bold; |
|
color: #141414; |
|
padding: 10rpx; |
|
} |
|
|
|
.list-box { |
|
display: flex; |
|
width: 100%; |
|
} |
|
|
|
.list-info{ |
|
flex: 1; |
|
display: flex; |
|
align-items: center; |
|
flex-wrap: wrap; |
|
} |
|
|
|
.list-item { |
|
width: 116rpx; |
|
height: 50rpx; |
|
border: 2rpx solid #1778d360; |
|
border-radius: 4rpx; |
|
line-height: 50rpx; |
|
text-align: center; |
|
color: #565a6b; |
|
font-size: 28rpx; |
|
margin: 24rpx; |
|
} |
|
|
|
.cross{ |
|
margin-top: 0; |
|
} |
|
|
|
.check-active { |
|
color: #ffffff; |
|
background: #3a97ff; |
|
border: 2rpx solid #3a96ff54; |
|
} |
|
|
|
.timer { |
|
height: 50rpx; |
|
line-height: 50rpx; |
|
padding-left: 18rpx; |
|
padding-right: 18rpx; |
|
border-top: 2rpx solid #3a96ff54; |
|
border-bottom: 2rpx solid #3a96ff54; |
|
background: #ffffff; |
|
border-radius: 4rpx; |
|
display: flex; |
|
font-size: 28rpx; |
|
color: rgba(38,41,54,.9); |
|
} |
|
.timer-start { |
|
margin-left: 24rpx; |
|
border-left: 2rpx solid #3a96ff54; |
|
} |
|
.timer-end { |
|
border-right: 2rpx solid #3a96ff54; |
|
} |
|
.timer-link { |
|
height: 50rpx; |
|
line-height: 50rpx; |
|
padding-left: 12rpx; |
|
padding-right: 12rpx; |
|
border-top: 2rpx solid #3a96ff54; |
|
border-bottom: 2rpx solid #3a96ff54; |
|
align-items: center; |
|
} |
|
.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; |
|
} |
|
|
|
.text-pan { |
|
padding: 0 10rpx; |
|
} |
|
|
|
.weui-half-screen-dialog { |
|
max-height: 80% !important; |
|
height: 652rpx; |
|
} |