index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /* nova-tourism/pages/collect/collect-detail/index.wxss */
  2. .all{
  3. width: 100vw;
  4. overflow-y: scroll;
  5. position: relative;
  6. background-color: #EEEEEE;
  7. .picturebox{
  8. width: 100%;
  9. height: 500rpx;
  10. position: relative;
  11. .img{
  12. width: 100%;
  13. height: 500rpx;
  14. image{
  15. width: 100%;
  16. height: 100%;
  17. }
  18. }
  19. .numberbox{
  20. position: absolute;
  21. bottom: 40rpx;
  22. right: 20rpx;
  23. border-radius: 45%;
  24. z-index: 10;
  25. color: white;
  26. width: 70rpx;
  27. height: 45rpx;
  28. font-size: 24rpx;
  29. display: flex;
  30. justify-content: center;
  31. align-items: center;
  32. background-color: rgba(12, 12, 12, 0.5);
  33. }
  34. }
  35. .box{
  36. width: 100%;
  37. height: auto;
  38. background-color: #EEEEEE;
  39. position: absolute;
  40. top: 490rpx;
  41. left: 0;
  42. .infobox{
  43. width: 100%;
  44. height: auto;
  45. padding: 40rpx;
  46. border-radius: 20rpx;
  47. background-color: white;
  48. .title{
  49. width: 100%;
  50. height: 90rpx;
  51. font-size: 30rpx;
  52. }
  53. .lebalbox{
  54. width: 100%;
  55. height: 60rpx;
  56. display: flex;
  57. margin-top: 10rpx;
  58. .lebal{
  59. font-size: 30rpx;
  60. border-radius: 15rpx;
  61. padding-left: 20rpx;
  62. padding-right: 20rpx;
  63. background-color: #FBF5E1;
  64. color: #F8BB7F;
  65. margin-right: 20rpx;
  66. display: flex;
  67. justify-content: center;
  68. align-items: center;
  69. }
  70. }
  71. .carbox{
  72. width: 100%;
  73. height: 60rpx;
  74. margin-top: 20rpx;
  75. display:flex ;
  76. align-items: center;
  77. image{
  78. width: 48rpx;
  79. height: 40rpx;
  80. }
  81. .car-tex{
  82. font-size: 28rpx;
  83. color: #F8BB7F;
  84. margin-left: 10rpx;
  85. }
  86. }
  87. .carbox2{
  88. width: 100%;
  89. margin-top: 20rpx;
  90. display:flex ;
  91. align-items: center;
  92. border-bottom: solid 2rpx #EEEEEE;
  93. padding-bottom: 20rpx;
  94. image{
  95. width: 45rpx;
  96. height: 45rpx;
  97. }
  98. .car-tex{
  99. font-size: 28rpx;
  100. // color: #F8BB7F;
  101. margin-left: 10rpx;
  102. }
  103. }
  104. .carbox3{
  105. width: 100%;
  106. margin-top: 20rpx;
  107. display:flex ;
  108. image{
  109. width: 45rpx;
  110. height: 45rpx;
  111. }
  112. .carbox3-tex{
  113. font-size:28rpx ;
  114. margin-left: 10rpx;
  115. .carbox3-tex2{
  116. margin-top: 10rpx;
  117. }
  118. }
  119. }
  120. .carbox4{
  121. width: 100%;
  122. margin-top: 20rpx;
  123. display:flex ;
  124. align-items: center;
  125. image{
  126. width: 45rpx;
  127. height: 45rpx;
  128. }
  129. .car-tex{
  130. font-size: 28rpx;
  131. // color: #F8BB7F;
  132. margin-left: 10rpx;
  133. }
  134. }
  135. }
  136. .tipbox{
  137. width: 100%;
  138. height: auto;
  139. margin-top: 20rpx;
  140. padding-top: 20rpx;
  141. padding-left: 30rpx;
  142. padding-right: 30rpx;
  143. background-color: white;
  144. border-radius: 20rpx;
  145. .dinggou{
  146. width: 100%;
  147. font-size: 28rpx;
  148. .dinggou-tex{
  149. margin-left: 20rpx;
  150. margin-top: 10rpx;
  151. }
  152. }
  153. }
  154. }
  155. }