/* pagesPublic/pages/tdcr/details/detail.wxss */ .main { height: 100vh; background-size: 100% 100%; display: flex; flex-direction: column; } .header { color: white; text-align: center; font-family: PingFang SC; font-weight: 800; font-size: 42rpx; width: 96vw; margin: 0 auto; } .map-content { background-size: 100% 100%; height: 30vh; width: 96vw; margin: 0 auto; margin-top: 3vh; display: flex; justify-content: center; align-items: center; } .map { width: 97%; height: 96%; } .tab { width: 96vw; margin: 0 auto; margin-top: 2vh; display: flex; flex-direction: row; } .tab-item { width: 25vw; text-align: center; background-size: 100% 100%; color: white; height: 60rpx; line-height: 60rpx; font-family: SourceHanSansCN; font-weight: bold; font-size: 30rpx; } .content { width: 96vw; margin: 0 auto; height: 40vh; background-size: 100% 100%; margin-top: 1vh; } .bottom-btn { width: 96vw; margin: 0 auto; height: 5vh; background-size: 100% 100%; margin-top: 10rpx; display: flex; align-items: center; justify-content: center; } .bottom-btn text { font-family: Microsoft YaHei; font-weight: bold; font-size: 36rpx; color: white; margin-left: 3vw; } .bottom-btn image { width: 40rpx; height: 40rpx; } @import './wxml/survey.wxss';