serch.wxss 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .ert{
  2. position: relative;
  3. }
  4. .btn{
  5. position: absolute;
  6. right: 40rpx;
  7. top: 32rpx;
  8. }
  9. .all1{
  10. width: 100%;
  11. background-color: #F5F5F5;
  12. padding-top: 10rpx;
  13. padding-bottom: 10rpx;
  14. box-sizing: border-box;
  15. }
  16. .card1{
  17. /* margin-top: 200rpx; */
  18. width: 100%;
  19. height: 216rpx;
  20. background-color: #fff;
  21. display: flex;
  22. margin-top: 10rpx;
  23. }
  24. .order-money {
  25. font-size: 26rpx;
  26. color: red;
  27. font-weight: 800;
  28. margin: 16rpx 109rpx 0 16rpx;
  29. }
  30. .order-money1 {
  31. font-size: 26rpx;
  32. color: red;
  33. font-weight: 800;
  34. margin: 4rpx 109rpx 0 0rpx;
  35. }
  36. .van-stepper__minus{
  37. color: #fff!important;
  38. border-radius: 20px!important;
  39. background-color: #FF8C00!important;
  40. }
  41. .van-stepper__plus{
  42. color: #fff!important;
  43. background-color: #FF8C00!important;
  44. border-radius: 20px!important;
  45. }
  46. .van-stepper__input{
  47. background-color: #fff!important;
  48. font-size: 14px!important;
  49. }
  50. body{
  51. position: relative;
  52. }
  53. .foot{
  54. width: 100%;
  55. height: 86rpx;
  56. /* 固定底部状态栏 */
  57. position: fixed;
  58. bottom: 0;
  59. background-color: #fff;
  60. z-index: 10000;
  61. box-shadow: -4px 10px 5px 10px #808080
  62. }
  63. .btn1{
  64. width: 120px;
  65. height: 35px;
  66. margin-top: 10rpx;
  67. font-size: 14px;
  68. color:#fff;
  69. border-radius: 20px;
  70. text-align: center;
  71. line-height: 35px;
  72. background-color: #FF8C00;
  73. }