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.
284 lines
4.0 KiB
284 lines
4.0 KiB
/* pages/look/look.wxss */ |
|
.main { |
|
padding-bottom: 0; |
|
height: 100vh; |
|
overflow: hidden; |
|
} |
|
|
|
.map { |
|
width: 100%; |
|
height: 100vh; |
|
} |
|
|
|
.map-tab { |
|
width: 84rpx; |
|
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: 45rpx; |
|
top: 330rpx; |
|
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-vision { |
|
top: 300rpx; |
|
} |
|
|
|
.map-scale-reduce { |
|
top: 500rpx; |
|
} |
|
|
|
.map-scale-layer { |
|
top: 400rpx; |
|
} |
|
|
|
.map-back { |
|
width: 100rpx; |
|
height: 100rpx; |
|
position: absolute; |
|
left: 20rpx; |
|
bottom: 146rpx; |
|
} |
|
|
|
.tab-list { |
|
position: fixed; |
|
left: 33rpx; |
|
bottom: 320rpx; |
|
width: 687rpx; |
|
height: 252rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15); |
|
border-radius: 18rpx; |
|
padding: 10rpx 30rpx; |
|
box-sizing: border-box; |
|
} |
|
|
|
.tab-list1 { |
|
position: fixed; |
|
left: 33rpx; |
|
bottom: 248rpx; |
|
width: 687rpx; |
|
height: 252rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0 2rpx 23rpx 0 rgba(191, 191, 191, 0.15); |
|
border-radius: 18rpx; |
|
padding: 10rpx 30rpx; |
|
box-sizing: border-box; |
|
display: flex; |
|
justify-content: space-around; |
|
} |
|
|
|
.vision1 { |
|
width: 38%; |
|
height: 280rpx; |
|
position: relative; |
|
} |
|
|
|
.vision2 { |
|
width: 38%; |
|
height: 280rpx; |
|
position: relative; |
|
} |
|
|
|
.vision_img { |
|
width: 100%; |
|
height: 80%; |
|
object-fit: cover; |
|
} |
|
|
|
.vision-font { |
|
font-size: 30rpx; |
|
} |
|
|
|
.blueActive { |
|
height: 50rpx; |
|
width: 100%; |
|
background-color: #146ae7; |
|
position: absolute; |
|
bottom: 55rpx; |
|
left: 0; |
|
} |
|
|
|
|
|
|
|
.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; |
|
} |
|
|
|
|
|
/* 2021 07-28 */ |
|
.look-top { |
|
position: relative; |
|
} |
|
|
|
.look-search { |
|
padding: 0 20rpx; |
|
} |
|
|
|
.look-search .look-s-icon { |
|
margin-right: 10rpx; |
|
} |
|
|
|
.look-search input { |
|
width: 0; |
|
transition: all .5s ease; |
|
width: 0; |
|
} |
|
|
|
.look-search.focusing input { |
|
width: 350rpx; |
|
} |
|
|
|
.look-search .del { |
|
width: 25rpx; |
|
} |
|
|
|
/* 看地列表 */ |
|
.searchList { |
|
position: absolute; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
transform: translateY(100%); |
|
background: #ffffff; |
|
z-index: 99999; |
|
width: 100vw; |
|
border-radius: 0 0 20rpx 20rpx; |
|
overflow: hidden; |
|
} |
|
|
|
.list_ul { |
|
max-height: 60vh; |
|
margin-bottom: 20rpx; |
|
|
|
} |
|
|
|
.list_li { |
|
border-bottom: 1rpx solid #f1f1f1; |
|
} |
|
|
|
.list_li:last-child { |
|
border-bottom: 0; |
|
} |