detail.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. overflow-y: auto;
  56. }
  57. .bottom-btn {
  58. width: 96vw;
  59. margin: 0 auto;
  60. height: 5vh;
  61. background-size: 100% 100%;
  62. margin-top: 10rpx;
  63. display: flex;
  64. align-items: center;
  65. justify-content: center;
  66. }
  67. .bottom-btn text {
  68. font-family: Microsoft YaHei;
  69. font-weight: bold;
  70. font-size: 36rpx;
  71. color: white;
  72. margin-left: 3vw;
  73. }
  74. .bottom-btn image {
  75. width: 40rpx;
  76. height: 40rpx;
  77. }
  78. @import './wxml/survey.wxss';