12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- /* 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;
- overflow-y: auto;
- }
- .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';
- @import './wxml/info.wxss';
- @import './wxml/periphery.wxss';
- @import './wxml/ohter.wxss';
|