dk-save-bottom.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .bottom-class-1{
  2. background:#fff;
  3. position:fixed;
  4. bottom:0;
  5. width:100%;
  6. height: 182rpx;
  7. border-top:1px solid #efefef;
  8. z-index: 7;
  9. box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
  10. border-radius: 30rpx 30rpx 0rpx 0rpx;
  11. }
  12. .bottom-class-2{
  13. position:fixed;
  14. bottom:40rpx;
  15. width:90%;
  16. height: 135rpx;
  17. border-top:1px solid #efefef;
  18. z-index: 7;
  19. margin-left: 5%;
  20. background: #1B365D;
  21. box-shadow: 0px 17rpx 22rpx rgba(27, 54, 93, 0.2);
  22. border-radius: 15rpx;
  23. }
  24. .save-bottom{
  25. display:flex;
  26. justify-content: space-around;
  27. width:100%;
  28. }
  29. .save-bottom-left{
  30. width:50%;
  31. height:85rpx;
  32. padding:15rpx 0 15rpx 0
  33. }
  34. .save-bottom-button{
  35. width:25%;
  36. height:85rpx;
  37. padding:15rpx 0 15rpx 0;
  38. text-align: center;
  39. }
  40. .red-text{
  41. color:#CAA977;
  42. font-size:4vw;
  43. line-height:30rpx;
  44. }
  45. .van-button--round {
  46. border-radius: 15rpx !important;
  47. }
  48. .order-choose-goods-total-class{
  49. padding: 20rpx 0 0 40rpx;
  50. font-size: 15px;
  51. color:#CAA977;
  52. }
  53. .order-choose-goods-button-class{
  54. position:absolute !important;
  55. top: 24rpx;
  56. right: 20rpx;
  57. width:183rpx;
  58. height:88rpx;
  59. padding:15rpx 0 15rpx 0;
  60. text-align: center;
  61. word-break:keep-all;
  62. background: #CAA977 !important;
  63. color:#fff !important;
  64. font-weight: bold;
  65. border-radius: 15rpx !important;
  66. font-size: 16px !important;
  67. border: none !important;
  68. }
  69. .customer-save-bottom{
  70. width: 93%;
  71. height: 85rpx;
  72. display: flex;
  73. height: 85rpx;
  74. display: flex;
  75. justify-content: space-between;
  76. padding-top: 40rpx;
  77. }