C端小程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

114 righe
1.7 KiB

  1. /* pages/marketAtlas/marketAtlas.wxss */
  2. .Box {
  3. width: 90%;
  4. margin: 30rpx auto;
  5. }
  6. .dt_1_img {
  7. width: 100%;
  8. }
  9. .dt_2_img {
  10. width: 96%;
  11. margin: 0 2%;
  12. }
  13. .dt_2_img_w_H{
  14. width: 96%;
  15. height: 800rpx;
  16. margin: 0 2%;
  17. transform:rotate(90deg);
  18. }
  19. .dt_box {
  20. overflow: hidden;
  21. }
  22. .le_box {
  23. position: fixed;
  24. width: 20%;
  25. bottom: 200rpx
  26. }
  27. .ri_box {
  28. }
  29. .floor_a {
  30. position: relative;
  31. width: 100rpx;
  32. height: 60rpx;
  33. line-height: 60rpx;
  34. text-align: center;
  35. /* font-size: 30rpx; */
  36. font-family: PingFangSC-Semibold;
  37. color: #fff;
  38. background: #cc9966;
  39. font-weight: 500;
  40. border: 1rpx #fff solid;
  41. }
  42. .floor {
  43. position: relative;
  44. width: 100rpx;
  45. height: 60rpx;
  46. line-height: 60rpx;
  47. text-align: center;
  48. /* font-size: 30rpx; */
  49. font-family: PingFangSC-Semibold;
  50. background: #fff;
  51. font-weight: 500;
  52. color: #000;
  53. }
  54. .text {
  55. width: 100%;
  56. height: 60rpx;
  57. text-align: center;
  58. line-height: 60rpx;
  59. font-size: 28rpx;
  60. }
  61. .active {
  62. position: absolute;
  63. left: 4rpx;
  64. bottom: 0rpx;
  65. top: 0;
  66. margin: auto;
  67. width: 12rpx;
  68. height: 24rpx;
  69. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  70. border-radius: 7rpx;
  71. }
  72. .area{
  73. width: 600rpx;
  74. overflow: hidden;
  75. margin-top: 30rpx;
  76. }
  77. .areaItemActivity{
  78. float: left;
  79. text-align: center;
  80. line-height: 60rpx;
  81. height: 60rpx;
  82. width: 100rpx;
  83. background-color: #cc9966;
  84. color: #fff;
  85. }
  86. .areaItem{
  87. color: #606266;
  88. float: left;
  89. width: 100rpx;
  90. text-align: center;
  91. line-height: 60rpx;
  92. height: 60rpx;
  93. background-color: #fff;
  94. border-radius: 5rpx;
  95. }
  96. .noIMg{
  97. width: 92%;
  98. margin: 0 2%;
  99. text-align: center;
  100. height: 1100rpx;
  101. line-height: 1100rpx;
  102. font-size: 36rpx;
  103. border: #fff solid 10rpx;
  104. }