cart.css 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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;}
  6. .list .li{display: flex;display: -webkit-flex;align-items: center;background: #fff;border-radius: 10rpx;padding: 0 20rpx 20rpx 14rpx;}
  7. .info{border-bottom: 2rpx solid #efefef;padding: 20rpx 0;overflow: hidden;}
  8. .checkbox{width: 54rpx;height: 180rpx;}
  9. .check{display: block;width: 34rpx;height: 34rpx;margin-top: 73rpx;}
  10. .dian .check{margin-top: 0;margin-right: 20rpx;}
  11. .cimgs{position: relative;width: 180rpx;height: 180rpx;box-sizing: border-box;border: 2rpx solid #E5E5E5;border-radius: 10rpx;margin-right: 20rpx;}
  12. .type{width: 82rpx;height: 36rpx;position: absolute;top: 10rpx;left: 10rpx;}
  13. .cimg{width: 100%;height: 100%;}
  14. .gys{text-align: center;position: absolute;top: 137rpx;background: rgba(0,0,0,.6);width: 179rpx;color: white;}
  15. .zhinfo{flex:1;-webkit-flex: 1;overflow: hidden;position: relative;}
  16. .list .li:last-child .info{border-bottom: none;}
  17. .zhtit{font-size: 30rpx;color: #212121;line-height: 34rpx;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
  18. .guigecontent{
  19. margin-top: 5rpx;
  20. font-size: 22rpx;color: #999;
  21. display: flex;
  22. flex-direction: row;
  23. }
  24. .guige{font-size: 22rpx;color: #999;}
  25. .jiage{display: flex;display: -webkit-flex;align-items: center;justify-content: space-between;margin-top: 45rpx;}
  26. .zhjia{font-size: 36rpx;color: #FE0419;}
  27. .zhjia text{font-size: 28rpx;}
  28. .num{height: 44rpx;box-sizing: border-box;display: flex;display: -webkit-flex;align-items: center;text-align: center;}
  29. .jian{display: block;width: 56rpx;height: 44rpx;font-size: 30rpx;color: #333;}
  30. .nums{display: block;line-height: 44rpx;font-size: 28rpx;color: #333;width: 66rpx;background: #F0F0F0;border-radius: 6rpx;}
  31. .bot{background: #fff;height: 85rpx;position: fixed;left: 0;right: 0;bottom: 0;z-index: 80;display: flex;display: -webkit-flex;align-items: center;border-bottom: 1rpx solid #fafafa;}
  32. .botl{flex: 1;-webkit-flex: 1;display: flex;display: -webkit-flex;padding: 0 0 0 20rpx;}
  33. .botl .check{margin-top: 0;margin-right: 20rpx;}
  34. .all{display: flex;display: -webkit-flex;align-items: center;font-size: 24rpx;color: #6a6a6a;}
  35. .heji{line-height: 85rpx;font-size: 28rpx;color: #333;margin-left: 20rpx;}
  36. .heji text{color: #e80113;}
  37. .editc{height: 85rpx;line-height: 85rpx;padding: 0 30rpx;background: #EA452E;}
  38. .edit{font-size: 26rpx;color: #fff;}
  39. .jiesuan{width: 172rpx;height: 85rpx;line-height: 85rpx;background: var(--mina);font-size: 26rpx;color: #fff;text-align: center;}
  40. .putong{margin-top: 30rpx;}
  41. /* 猜你喜欢 */
  42. .cai{padding-bottom: 30rpx;}
  43. .cai-tit{align-items: center;justify-content: center;font-size: 30rpx;color: #EA6730;font-weight: bold;margin-bottom: 30rpx;}
  44. .cai-tit image{width: 63rpx;height: 5rpx;}
  45. .cai-tit image:first-child{margin-right: 20rpx;}
  46. .cai-tit image:last-child{margin-left: 20rpx;}
  47. .tabcon{flex-wrap: wrap;}
  48. .tabcon .li{background: #fff;border-radius: 10rpx;width: 345rpx;margin: 20rpx 20rpx 0 0;}
  49. .tabcon .li:nth-child(2n){margin-right: 0;}
  50. .jsdimgs{width: 345rpx;height: 345rpx;position: relative;}
  51. .jsdpro{width: 100%;height: 100%;}
  52. .jsdimg{width: 82rpx;height: 36rpx;position: absolute;top: 20rpx;left: 20rpx;}
  53. .jsdinfo{padding: 15rpx 20rpx 30rpx;}
  54. .proname{font-size: 28rpx;color: #333;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-bottom: 20rpx;}
  55. .operate{justify-content: space-between;align-items: center;}
  56. .price{font-size: 24rpx;color: #FE0419;}
  57. .price text{font-size: 36rpx;font-weight: bold;}
  58. .price .del{font-weight: normal;font-size: 24rpx;color: #999;margin-left: 12rpx;text-decoration: line-through;}
  59. .add-cart image{width: 42rpx;height: 42rpx;}
  60. .integral{color: #FE0419;}
  61. .integral .intnum{font-size: 36rpx;}
  62. .integral .money{font-size: 28rpx;}