index.scss 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. view {
  2. box-sizing: border-box;
  3. }
  4. .container {
  5. .mainBox{
  6. margin-top: 24rpx;
  7. padding: 0 40rpx;
  8. padding-bottom: 384rpx;
  9. .titleBox{
  10. background: #F0F1F4;
  11. background: linear-gradient(90deg,#DCEBFF,#fff);
  12. height: 62rpx;
  13. width: 80%;
  14. border-radius: 32rpx 0rpx 0rpx 0rpx;
  15. font-size: 32rpx;
  16. font-family: SourceHanSansCN, SourceHanSansCN;
  17. font-weight: bold;
  18. color: #333333;
  19. display: flex;
  20. align-items: center;
  21. padding-left: 32rpx;
  22. }
  23. .contentBox{
  24. min-height: 1004rpx;
  25. background: linear-gradient(180deg, #DCEBFF 0%, #FFFFFF 100%);
  26. box-shadow: 0rpx 8rpx 16rpx -8rpx rgba(0,71,190,0.4);
  27. border-radius:0 32rpx 32rpx 32rpx;
  28. padding: 0 40rpx;
  29. .bgTag{
  30. width: 434rpx;
  31. // max-width:60vw;
  32. min-height:54rpx;
  33. padding: 0 20rpx;
  34. // background: linear-gradient(132deg, #4FDDFF 0%, #5ECFFF 49%, #017AFF 100%);
  35. // filter: blur(0.5px);
  36. font-size: 36rpx;
  37. font-family: SourceHanSansCN, SourceHanSansCN;
  38. font-weight: bold;
  39. color: #333333;
  40. display: flex;
  41. align-items: center;
  42. justify-content: center;
  43. margin-left: 50%;
  44. transform: translate(-50%,-50%);
  45. background-size: 100% 100%;
  46. background-repeat: no-repeat;
  47. }
  48. .storeBox{
  49. // overflow: hidden;
  50. position: relative;
  51. // overflow: auto; /* 清除float的影响 */
  52. .loading{
  53. position: absolute;
  54. top: 0;
  55. left: 0;
  56. width: 100%;
  57. // height: 100%;
  58. display: flex;
  59. align-items: center;
  60. justify-content: space-around;
  61. flex-direction: column;
  62. .loadingImg{
  63. margin-top: 50rpx;
  64. // position: absolute;
  65. // top: 150rpx;
  66. // left: 50%;
  67. width: 500rpx;
  68. height: 500rpx;
  69. // transform: translate(-50%,0%);
  70. }
  71. .progress{
  72. width: 100%;
  73. margin-top: 100rpx;
  74. .tipTxt{
  75. margin-top: 50rpx;
  76. color: #017AFF;
  77. }
  78. }
  79. }
  80. text{
  81. font-size: 28rpx;
  82. font-family: SourceHanSansCN, SourceHanSansCN;
  83. font-weight: 500;
  84. color: #333333;
  85. line-height: 66rpx;
  86. margin-top: 48rpx;
  87. text-wrap: wrap;
  88. text-align: justify;
  89. // float: left;
  90. }
  91. .img1{
  92. width: 256rpx;
  93. height: 256rpx;
  94. border-radius: 30rpx;
  95. float: left;
  96. margin-right: 24rpx;
  97. clear: both;
  98. }
  99. .img2{
  100. width: 256rpx;
  101. height: 356rpx;
  102. border-radius: 30rpx;
  103. float: right;
  104. clear: both;
  105. // margin-bottom: 1px;
  106. // margin-bottom: 500rpx;
  107. // position: absolute;
  108. // bottom: 0;
  109. // right: 0;
  110. // height: auto; /* 保持图片比例 */
  111. }
  112. }
  113. }
  114. }
  115. }
  116. .btnBox{
  117. padding-top: 32rpx;
  118. padding-left: 40rpx;
  119. padding-right: 40rpx;
  120. padding-bottom: 40rpx;
  121. height: 312rpx;
  122. background: #FFFFFF;
  123. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
  124. border-radius: 32rpx 32rpx 0rpx 0rpx;
  125. position: fixed;
  126. bottom: 0;
  127. width: 100%;
  128. .btn{
  129. display: flex;
  130. align-items: center;
  131. justify-content: center;
  132. }
  133. .b1{
  134. // width: 670rpx;
  135. height: 108rpx;
  136. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  137. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2);
  138. border-radius: 54rpx;
  139. font-size: 32rpx;
  140. font-family: SourceHanSansCN, SourceHanSansCN;
  141. font-weight: bold;
  142. color: #FFFFFF;
  143. margin-bottom: 24rpx;
  144. }
  145. .b2{
  146. // width: 670rpx;
  147. height: 108rpx;
  148. border-radius: 54rpx;
  149. border: 2rpx solid #017AFF;
  150. font-size: 32rpx;
  151. font-family: SourceHanSansCN, SourceHanSansCN;
  152. font-weight: bold;
  153. color: #017AFF;
  154. }
  155. }
  156. ::v-deep .u-popup__content{
  157. border-radius: 30rpx!important;
  158. }
  159. .slot-content{
  160. // font-size: 28rpx;
  161. .txt1{
  162. margin-bottom: 10rpx;
  163. }
  164. .caidan{
  165. width: 100%;
  166. height: 30rpx;
  167. margin-top: 10rpx;
  168. }
  169. }