collect.wxss 801 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .icon_sys_12{
  2. width:50rpx;
  3. height:60rpx;
  4. margin-top: 280rpx;
  5. }
  6. .text02{
  7. font-size: 36rpx;
  8. margin-top: 30rpx;
  9. }
  10. .text03{
  11. font-size: 24rpx;
  12. font-weight: 400;
  13. margin-top: 10rpx;
  14. }
  15. .panelFooterBig{
  16. width:100%;
  17. background-color: #fff;
  18. height:210rpx;
  19. position: fixed;
  20. bottom: 0;
  21. z-index: 100;
  22. justify-content: flex-start;
  23. border-top:2rpx solid #E2E2E2;
  24. }
  25. .panelFooterBig1{
  26. font-size:20rpx;
  27. align-self: start;
  28. margin: 32rpx 0 0 40rpx;
  29. }
  30. .panelFooterBigBtn{
  31. background-color: #FCE9E3;
  32. width:690rpx;
  33. height:90rpx;
  34. border: 3rpx solid #EB5C28;
  35. border-radius: 10rpx;
  36. margin-top: 20rpx;
  37. color:#EB5C28;
  38. font-size: 28rpx;
  39. }
  40. .panelFooterBigBtn2{
  41. width:335rpx;
  42. height:90rpx;
  43. }
  44. .icon_compared_01{
  45. width:24rpx;
  46. height:24rpx;
  47. margin-right: 20rpx;
  48. }