detail.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* pagesPublic/pages/tdcr/details/detail.wxss */
  2. .main {
  3. height: 100vh;
  4. background-size: 100% 100%;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .header {
  9. color: white;
  10. text-align: center;
  11. font-family: PingFang SC;
  12. font-weight: 800;
  13. font-size: 42rpx;
  14. width: 96vw;
  15. margin: 0 auto;
  16. }
  17. .map-content {
  18. background-size: 100% 100%;
  19. height: 30vh;
  20. width: 96vw;
  21. margin: 0 auto;
  22. margin-top: 3vh;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. }
  27. .map {
  28. width: 97%;
  29. height: 96%;
  30. }
  31. .tab {
  32. width: 96vw;
  33. margin: 0 auto;
  34. margin-top: 2vh;
  35. display: flex;
  36. flex-direction: row;
  37. }
  38. .tab-item {
  39. width: 25vw;
  40. text-align: center;
  41. background-size: 100% 100%;
  42. color: white;
  43. height: 60rpx;
  44. line-height: 60rpx;
  45. font-family: SourceHanSansCN;
  46. font-weight: bold;
  47. font-size: 30rpx;
  48. }
  49. .content {
  50. width: 96vw;
  51. margin: 0 auto;
  52. height: 40vh;
  53. background-size: 100% 100%;
  54. margin-top: 1vh;
  55. }
  56. .bottom-btn {
  57. width: 96vw;
  58. margin: 0 auto;
  59. height: 5vh;
  60. background-size: 100% 100%;
  61. margin-top: 10rpx;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. }
  66. .bottom-btn text {
  67. font-family: Microsoft YaHei;
  68. font-weight: bold;
  69. font-size: 36rpx;
  70. color: white;
  71. margin-left: 3vw;
  72. }
  73. .bottom-btn image {
  74. width: 40rpx;
  75. height: 40rpx;
  76. }
  77. @import './wxml/survey.wxss';