电速宝
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. page {
  2. background-color: var(--td-bg-color-container);
  3. /* background-color: #f9f9f9; */
  4. background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
  5. padding: 10rpx 20rpx 20rpx 20rpx;
  6. box-sizing: border-box;
  7. }
  8. .body{
  9. background-color: #ffffff;
  10. border-radius: 10rpx;
  11. padding: 0rpx 0rpx;
  12. box-sizing: border-box;
  13. }
  14. .car{
  15. margin-top: 20rpx;
  16. padding: 20rpx 30rpx;
  17. box-sizing: border-box;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .car_right{
  22. width: 240rpx;
  23. display: flex;
  24. justify-content: space-between;
  25. }
  26. .cartbuy{
  27. padding: 8rpx 26rpx;
  28. border-radius: 10rpx;
  29. border: 1rpx solid #cccccc;
  30. }
  31. .carsell{
  32. padding: 8rpx 26rpx;
  33. border-radius: 10rpx;
  34. border: 1rpx solid red;
  35. }
  36. .model_right{
  37. display: flex;
  38. justify-content: space-between;
  39. }
  40. .picker{
  41. display: flex;
  42. }
  43. .call-btn {
  44. position: absolute;
  45. bottom: 0;
  46. left: 0;
  47. right: 0;
  48. margin-bottom: 64rpx;
  49. background-color: #00C775;
  50. color: white;
  51. width: 90%;
  52. height: 96rpx;
  53. line-height: 96rpx;
  54. font-size: 34rpx;
  55. border-radius: 48rpx;
  56. box-sizing: border-box;
  57. display: flex;
  58. justify-content:space-around;
  59. }
  60. .call-btn_left_electricity{
  61. width: 50%;
  62. height: 100%;
  63. }
  64. .call-btn_right_electricity{
  65. width: 50%;
  66. height: 100%;
  67. border-left: 4rpx solid #ffffff;
  68. }
  69. .powerlevel{
  70. border-radius: 6rpx;
  71. text-align: right;
  72. padding-right: 40rpx;
  73. }
  74. /* */
  75. radio-group{
  76. display: flex;
  77. align-items: center;
  78. }
  79. .weui-cell{
  80. display: flex;
  81. align-items: center;
  82. }
  83. .weui-cell__hd{
  84. margin-left: 20rpx;
  85. }