style.scss 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008
  1. .body-no-scroll {
  2. overflow: hidden !important;
  3. }
  4. .main_bg {
  5. @include main_bg_color(theme);
  6. }
  7. .bg-color {
  8. @include main_bg_color(theme);
  9. }
  10. .font-color{
  11. @include main_color(theme);
  12. }
  13. .border-eee{
  14. border: 1px solid #eee;
  15. }
  16. .icon-xiangyou{
  17. font-size: 20rpx;
  18. }
  19. .pages-activity-goods_seckill-index ,.pages-discover-discover_details-index,.pages-discover-discover_recommend-index{
  20. background-color: #fff !important;
  21. }
  22. .uni-tabbar-bottom{
  23. bottom: 0;
  24. }
  25. /**
  26. * 从底部弹出
  27. */
  28. .mask-popup{
  29. position: fixed;
  30. bottom: 0;
  31. width: 100%;
  32. left: 0;
  33. z-index: 77;
  34. border-radius: 16rpx 16rpx 0 0;
  35. transform: translate3d(0, 100%, 0);
  36. transition: all .2s cubic-bezier(0, 0, .25, 1);
  37. background: #ffffff;
  38. border-radius: 16rpx 16rpx 0 0;
  39. &.on {
  40. transform: translate3d(0, 0, 0);
  41. }
  42. }
  43. //缺省页样式
  44. .empty-box{
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: center;
  48. align-items: center;
  49. padding-bottom: 60rpx;
  50. image{
  51. width: 414rpx;
  52. height: 305rpx;
  53. }
  54. .txt, text{
  55. font-size: 26rpx;
  56. color: #999;
  57. }
  58. }
  59. //导航页底部适配是否自定义导航
  60. .footerBottom{
  61. width: 100%;
  62. height: auto;
  63. padding-bottom: 100rpx;
  64. padding-bottom: calc(100rpx+ constant(safe-area-inset-bottom)); ///兼容 IOS<11.2/
  65. padding-bottom: calc(100rpx + env(safe-area-inset-bottom)); ///兼容 IOS>11.2/
  66. }
  67. .activityProgress {
  68. overflow: hidden;
  69. background-color: #5E2400;
  70. width: 56rpx;
  71. border-radius: 18rpx;
  72. height: 6rpx;
  73. position: relative;
  74. .bg-reds{
  75. background-color: #FE960F;
  76. height: 100%;
  77. }
  78. }
  79. .loadingpic {
  80. animation: load 3s linear 1s infinite;
  81. --webkit-animation: load 3s linear 1s infinite
  82. }
  83. .loading-list {
  84. animation: load linear 1s infinite;
  85. -webkit-animation: load linear 1s infinite;
  86. font-size: 40rpx;
  87. margin-right: 22rpx
  88. }
  89. .loading {
  90. width: 100%;
  91. height: 100rpx;
  92. line-height: 100rpx;
  93. align-items: center;
  94. justify-content: center;
  95. position: relative;
  96. text-align: center
  97. }
  98. .loading .line {
  99. position: absolute;
  100. width: 450rpx;
  101. left: 150rpx;
  102. top: 50rpx;
  103. height: 1px;
  104. border-top: 1px solid #eee
  105. }
  106. .loading .text {
  107. position: relative;
  108. display: inline-block;
  109. padding: 0 20rpx;
  110. background: #fff;
  111. z-index: 2;
  112. color: #777
  113. }
  114. .loadingicon .loading {
  115. animation: load linear 1s infinite;
  116. font-size: 45rpx;
  117. color: #000
  118. }
  119. .loadingicon {
  120. width: 100%;
  121. height: 80rpx;
  122. overflow: hidden
  123. }
  124. .product-con .wrapper {
  125. background-color: #fff;
  126. padding: 24rpx;
  127. margin-top: 20rpx;
  128. }
  129. .product-con .wrapper .share .money {
  130. font-size: 28rpx;
  131. font-weight: 700
  132. }
  133. .product-con .wrapper .share .money .num {
  134. font-size: 48rpx
  135. }
  136. .product-con .wrapper .share .money .vip-money {
  137. color: #282828;
  138. margin-left: 13rpx
  139. }
  140. .product-con .wrapper .share .money image {
  141. width: 44rpx;
  142. height: 28rpx;
  143. margin-left: 14rpx
  144. }
  145. .product-con .wrapper .share .money .vip-money {
  146. color: #282828;
  147. margin-left: 13rpx
  148. }
  149. .product-con .wrapper .share .iconfont {
  150. color: #999;
  151. font-size: 36rpx;
  152. }
  153. .product-con .wrapper .introduce {
  154. font-size: 32rpx;
  155. font-weight: 700;
  156. }
  157. .product-con .wrapper .label {
  158. margin-top: 26rpx;
  159. font-size: 24rpx;
  160. color: #82848f;
  161. }
  162. .product-con .wrapper .coupon {
  163. margin-top: 40rpx;
  164. font-size: 26rpx;
  165. color: #82848f
  166. }
  167. .product-con .wrapper .coupon .activity {
  168. height: 40rpx;
  169. padding: 0 20rpx;
  170. @include coupons_border_color(theme);
  171. @include main_color(theme);
  172. font-size: 24rpx;
  173. line-height: 40rpx;
  174. position: relative;
  175. margin-left: 4rpx;
  176. }
  177. .product-con .wrapper .coupon .activityBox {
  178. margin-left: 4rpx;
  179. }
  180. .product-con .wrapper .coupon .activity:before {
  181. content: ' ';
  182. position: absolute;
  183. width: 7rpx;
  184. height: 10rpx;
  185. border-radius: 0 7rpx 7rpx 0;
  186. border: 1rpx solid #f2857b;
  187. // @include coupons_border_color(theme);
  188. background-color: #fff !important;
  189. bottom: 50%;
  190. left: -3rpx;
  191. margin-bottom: -6rpx;
  192. border-left-color: #fff;
  193. }
  194. .product-con .wrapper .coupon .activity:after {
  195. content: ' ';
  196. position: absolute;
  197. width: 7rpx;
  198. height: 10rpx;
  199. border-radius: 7rpx 0 0 7rpx;
  200. border: 1rpx solid #f2857b;
  201. // @include coupons_border_color(theme);
  202. background-color: #fff;
  203. right: -3rpx;
  204. bottom: 50%;
  205. margin-bottom: -6rpx;
  206. border-right-color: #fff
  207. }
  208. .product-con .wrapper .coupon .iconfont {
  209. color: #7a7a7a;
  210. font-size: 24rpx
  211. }
  212. .product-con .attribute {
  213. background-color: #fff;
  214. padding: 24rpx;
  215. font-size: 26rpx;
  216. color: #82848f;
  217. // height: 160rpx;
  218. }
  219. .product-con .attribute .atterTxt {
  220. font-size: 28rpx;
  221. color: #282828;
  222. margin-left: 4rpx;
  223. }
  224. .product-con .attribute .iconfont {
  225. font-size: 24rpx;
  226. color: #7a7a7a
  227. }
  228. .product-con .userEvaluation {
  229. // padding: 0 30rpx;
  230. }
  231. .product-con .userEvaluation i{
  232. font-style: normal;
  233. margin-left: 8rpx;
  234. font-size: 24rpx;
  235. color: #999999;
  236. }
  237. .product-con .userEvaluation .title {
  238. height: 86rpx;
  239. background-color: #fff;
  240. font-size: 28rpx;
  241. color: #282828;
  242. padding: 0 24rpx;
  243. border-top-left-radius: 14rpx;
  244. border-top-right-radius: 14rpx;
  245. }
  246. .product-con .userEvaluation .title .praise {
  247. font-size: 28rpx;
  248. color: grey
  249. }
  250. .product-con .userEvaluation .title .praise .iconfont {
  251. color: #7a7a7a;
  252. font-size: 24rpx;
  253. vertical-align: 1rpx;
  254. margin-left: 8rpx
  255. }
  256. .product-con .product-intro {
  257. position: relative;
  258. overflow: hidden;
  259. margin: 20rpx 20rpx 0 20rpx;
  260. border-radius: 12rpx;
  261. }
  262. .product-con .product-intro image {
  263. width: 20rpx;
  264. height: 20rpx;
  265. }
  266. .product-con .product-intro .title {
  267. font-size: 30rpx;
  268. color: #282828;
  269. height: 102rpx;
  270. width: 100%;
  271. text-align: center;
  272. line-height: 102rpx
  273. }
  274. .product-con .product-intro .title .sp{
  275. margin: 0 14rpx;
  276. }
  277. .product-con .product-intro .conter {
  278. width: 100%!important;
  279. height: unset!important;
  280. word-wrap: break-word;
  281. overflow: hidden;
  282. }
  283. .newsDetail .conter {
  284. padding: 0 30rpx;
  285. word-wrap: break-word;
  286. }
  287. .newsDetail .conter image {
  288. width: 100%!important;
  289. display: block!important
  290. }
  291. .goodsStyle {
  292. background-color: #fff;
  293. padding: 20rpx 24rpx;
  294. }
  295. .goodsStyle .pictrue {
  296. width: 120rpx;
  297. height: 120rpx
  298. }
  299. .goodsStyle .pictrue image {
  300. width: 100%;
  301. height: 100%;
  302. border-radius: 6rpx
  303. }
  304. .goodsStyle .text {
  305. width: 500rpx;
  306. font-size: 28rpx;
  307. color: #333333
  308. }
  309. .goodsStyle .text .name, .attr {
  310. // width: 360rpx;
  311. color: #282828;
  312. height: 2;
  313. }
  314. .goodsStyle .text .money {
  315. text-align: right;
  316. color: #999999;
  317. font-size: 28rpx;
  318. }
  319. .goodWrapper .item .pictrue {
  320. width: 130rpx;
  321. height: 130rpx;
  322. border-radius: 14rpx;
  323. overflow: hidden;
  324. }
  325. .goodWrapper .item .pictrue image {
  326. width: 100%;
  327. height: 100%;
  328. }
  329. .goodWrapper .item .text {
  330. width: 502rpx;
  331. position: relative
  332. }
  333. .goodWrapper .item .text .name {
  334. font-size: 28rpx;
  335. color: #282828;
  336. }
  337. .goodWrapper .item .text .num {
  338. font-size: 26rpx;
  339. color: #999999;
  340. }
  341. .goodWrapper .item .text .attr {
  342. font-size: 20rpx;
  343. color: #999999;
  344. margin-top: 20rpx
  345. }
  346. .goodWrapper .item .text .money {
  347. font-size: 26rpx;
  348. margin-top: 20rpx
  349. }
  350. .goodWrapper .item .evaluate {
  351. position: absolute;
  352. width: 114rpx;
  353. height: 46rpx;
  354. border: 1rpx solid #bbb;
  355. border-radius: 4rpx;
  356. text-align: center;
  357. right: 0;
  358. bottom: -5rpx;
  359. display: flex;
  360. align-items: center;
  361. justify-content: center;
  362. }
  363. .goodWrapper .item .text .evaluate.userEvaluated {
  364. font-size: 26rpx;
  365. color: #aaa;
  366. background-color: #f7f7f7;
  367. border-color: #f7f7f7
  368. }
  369. .promoterHeader {
  370. width: 100%;
  371. height: 220rpx
  372. }
  373. .promoterHeader .headerCon{width:100%;height:100%;padding:58rpx 60rpx 0 60rpx;box-sizing:border-box;font-size:28rpx;color:#fff;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAtYAAADECAYAAAC7kWZ/AAANEklEQVR4nO3dC3PbxhUGUDxISnJa1/n/f9J10ri2JaGDZpHABCmBIB672HNmMMpADimBAvjx4u5u2TRNAQAA/KUMWxW+Fr195dm+7uvrwfEDACAT/bBcXQjQ/dB8M8EaAIA96YJyfzuvPi9CsAYAIEVtSK6vhOhNCNYAAMSuOgvR9ZYB+hrBGgCAmHSV6DrmEH2JYA0AwJaqXpDuwnSSBGsAANZUhQxap1SNHkOwBgBgSWUvSB/2FKTPCdYAAMytC9GHlFs7biVYAwBwr64qfdhbe8ctBGsAAKaozsJ09gRrAADGEqbfIFgDAPCWtq3jKEy/T7AGAOBc1zN9FKbHE6wBAOgceluWAxDvIVgDAOStCpXpozB9H8EaACBPh17vNDNwIAEA8tFWpE+q08sQrAEA9q8OgVr2W5CDCwCwX8cQqLNZVnxLgjUAwL6UvUCt3WNFgjUAwD5UvXYPgXoDgjUAQNraQP0g123PCwAAkCYDEiPjhQAASEsdKtSWGo+MYA0AkAYV6sh5YQAA4iZQJ8ILBAAQJ4MSE+OFAgCISxkC9dHrkhbBGgAgDmVo+TiahzpNgjUAwPaOoUotUCdMsAYA2E47MPEx9FOTOMEaAGB9+qh3SLAGAFjXKWzaPnZGsAYAWIe2j50TrAEAllWGQC137ZwXGABgOWb7yIhgDQAwvypUqWvHNh+CNQDAvE6hSk1mBGsAgHmoUmdOsAYAuJ8qNYI1AMAdVKn5i2ANADCNKjU/EawBAG5jXmou8gcBADDeIYRq81IzIFgDAIzzGBZ8gYsEawCAt7UDFJ/CV7hKsAYAuM6S5IwmWAMAXKb1g5sI1gAAP9P6wSSCNQDA38z6wWSCNQDAnx7Coi8wiWANAOTOgi/Mwh8QAJAz/dTMRrAGAHI1pZ+6DFvV+//Ks+383xdXnuPSvmaw5+99599rzrZu32tvPysSrAGAHJ1CT3WnH5arC2G5vBKE53bpOS7tG+s8fDdn4ftVAJ+PYA0A5KILzR9CqO7aP6odzwIy5gNBF7CL8LW/Cd03KJvG8QIAdqUNknUIzOfbY/ge45xXt9vtReC+6FXFGgBIWXUWousrFdouVBukeJvyygeR5qyy3Ybt18G/yoyKNQCQii7k1e+E6HPdzB8WfVnWeVU7t8r2q2ANAMSq6gXpemK1ubaS4qbOg/aeq9qCNQAQjSpMrFDfUI1+SzedHvFoekH7eWdBW7AGADZT9oL0Yeaq8sny5EloetXs58RbRwRrAGBVXYg+LDiQUKhOV7+a/ZLYbyFYAwCLKntBeo72jve081Mf3/k3pKFrG3lOpJotWAMAs6vOwvRaHi1+t2svkfdmC9YAwCy2CtOdJwu/ZCXGkC1YAwCTlaHtYqsw3RGq89aF7B8bt4sI1gDATbqe6WMkYVaopu9lw55swRoAGOXQ22JZbEWo5prmLGSvQbAGAK6qQmX6GOHKhUI1YzUhXP9YuB9bsAYABg693ukYCdVM1fViL1HFFqwBgP8rw6IqMVan+4Rq5tBVsb/P2IstWANA5uoQqFOY/9k81SzhJQTse1d6FKwBIFPHEKiXWlZ8bkI1S3sNbSI/Jj6PYA0AGSl7gTrmdo9zlilnTU0vYN8SlAVrAMhA1Wv3SClQF+HnPg32wvKaXpvImNlEBGsA2LEqVHtTbaE4hp8fttYG7G/vBGzBGgB2KKUBidccQl81xOStgY6CNQDsSB0qvKlPR1eHUJ1a2wr5uBSwBWsA2IE9VKg7VZirWqgmBf2ALVgDQML2FKiLEKafEpoCEDptsP4qWANAelIflHhJGdo/rKpIqp5NtA4A6Sh3PKezUE3yBGsAiF8ZWj6OO+093sOASxCsASBy3VzOex3Md7SqInshWANAnLop5/Y8kK+2qiJ7IlgDQFz23EfdV5qrmr0RrAEgHqew5RA2hWp2R7AGgO3l0PbRZwYQdkmwBoDtdO0QOb0fH+UP9sofNgBsY++zfVxSh98ZdkmwBoB1VZm2QpRCNXsnWAPAek4Zh8ucesjJlGANAMvLtUrdORmsSA4EawBYVs5V6sIiMOREsAaAZeRepS56s55AFgRrAJhf7lXqjkVgyIpgDQDzyXFe6muO+qrJjRMfAOZxUKH9S6WvmhwJ1gBwv8dQoeVPPmCQJcEaAKZrK7NP5mf+yYPjQa4EawCYJsclyd9Tq9yTM8EaAG6n9WPIkuVkT7AGgPG0flynBYTsCdYAMI5ZP66rZQpwEgDAGA+mj7tKCwgEgjUAXGfBl/edtIDAn1woAOAy/dTvMwsI9AjWADCkn3ocLSDQI1gDwM9OAuMoWkDgjGANAH8zP/U4lcGcMCRYA4BBirdS0YcLXEAAyJ1Birc5hEGLwBnBGoCctWH6g0GKo5mzGt4gWAOQqzpUqoXq8U6OF1wnWAOQo0MI1YxXGdgJbxOsAciN6fSmcczgHQZqAJAToXoaAxZhBBVrAHLxYO7lyRw3GGEPwbobfPIQfp+uCv8Stm9FUXwN/w1Aniz8Mp0VFmGksmmaVI9VG6g/3jD4pA3XXwRsgOw8uUM7WWk6QhjtOdVg3VYefp1wore/7OcQsgHYP6H6Pg8q/TDac4oXm1+KovjXYO84ZQjkbbX797V/cABWJVTfp3T84Dap9Uw93RGq+25pIQEgPUL1/R60gMBtUgrWbZX502DvdJ9MHQSwS0L1/SrHEG6XUrD+OPMn5zI8JgD7IVTPw/R6MEEqwbpeqHXjSdUaYDeE6nmoVsNEqQTrJfuh9VoDpO9RGJyNlSlholSC9ZInuQsIQNos/jKf2p1cmC6VYL1kFUKFAyBd5lmel95quEMqwXrJn9MyrQBpOgmCs6pUq+E+QiUAKTpq5Zud4wl3SiVYvw72pPHYAMzvEPqqmY9qNcwglWD9PNiTxmMDMK9aqF6ElhqYQSrB+ttgTxqPDcB8qjBFqmW252XeaphJKsH662BPGo8NwDxKoXoxZlWBmaQSrF8WCtdfw2MDEK8uVBtwP79StRrmk9JF6ktRFM1g73RNeEwA4vZoYN1iju4CwHxSCtZtZfnzYO90n1WrAaL3oKK6KG0gMKPUbqu1rRv/Huy93ZeF+7YBuN/RbBWLUq2GmaVYBfhPqDT/OuGC0IRKtVANELfagiWLcycAZlY2zZxty6tqL7ofw4CWMb6GSrX2D4C4tUWTX1RTF1Xf8P4JjPOccrDudBeHrg+va295DQvLfDP7B0BSPhisuLhHFWuY3S6CNQD78WhA3eK6OwLAvJ7NCQpALI5C9SocY1iIYA1ADOpQrWZ5WkBgIYI1AFsrherV1N77YTlOLgC29uj9aDXaQGBBLmQAbOmkNWE1pWMNyxKsAdiKRWDWpVoNCxOsAdhCaYGS1ZkbHBYmWAOwhUcrK66qEqxheYI1AGs76vVdnTYQWIFgDcCaKn3Vm/BBBlYgWAOwpictIKurHXNYh2ANwFoevO9sQhsIrMQFDoA11GHOatZn0CKsRLAGYGmWLN/OQRsIrOeWwQxdteEUbit1PVttOH8tiqIpiuKlKIofRVF8D9vL4FEAyI0WkO0YtAgrKpumeevZuirDh4mjuL8VRfFHURT/DcEbgLzU4T2EbfyiYg2reX7rk2x7Ifznnb1ZD2FrK9e/hZANQB60gGxLGwis7FLFuj0RPy00yKRtD/ncJvrBdwDYmwcDFjf1qBUEVvV8HqyfQqhe8hNuE8L118F3ANgLLSDb0wYC63ruDyZpT8BfVzgJy/A8/xh8B4C90AKyLYvCwAa6W0RtyP248tN3z/f74DsApOxkFpDNaQGBDVSh/WPtUN35GJ4fgH2oJs4ixbwsCgMbqEJP9ZY++WQNsBtC9fYqdwxgG1UEPVhlBOEegPsdFEqioFoNG4nlE+3J6HGApJmzOh4+3MBGYrpV9E8jmAGSdXINj4Y2ENhITCdfrdoBkKTKQjDRMM0ebCi2T7XaQQDSY8BiPLSBwIZiC9YPBl0AJMWAxbhoA4ENxXgCup0IkA7V6niUilOwrRiDtYs0QBqssBgXoRo2FuMF0S1FgPiV7jBGR7CGjcUYrF0YAOJner34uHsAG4vxJHRhAIhbG6iPXqOo6K+GCMQYYlVAAOL24FodHUUpiECMJ2Iz2ANALCrV6iipVkMEYgzWr4M9AMTCgMU4CdYQgRiD9ctgDwAxUK2Ol1YQiECMJ+LzYA8AMbDOQJwqPe8QhxiD9bfBHgC2VltnIFqq1RCJGE/G74M9AGxNb3W89FdDJGIL1t/1WANEp1KtjpqKNUQitpPxj8EeALamtzpugjVEIqaTsa1Ufx3sBWBLqtVxM3ARIhJTsP7N4jAA0dFbHTfVaohILCfkd20gANExb3X8BGuISBVBlbh9/s+DvQBsTaiOnxlBICJVBKH2s0VhAKJTCtZJ0F8NEanCgMEvG/1IXwxYBIjSUWhLglYQiEh3Qv6+Qbj+Ep4XgPgYtBg/oRpiUhTF/wCwanlvn543fwAAAABJRU5ErkJggg==');background-repeat:no-repeat;background-size:100% 100%;}
  374. .promoterHeader .headerCon .name{margin-bottom:10rpx;}
  375. .promoterHeader .headerCon .num{font-size:50rpx;}
  376. .promoterHeader .headerCon .iconfont{font-size:125rpx;}
  377. .sign-record .list .item .data{height:80rpx;line-height:80rpx;font-size:24rpx;color:#666;}
  378. .sign-record .list .item .listn{ font-size:24rpx;color:#999;background-color: #fff;}
  379. .sign-record .list .item .listn .itemn{
  380. border-bottom: 1rpx solid #eee;
  381. padding: 20rpx 0;
  382. margin: 0 20rpx;
  383. }
  384. .sign-record .list .item .listn .itemn:last-child{
  385. border: none;
  386. }
  387. .sign-record .list .item .listn .itemn .name{width:390rpx;font-size:28rpx;color:#282828;margin-bottom:10rpx;}
  388. .sign-record .list .item .listn .itemn .num{font-size:36rpx;font-family: 'Guildford Pro';color:#16ac57;}
  389. .coupon-list{
  390. padding:0 24rpx;margin-top:25rpx;
  391. }
  392. .coupon-list .item{width:100%;height:190rpx;margin-bottom:16rpx;}
  393. .coupon-list .item .money
  394. {
  395. background-repeat:no-repeat;background-size:100% 100%;width:240rpx;height:100%;color:#fff;font-size:36rpx;font-weight:bold;text-align:center;display: flex;flex-direction: column;align-items: center;justify-content: center;
  396. background-image: radial-gradient(circle at left center, #fff, #fff 6px, transparent 0px),url('data:image/png;base64,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');
  397. }
  398. .coupon-list .item .money.moneyGray{
  399. background-color: #bbb;
  400. }
  401. .coupon-list .item .money .num{font-size:50rpx;}
  402. .coupon-list .item .text{width:460rpx;height: 100%;padding:0 14rpx;box-sizing:border-box;background-color:#fff;}
  403. .coupon-list .item .text .condition{
  404. flex-wrap: inherit !important;
  405. font-size:28rpx;
  406. color:#282828;
  407. padding-top: 18rpx;
  408. margin-bottom: 16rpx;
  409. height: 94rpx;
  410. .line2{
  411. width: 342rpx;
  412. }
  413. .line-title {
  414. width: 72rpx;
  415. margin-top: 7rpx;
  416. box-sizing: border-box;
  417. background: #fff;
  418. opacity: 1;
  419. border-radius: 20rpx;
  420. font-size: 20rpx;
  421. height: 30rpx;
  422. //line-height: 24rpx;
  423. margin-right: 12rpx;
  424. display: flex;
  425. justify-content: center;
  426. align-items: center;
  427. //text-align: center;
  428. }
  429. }
  430. .coupon-list .item .text .data{
  431. font-size:20rpx;
  432. color:#999;
  433. border-top: 1px solid #F0F0F0;
  434. padding-top: 25rpx;
  435. }
  436. .coupon-list .item .text .data .bnt{width:136rpx;height:44rpx;border-radius:22rpx;font-size:22rpx;text-align:center;line-height:44rpx;color:#fff;}
  437. .coupon-list .item .text .data .bnt.gray{background-color:#ccc;}
  438. // 缺省样式
  439. .noCommodity {
  440. padding-top: 30rpx;
  441. .pictrue {
  442. width: 414rpx;
  443. height: 336rpx;
  444. margin: 0 auto 15rpx auto;
  445. image {
  446. width: 100%;
  447. height: 100%
  448. }
  449. }
  450. .text-ccc{
  451. color: #CCC;
  452. text-align: center;
  453. width: 90%;
  454. display: block;
  455. margin: auto;
  456. margin-top: -63rpx;
  457. }
  458. }
  459. // 登录、注册、忘记密码
  460. .index-bg .uni-swiper-dot {
  461. width: 20rpx!important;
  462. height: 5rpx!important;
  463. border-radius: 3rpx
  464. }
  465. .boutique .uni-swiper-dot {
  466. width: 7rpx!important;
  467. height: 7rpx!important;
  468. border-radius: 50%
  469. }
  470. .boutique .uni-swiper-dot-active {
  471. width: 20rpx!important;
  472. border-radius: 5rpx!important
  473. }
  474. .statistical-page .mc-body {
  475. padding-bottom: 0
  476. }
  477. .statistical-page .mpvue-calendar {
  478. min-width: 100%
  479. }
  480. .statistical-page .mpvue-calendar table {
  481. margin: 0
  482. }
  483. .statistical-page .mpvue-calendar td {
  484. border-right: 1px solid #fff;
  485. padding: 0;
  486. width: 14%!important
  487. }
  488. .statistical-page .calendar-tools {
  489. box-shadow: unset;
  490. -webkit-box-shadow: unset;
  491. -o-box-shadow: unset;
  492. -moz-box-shadow: unset
  493. }
  494. .statistical-page .mc-head-box div {
  495. font-size: 14px
  496. }
  497. .statistical-page .mpvue-calendar td:not(.disabled) span.mc-date-red {
  498. color: unset
  499. }
  500. .statistical-page .mpvue-calendar .mc-range-mode .mc-range-begin span.calendar-date,.statistical-page .mpvue-calendar .mc-range-mode .mc-range-end span.calendar-date {
  501. border-radius: 0;
  502. background-color: #2291f8!important
  503. }
  504. .statistical-page .mpvue-calendar td.selected span.mc-date-red {
  505. color: #fff
  506. }
  507. .statistical-page .mc-range-mode .selected .mc-range-bg {
  508. background-color: #a0dcf9
  509. }
  510. .statistical-page .mpvue-calendar .mc-range-mode .mc-range-row-first .calendar-date,.statistical-page .mpvue-calendar .mc-range-mode .mc-range-row-last .calendar-date {
  511. background-color: #a0dcf9
  512. }
  513. .statistical-page .mpvue-calendar .mc-range-mode .selected.mc-range-second-to-last span {
  514. background-color: #a0dcf9
  515. }
  516. .statistical-page .mpvue-calendar .mc-range-mode .mc-range-month-first.selected .calendar-date,.statistical-page .mpvue-calendar .mc-range-mode .mc-range-month-last.selected .calendar-date {
  517. background-color: #a0dcf9
  518. }
  519. .statistical-page .mc-today-element .calendar-date {
  520. border-radius: 0;
  521. background-color: unset
  522. }
  523. .new-users .uni-swiper-dot, .new-redeemIntegral .uni-swiper-dot {
  524. width: 8px;
  525. height: 4px;
  526. background: rgba(0,0,0,.15);
  527. border-radius: 2px
  528. }
  529. .new-users .uni-swiper-dot-active {
  530. width: 16px;
  531. height: 4px;
  532. @include main_bg_color(theme);
  533. border-radius: 2px
  534. }
  535. .new-redeemIntegral .uni-swiper-dot-active {
  536. width: 16px;
  537. height: 4px;
  538. background: rgba(233,51,35,1)!important;
  539. border-radius: 2px
  540. }
  541. .pictrue_log {
  542. width: 80rpx;
  543. height: 40rpx;
  544. border-radius: 10rpx 0 10rpx 0;
  545. line-height: 40rpx;
  546. font-size: 24rpx
  547. }
  548. .pictrue_log_class {
  549. background: -webkit-gradient(linear,left top,right top,from(rgba(246,122,56,1)),to(rgba(241,27,9,1)));
  550. background: linear-gradient(90deg,rgba(246,122,56,1) 0,rgba(241,27,9,1) 100%);
  551. opacity: 1;
  552. position: absolute;
  553. top: 0;
  554. left: 0;
  555. color: #fff;
  556. text-align: center;
  557. z-index: 3
  558. }
  559. .pictrue_log_medium {
  560. width: 80rpx;
  561. height: 44rpx;
  562. border-radius: 20rpx 0 20rpx 0;
  563. line-height: 44rpx;
  564. text-align: center;
  565. font-size: 26rpx
  566. }
  567. .pictrue_log_big {
  568. width: 100rpx;
  569. height: 46rpx;
  570. line-height: 46rpx;
  571. border-radius: 20rpx 0 20rpx 0;
  572. font-size: 28rpx
  573. }
  574. .spike-box .styleAll {
  575. background-color: #ffdfdd;
  576. color: #E93323;
  577. padding: 0 5rpx
  578. }
  579. .product-con .nav .time .timeTxt {
  580. color: #fff
  581. }
  582. .bg-color-hui {
  583. background: #bbb !important;
  584. }
  585. .page_content .swiper .uni-swiper-dot {
  586. width: 20rpx!important;
  587. height: 5rpx!important;
  588. border-radius: 3rpx;
  589. background: rgba(0,0,0,.4)!important
  590. }
  591. .page_content .swiper .uni-swiper-dot-active {
  592. width: 20rpx!important;
  593. border-radius: 5rpx!important;
  594. background: #fff!important
  595. }
  596. .pictrue_log_xl {
  597. background: linear-gradient(90deg,rgba(246,122,56,1) 0,rgba(241,27,9,1) 100%)
  598. }
  599. .pictrue_log_xl_gray {
  600. background: linear-gradient(90deg,rgba(102,102,102,1) 0,rgba(153,153,153,1) 100%)
  601. }
  602. .pictrue_log_xl_blue {
  603. background: linear-gradient(90deg,rgba(26,163,246,1) 0,rgba(24,192,244,1) 100%)
  604. }
  605. .flex-aj-center {
  606. display: flex;
  607. align-items: center;
  608. justify-content: center
  609. }
  610. .page-index.bgf .noCommodity{
  611. border-top: 0;
  612. }
  613. .product-con .red{
  614. color: #82848f!important;
  615. }
  616. uni-checkbox:not([disabled]) .uni-checkbox-input:hover{
  617. border-color: #d1d1d1;
  618. }
  619. .bg-green{
  620. background-color: #3CBB45;
  621. }
  622. .borderShow{
  623. position: relative;
  624. }
  625. .borderShow::after{
  626. content: ' ';
  627. position: absolute;
  628. left: 0;
  629. top: 0;
  630. width: 100%;
  631. height: 100%;
  632. border:1px dashed #007AFF;
  633. box-sizing: border-box;
  634. z-index: 21;
  635. }
  636. .justify-between{
  637. justify-content: space-between;
  638. }
  639. .flex-column{
  640. flex-direction: column;
  641. }
  642. /**
  643. * 首页模块中标题样式
  644. */
  645. .indexList{
  646. background-color: #fff;
  647. border-radius: 12rpx;
  648. padding: 30rpx 24rpx;
  649. .title{
  650. .text {
  651. width: 500rpx;
  652. color: #999999;
  653. font-size: 12px;
  654. display: flex;
  655. align-items: flex-end;
  656. image{
  657. width: 124rpx;
  658. height: 32rpx;
  659. }
  660. .label {
  661. font-size: 22rpx;
  662. margin-left:10rpx;
  663. position: relative;
  664. top: 4rpx;
  665. }
  666. }
  667. .more {
  668. font-size: 20rpx;
  669. padding: 4rpx 10rpx;
  670. text-align: center;
  671. border-radius: 4rpx 4rpx 4rpx 4rpx;
  672. .iconfont {
  673. font-size: 18rpx;
  674. }
  675. }
  676. }
  677. .tips {
  678. color: rgba(51, 51, 51, .3);
  679. font-size: 18rpx;
  680. }
  681. .list {
  682. width: 100%;
  683. border-radius: 14rpx;
  684. background-color: #fff;
  685. box-sizing: border-box;
  686. margin-top: 30rpx;
  687. .item {
  688. width: 200rpx;
  689. background: #fff;
  690. margin-right: 20rpx;
  691. }
  692. .item:nth-last-child(1){
  693. margin-right: 0;
  694. }
  695. }
  696. }
  697. /**
  698. * 标签样式线性
  699. */
  700. .tagSolid{
  701. padding: 0 4rpx;
  702. @include coupons_border_color(theme);
  703. @include main_color(theme);
  704. font-size: 20rpx;
  705. display: inline-block;
  706. border-radius: 4rpx;
  707. line-height: 26rpx;
  708. height: 28rpx;
  709. }
  710. /**
  711. * 商户标签样式面性
  712. */
  713. .merType{
  714. padding: 0 6rpx;
  715. // @include main_bg_color(theme);
  716. color: #fff;
  717. font-size: 18rpx;
  718. display: inline-block;
  719. border-radius: 6rpx;
  720. position: relative;
  721. top: -4rpx;
  722. line-height: 30rpx;
  723. height: 30rpx;
  724. }
  725. /**
  726. * 商户关注样式
  727. */
  728. .merCollect {
  729. display: flex;
  730. justify-content: center;
  731. align-items: center;
  732. padding: 0 18rpx;
  733. height: 48rpx;
  734. border-radius: 24rpx;
  735. @include linear-gradient(theme);
  736. font-weight: 500;
  737. font-size: 22rpx;
  738. color: #FFFFFF;
  739. .iconfont {
  740. margin-right: 6rpx;
  741. font-size: 22rpx;
  742. }
  743. &.gary {
  744. background-color: #999;
  745. }
  746. }
  747. /**
  748. * 逛逛文章关注样式
  749. */
  750. .author {
  751. &-follow {
  752. width: 100rpx;
  753. height: 50rpx;
  754. border-radius: 33rpx;
  755. opacity: 1;
  756. line-height: 50rpx;
  757. font-size: 24rpx;
  758. justify-content: center;
  759. color: #fff;
  760. @include linear-gradient(theme);
  761. .iconfont {
  762. font-size: 18rpx;
  763. margin-right: 4rpx;
  764. }
  765. &.focusBtn {
  766. border: 1px solid #999999;
  767. color: #999999 !important;
  768. border-radius: 33rpx;
  769. background: none !important;
  770. }
  771. }
  772. &-focused{
  773. width: 100rpx;
  774. height: 48rpx;
  775. line-height: 46rpx;
  776. font-size: 24rpx;
  777. border-radius: 33rpx;
  778. border: 1px solid #999999;
  779. color: #999999;
  780. text-align: center;
  781. }
  782. }
  783. .pages-discover-discover_note_topic-index{
  784. background-color: #fff !important;
  785. }
  786. //弹窗中我知道了按钮
  787. .btnSuccess{
  788. width: 520rpx;
  789. height: 86rpx;
  790. border-radius: 43rpx;
  791. line-height: 86rpx;
  792. text-align: center;
  793. color: #fff;
  794. @include main_bg_color(theme);
  795. margin-top: 70rpx;
  796. }
  797. .popup-content{
  798. display: flex;
  799. flex-direction: column;
  800. padding: 40rpx 30rpx;
  801. background-color: #fff;
  802. border-radius: 16rpx;
  803. }
  804. //活动边框样式
  805. .border-picture {
  806. position: absolute;
  807. top: 0;
  808. left: 0;
  809. width: 100%;
  810. height: 100%;
  811. border-radius: 16rpx 16rpx 0 0;
  812. background: center/cover no-repeat;
  813. }
  814. .uni-checkbox-input.uni-checkbox-input-checked, .uni-radio-input.uni-radio-input-checked {
  815. @include coupons_border_color(theme);
  816. @include main_bg_color(theme);
  817. color: #FFF !important;
  818. }
  819. .wx-checkbox-input.wx-checkbox-input-checked {
  820. @include coupons_border_color(theme);
  821. @include main_bg_color(theme);
  822. color: #FFF !important;
  823. }
  824. // 上传图片样式
  825. .confirmImg {
  826. max-width: 100%;
  827. .pictrue {
  828. margin: 22rpx 18rpx 0 0;
  829. width: 146rpx;
  830. height: 146rpx;
  831. position: relative;
  832. font-size: 24rpx;
  833. color: #999;
  834. image {
  835. width: 100%;
  836. height: 100%;
  837. border-radius: 14rpx;
  838. }
  839. .icon-guanbi1 {
  840. position: absolute;
  841. font-size: 45rpx;
  842. top: -10rpx;
  843. right: -10rpx;
  844. }
  845. }
  846. .pictrue:nth-of-type(4n) {
  847. margin-right: 0;
  848. }
  849. .pictrue:nth-last-child(1) {
  850. border: 1rpx solid #ddd;
  851. box-sizing: border-box;
  852. }
  853. }
  854. // 店铺diy中的样式
  855. .diyStore {
  856. position: relative;
  857. z-index: 5;
  858. display: flex;
  859. align-items: center;
  860. }
  861. // 逛逛视频图标
  862. .discover_video_icon {
  863. position: absolute;
  864. top: 14rpx;
  865. right: 14rpx;
  866. z-index: 10;
  867. width: 40rpx;
  868. height: 40rpx;
  869. line-height: 40rpx;
  870. background: (rgba(0, 0, 0, .5));
  871. border-radius: 50%;
  872. color: #fff;
  873. text-align: center;
  874. .iconfont {
  875. font-size: 20rpx;
  876. position: absolute;
  877. left: 12rpx;
  878. }
  879. }
  880. //已售罄样式
  881. .sellOut{
  882. width: 164rpx;
  883. height: 60rpx;
  884. line-height: 60rpx;
  885. background: #000000;
  886. border-radius: 110rpx 110rpx 110rpx 110rpx;
  887. opacity: 0.4;
  888. color: #FFFFFF;
  889. font-size: 30rpx;
  890. text-align: center;
  891. position: absolute;
  892. z-index: 1;
  893. top: 50% !important;
  894. left: 50% !important;
  895. right: 0 !important;
  896. -webkit-transform: translate(-50%, -50%);
  897. transform: translate(-50%, -50%);
  898. }