cart.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. /* pages/cart/cart.wxss */
  2. .page{padding: 0 20rpx 105rpx;}
  3. .cart{margin: 20rpx 0 0;background: #fff;border-radius: 10rpx;}
  4. .dian{height: 99rpx;border-bottom: 2rpx solid #E5E5E5;padding: 0 20rpx;align-items: center;}
  5. .dian view{font-size: 30rpx;color: #333;font-weight: bold;white-space: nowrap;
  6. overflow: hidden;
  7. text-overflow: ellipsis;}
  8. .dian .merchantName{width: 300rpx;}
  9. .list .li{display: flex;display: -webkit-flex;align-items: center;background: #fff;border-radius: 10rpx;padding: 0 20rpx 20rpx 14rpx;}
  10. .info{border-bottom: 2rpx solid #efefef;padding: 20rpx 0;overflow: hidden;}
  11. .checkbox{width: 54rpx;height: 180rpx;}
  12. .check{display: block;width: 34rpx;height: 34rpx;margin-top: 73rpx;}
  13. .dian .check{margin-top: 0;margin-right: 20rpx;}
  14. .cimgs{position: relative;width: 180rpx;height: 180rpx;box-sizing: border-box;border: 2rpx solid #E5E5E5;border-radius: 10rpx;margin-right: 20rpx;}
  15. .type{width: 82rpx;height: 36rpx;position: absolute;top: 2rpx;left:2rpx;}
  16. .cimg{width: 100%;height: 100%;}
  17. .gys{text-align: center;position: absolute;top: 140rpx;background: rgba(0,0,0,.6);width: 179rpx;color: white;}
  18. .zhinfo{flex:1;-webkit-flex: 1;overflow: hidden;position: relative;}
  19. .list .li:last-child .info{border-bottom: none;}
  20. .zhtit{font-size: 30rpx;color: #212121;line-height: 34rpx;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  21. .guigecontent{
  22. margin-top: 5rpx;
  23. font-size: 22rpx;color: #999;
  24. display: flex;
  25. flex-direction: row;
  26. /* width: 58%; */
  27. }
  28. .guige{font-size: 22rpx;color: #999;}
  29. .jiage{display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;margin-top: 45rpx;}
  30. .zhjia{font-size: 36rpx;color: #FE0419;}
  31. .zhjia text{font-size: 28rpx;}
  32. .num{height: 55rpx;border: 1rpx solid #E5E5E5;border-radius: 8rpx;box-sizing: border-box;display: flex;display: -webkit-flex;align-items: center;text-align: center;}
  33. .jian{display: block;width: 53rpx;height: 53rpx;line-height: 45rpx;font-size: 30rpx;color: #333;font-weight: bold;}
  34. .nums{display: block;height: 52rpx;line-height: 53rpx;font-size: 28rpx;color: #333;width: 66rpx;background: #fff;border-left: 1rpx solid #E5E5E5;border-right: 1rpx solid #E5E5E5;border-radius: 6rpx;}
  35. .bot{background: #fff;height: 85rpx;position: fixed;left: 0;right: 0;bottom: 115rpx;z-index: 80;display: flex;display: -webkit-flex;align-items: center;border-bottom: 1rpx solid #fafafa;}
  36. .botl{flex: 1;-webkit-flex: 1;display: flex;display: -webkit-flex;padding: 0 0 0 20rpx;align-items: center;}
  37. .botl .check{margin-top: 0;margin-right: 10rpx;}
  38. .all{display: flex;display: -webkit-flex;align-items: center;font-size: 24rpx;color: #6a6a6a;}
  39. .heji{line-height: 85rpx;font-size: 27rpx;color: #333;margin-left: 20rpx;}
  40. .heji text{color: #e80113;font-size: 40rpx;font-weight: bold;}
  41. .editc{height: 85rpx;line-height: 85rpx;padding: 0 30rpx;background: #EA452E;}
  42. .edit{font-size: 26rpx;color: #fff;}
  43. .jiesuan{width: 172rpx;height: 85rpx;line-height: 85rpx;background: var(--mina);font-size: 26rpx;color: #fff;text-align: center;}
  44. .top{justify-content: space-between;align-items: center;}
  45. .more{width: 16rpx;height: 25rpx; margin-left: 7rpx;}
  46. .gocou{margin-left: 10rpx; color:#333 !important ;font-size: 26rpx !important;align-items: center;}
  47. .tbg{font-size: 26rpx !important; font-weight: normal !important; align-items: center; color: #999 !important;}
  48. .putong{margin-top: 30rpx;}
  49. .price .vip {
  50. font-size: 24rpx;
  51. margin-left: 12rpx;
  52. color: var(--vip);
  53. border: 1rpx solid;
  54. padding: 0 8rpx 2rpx 8rpx;
  55. border-radius: 5px;
  56. font-weight: normal;
  57. }
  58. .price .vip .members{
  59. font-size: 24rpx !important;
  60. font-weight: normal !important;
  61. margin-left: 2rpx;
  62. }
  63. .price .vip .sale{
  64. font-size: 24rpx !important;
  65. font-weight: normal !important;
  66. }
  67. .mbggrays {
  68. background: linear-gradient(0deg, #e0e0e0, #c4c4c4) !important;
  69. }
  70. .tabe{
  71. font-size: 24rpx;
  72. color: #999;
  73. line-height: 40rpx;
  74. margin-top: 15rpx;
  75. }
  76. .tabe text{margin-left: 20rpx;}
  77. .tabe text:first-child{margin-left:0rpx}
  78. /* 猜你喜欢 */
  79. .cai{padding-bottom: 30rpx;}
  80. .cai-tit{align-items: center;justify-content: center;font-size: 30rpx;color: #EA6730;font-weight: bold;margin-bottom: 30rpx;}
  81. .cai-tit image{width: 63rpx;height: 5rpx;}
  82. .cai-tit image:first-child{margin-right: 20rpx;}
  83. .cai-tit image:last-child{margin-left: 20rpx;}
  84. .tabcon{flex-wrap: wrap;}
  85. .tabcon .li{background: #fff;border-radius: 10rpx;width: 345rpx;margin: 20rpx 20rpx 0 0;}
  86. .tabcon .li:nth-child(2n){margin-right: 0;}
  87. .jsdimgs{width: 345rpx;height: 345rpx;position: relative;}
  88. .jsdpro{width: 100%;height: 100%;}
  89. .jsdimg{width: 82rpx;height: 36rpx;position: absolute;top: 20rpx;left: 20rpx;}
  90. .jsdinfo{padding: 15rpx 20rpx 30rpx;}
  91. .proname{font-size: 28rpx;color: #333;/* text-overflow: ellipsis;white-space: nowrap; */line-height: 36rpx;height: 72rpx;overflow: hidden;}
  92. .operate{justify-content: space-between;align-items: center;margin-top: 15rpx;}
  93. .price{font-size: 24rpx;color: #FE0419; align-items: center;
  94. display: flex;}
  95. .price text{font-size: 36rpx;font-weight: bold;}
  96. .price .del{font-weight: normal;font-size: 24rpx;color: #999;margin-left: 12rpx;text-decoration: line-through;}
  97. .add-cart image{width: 42rpx;height: 42rpx;}
  98. .integral{color: #FE0419;}
  99. .integral .intnum{font-size: 36rpx;}
  100. .integral .money{font-size: 28rpx;}
  101. .wei-login{font-size: 24rpx;color: #333;text-align: center;padding: 0 30rpx 60rpx;}
  102. .wei-login image{width: 495rpx;height: 424rpx;margin: 0 auto 20rpx;}
  103. .cart-login{border: 1rpx solid var(--mina);font-size: 30rpx;color: var(--mina);font-weight: bold;height: 80rpx;line-height: 80rpx;border-radius: 40rpx;width: 260rpx;margin: 65rpx auto 0;}
  104. .yishou {font-size: 24rpx;color: #999;clear: both;overflow: hidden;white-space: nowrap;}
  105. .list-tag{margin-top: 15rpx;height: 32rpx;}
  106. .list-tag view {height: 30rpx;border: 1px solid var(--main);border-radius: 6rpx;padding: 0 7rpx;font-size: 20rpx;color: var(--main);margin-right: 10rpx;}
  107. .xiaol{margin-top: 15rpx;flex-wrap: nowrap;}
  108. .vip-news{height: 36rpx;background: #222222;border-radius: 8rpx;line-height: 36rpx;flex-wrap: nowrap;margin-right: 12rpx;font-weight: bold;}
  109. .vip-sale{background: linear-gradient(to right,#f9e0bc,#d9a168);font-size: 20rpx !important;color: #222;height: 36rpx;border-radius: 8rpx 0 0 8rpx;white-space: nowrap;width: 70rpx;text-align: center;}
  110. .vip-members{padding: 0 8rpx 0 5rpx;font-size: 22rpx !important;color: #fde9cd !important;white-space: nowrap;}