style.scss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* 头部 */
  2. .car-padding,.car-header,.car-footer{
  3. padding: 0 30upx;
  4. }
  5. .car-header,.car-footer{
  6. height: 80upx;
  7. background-color: #fff;
  8. font-size: 28upx;
  9. line-height: 32upx;
  10. color: #333333;
  11. }
  12. .car-header-icon{
  13. width: 28upx;
  14. height: 25upx;
  15. }
  16. .car-shop-label{
  17. margin: 0 10upx;
  18. }
  19. .car-header-more{
  20. font-size: 24upx;
  21. color: #999;
  22. line-height: 26upx;
  23. font-weight: bold;
  24. }
  25. .car-header-edit{
  26. color: #666;
  27. }
  28. /* 头部 */
  29. /* 商品 */
  30. .car-padding{
  31. margin-top: 20upx;
  32. }
  33. .car-shop{
  34. margin-bottom: 20upx;
  35. background-color: #fff;
  36. padding: 30upx 20upx;
  37. border-radius: 10upx;
  38. }
  39. .car-shop-radio{
  40. margin-right: 20upx;
  41. }
  42. /* 商品 */
  43. /* 底部 */
  44. .car-footer{
  45. height: 90upx;
  46. border-top: 1upx solid #eee;
  47. font-size: 26upx;
  48. line-height: 30upx;
  49. color: #666;
  50. font-family: Source Han Sans CN;
  51. }
  52. .car-footer-right{
  53. font-size: 24upx;
  54. }
  55. .car-footer-price{
  56. color:#FE4646;
  57. margin-left: 5upx;
  58. }
  59. .car-footer-button{
  60. margin-left: 22upx;
  61. width: 140upx;
  62. height: 62upx;
  63. border-radius: 31upx;
  64. background-color: #41AE3C;
  65. font-size: 30upx;
  66. color: #fff;
  67. line-height: 34upx;
  68. }
  69. .car-footer-radio{
  70. margin-right: 21upx;
  71. }
  72. /* 底部 */
  73. /* 登录 */
  74. .cart-button{
  75. width: 250upx;
  76. height:70upx;
  77. border-radius: 35upx;
  78. background-color: #41AE3C;
  79. color: #fff;
  80. font-size: 30upx;
  81. line-height: 34upx;
  82. }
  83. /* 登录 */