C端小程序
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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