C端小程序
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

110 líneas
1.6 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: 139rpx;
  32. height: 100rpx;
  33. line-height: 100rpx;
  34. text-align: center;
  35. font-size: 30rpx;
  36. font-family: PingFangSC-Semibold;
  37. color: #3c3c3c;
  38. background: #fff;
  39. font-weight: 500;
  40. }
  41. .floor {
  42. position: relative;
  43. width: 139rpx;
  44. height: 100rpx;
  45. line-height: 100rpx;
  46. text-align: center;
  47. font-size: 26rpx;
  48. font-family: PingFangSC-Semibold;
  49. color: #a6a6a6;
  50. }
  51. .text {
  52. width: 100%;
  53. height: 100rpx;
  54. text-align: center;
  55. line-height: 100rpx;
  56. }
  57. .active {
  58. position: absolute;
  59. left: 4rpx;
  60. bottom: 0rpx;
  61. top: 0;
  62. margin: auto;
  63. width: 12rpx;
  64. height: 24rpx;
  65. background: linear-gradient(127deg, rgba(252, 177, 74, 1) 0%, rgba(254, 70, 20, 1) 100%);
  66. border-radius: 7rpx;
  67. }
  68. .area{
  69. width: 600rpx;
  70. overflow: hidden;
  71. margin-top: 30rpx;
  72. }
  73. .areaItemActivity{
  74. float: left;
  75. text-align: center;
  76. line-height: 60rpx;
  77. height: 60rpx;
  78. width: 100rpx;
  79. background-color: #409EFF;
  80. color: #fff;
  81. }
  82. .areaItem{
  83. color: #606266;
  84. float: left;
  85. width: 100rpx;
  86. text-align: center;
  87. line-height: 60rpx;
  88. height: 60rpx;
  89. background-color: #fff;
  90. border-radius: 5rpx;
  91. }
  92. .noIMg{
  93. width: 92%;
  94. margin: 0 2%;
  95. text-align: center;
  96. height: 50vh;
  97. line-height: 50vh;
  98. font-size: 36rpx;
  99. border: #fff solid 10rpx;
  100. }