Businesses.wxss 1.5 KB

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