index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  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. border-radius: 20rpx;
  43. .infobox{
  44. width: 100%;
  45. height: auto;
  46. padding: 40rpx;
  47. border-radius: 20rpx;
  48. background-color: white;
  49. .title{
  50. width: 100%;
  51. height: 90rpx;
  52. font-size: 30rpx;
  53. }
  54. .lebalbox{
  55. width: 100%;
  56. height: 60rpx;
  57. display: flex;
  58. margin-top: 10rpx;
  59. .lebal{
  60. font-size: 30rpx;
  61. border-radius: 15rpx;
  62. padding-left: 20rpx;
  63. padding-right: 20rpx;
  64. background-color: #FBF5E1;
  65. color: #F8BB7F;
  66. margin-right: 20rpx;
  67. display: flex;
  68. justify-content: center;
  69. align-items: center;
  70. }
  71. }
  72. .carbox{
  73. width: 100%;
  74. height: 60rpx;
  75. margin-top: 20rpx;
  76. display:flex ;
  77. align-items: center;
  78. image{
  79. width: 48rpx;
  80. height: 40rpx;
  81. }
  82. .car-tex{
  83. font-size: 28rpx;
  84. color: #F8BB7F;
  85. margin-left: 10rpx;
  86. }
  87. }
  88. .carbox2{
  89. width: 100%;
  90. margin-top: 20rpx;
  91. display:flex ;
  92. align-items: center;
  93. border-bottom: solid 2rpx #EEEEEE;
  94. padding-bottom: 20rpx;
  95. image{
  96. width: 45rpx;
  97. height: 45rpx;
  98. }
  99. .car-tex{
  100. font-size: 28rpx;
  101. // color: #F8BB7F;
  102. margin-left: 10rpx;
  103. }
  104. }
  105. .carbox3{
  106. width: 100%;
  107. margin-top: 20rpx;
  108. display:flex ;
  109. image{
  110. width: 45rpx;
  111. height: 45rpx;
  112. }
  113. .carbox3-tex{
  114. font-size:28rpx ;
  115. margin-left: 10rpx;
  116. .carbox3-tex2{
  117. margin-top: 10rpx;
  118. }
  119. }
  120. }
  121. .carbox4{
  122. width: 100%;
  123. margin-top: 20rpx;
  124. display:flex ;
  125. align-items: center;
  126. image{
  127. width: 45rpx;
  128. height: 45rpx;
  129. }
  130. .car-tex{
  131. font-size: 28rpx;
  132. // color: #F8BB7F;
  133. margin-left: 10rpx;
  134. }
  135. }
  136. }
  137. .tipbox{
  138. width: 100%;
  139. height: auto;
  140. margin-top: 20rpx;
  141. padding-top: 20rpx;
  142. padding-left: 30rpx;
  143. padding-right: 30rpx;
  144. background-color: white;
  145. border-radius: 20rpx;
  146. .dinggou{
  147. width: 100%;
  148. font-size: 28rpx;
  149. .dinggou-tex{
  150. margin-left: 20rpx;
  151. margin-top: 10rpx;
  152. }
  153. }
  154. }
  155. }
  156. }