/* pages/look/look.wxss */ .main { padding-bottom: 0; } .map { width: 750rpx; height: 1042rpx; } .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: 58rpx; top: 300rpx; padding: 0 20rpx; } .map-tab-item { font-size: 20rpx; font-weight: 700; color: #262936; } .map-tab .active { color: #146ae7; } .map-scale { width: 110rpx; height: 110rpx; position: fixed; right: 55rpx; } .map-scale-add { top: 400rpx; } .map-scale-reduce { 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 #565a6b; 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 #3a97ff; } .timer { height: 50rpx; line-height: 50rpx; padding-left: 18rpx; padding-right: 18rpx; background: rgba(187,188,200,.3); border-radius: 4rpx; display: flex; font-size: 28rpx; color: rgba(38,41,54,.6); margin-left: 24rpx; } .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; }