index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. .title{
  2. font-size: 50rpx;
  3. font-weight: 500;
  4. width: 92%;
  5. margin: 0 auto;
  6. }
  7. .date{
  8. font-size: 30rpx;
  9. padding: 6rpx 30rpx;
  10. .date_text{
  11. font-size: 28rpx;
  12. color: #999;
  13. }
  14. }
  15. .article_info {
  16. height: 100%;
  17. margin-top: 20rpx;
  18. .article_info_title {
  19. font-size: 34rpx;
  20. color: red;
  21. font-weight: 600;
  22. padding: 20rpx;
  23. }
  24. .article_info_content {
  25. width: 92%;
  26. height: 100%;
  27. background-color: #fff;
  28. margin: 0 auto;
  29. }
  30. .article_info .article_no_content {
  31. margin-top: 20rpx;
  32. padding-left: 20rpx;
  33. }
  34. .hred_cont{
  35. display: flex;
  36. flex-wrap: wrap;
  37. align-items: center;
  38. justify-content: center;
  39. .cont{
  40. width: 700rpx;
  41. height: 340rpx;
  42. margin: 20rpx auto;
  43. }
  44. }
  45. }
  46. .open_button {
  47. width: 690rpx;
  48. height: 72rpx;
  49. background: #41B1FF;
  50. border-radius: 12rpx;
  51. font-size: 30rpx;
  52. color: #fff;
  53. margin: 147rpx auto 20rpx;
  54. }
  55. .popup_info .popup_title {
  56. font-size: 30rpx;
  57. color: #222222;
  58. padding: 36rpx 181rpx;
  59. font-weight: 600;
  60. }
  61. .popup_info .input_info {
  62. display: flex;
  63. width: 690rpx;
  64. height: 100rpx;
  65. border: 2rpx solid #DDDDDD;
  66. padding: 25rpx;
  67. margin: 30rpx;
  68. }
  69. .popup_info .popup_button {
  70. width: 690rpx;
  71. height: 80rpx;
  72. background: #41B1FF;
  73. color: #fff;
  74. font-weight: 500;
  75. margin-top: 80rpx;
  76. }
  77. .shop-mask {
  78. width: 100%;
  79. height: 100%;
  80. position: fixed;
  81. bottom: 0;
  82. left: 0;
  83. z-index: 9000;
  84. background-color: rgba(0, 0, 0, 0.6);
  85. }
  86. .shop-button {
  87. width: 690rpx !important;
  88. height: 88rpx !important;
  89. background: #41B1FF;
  90. border-radius: 44px;
  91. margin: 30rpx 20rpx 70rpx 30rpx !important;
  92. color: #ffffff !important;
  93. font-size: 32rpx;
  94. font-family: PingFang SC;
  95. font-weight: 500;
  96. line-height: 40rpx;
  97. padding: 20rpx !important;
  98. }
  99. .shop-modalDlg {
  100. width: 750rpx;
  101. position: fixed;
  102. bottom: 0;
  103. left: 0;
  104. z-index: 9999;
  105. background-color: #faf4f4;
  106. border-radius: 30rpx 30rpx 0rpx 0rpx;
  107. display: flex;
  108. flex-direction: column;
  109. .modalDlg-txtt {
  110. font-size: 32rpx;
  111. font-family: PingFang SC;
  112. font-weight: 500;
  113. color: #333333;
  114. margin-top: 33rpx;
  115. text-align: center;
  116. }
  117. .input-txt {
  118. text-align: left;
  119. margin: 20rpx 20rpx 0rpx 30rpx;
  120. }
  121. .input {
  122. float: right;
  123. flex: 1;
  124. width: 660rpx;
  125. height: 88rpx;
  126. border-style: solid;
  127. border: 2rpx solid #DDDDDD;
  128. margin: 20rpx 0rpx 0rpx 30rpx;
  129. padding-left: 30rpx;
  130. }
  131. .confirm-next {
  132. width: 690rpx !important;
  133. height: 100rpx !important;
  134. border-radius: 44rpx !important;
  135. margin: 30rpx 20rpx 30rpx 30rpx !important;
  136. background: #CCCCCC;
  137. color: #ffffff !important;
  138. font-size: 36rpx !important;
  139. font-family: Source Han Sans CN !important;
  140. font-weight: 400 !important;
  141. text-align: center;
  142. }
  143. .input-address {
  144. float: right;
  145. flex: 1;
  146. width: 660rpx !important;
  147. height: 88rpx !important;
  148. border-style: solid;
  149. border: 2rpx solid #DDDDDD;
  150. border-radius: 10rpx;
  151. margin: 20rpx 0rpx 0rpx 30rpx;
  152. padding-left: 30rpx;
  153. .shop-inputs {
  154. font-size: 30rpx;
  155. font-family: PingFang SC;
  156. font-weight: 500;
  157. color: black;
  158. line-height: 40rpx;
  159. margin: 30rpx 0rpx 30rpx 0rpx;
  160. }
  161. }
  162. .ruleHide {
  163. height: 30rpx !important;
  164. width: 30rpx !important;
  165. position: absolute;
  166. top: 40rpx;
  167. right: 20rpx;
  168. margin-right: 10rpx;
  169. }
  170. .return {
  171. height: 50rpx !important;
  172. width: 50rpx !important;
  173. position: absolute;
  174. top: 30rpx;
  175. left: 20rpx;
  176. font-size: 30rpx;
  177. font-family: Source Han Sans CN;
  178. font-weight: 400;
  179. color: #999999;
  180. line-height: 40rpx;
  181. text-align: left;
  182. }
  183. }
  184. .desc{
  185. padding: 20rpx;
  186. font-size: 26rpx;
  187. color: #676767;
  188. }