电速宝
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.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. /* package-user/pages/register/index.wxss */
  2. page {
  3. background-color: var(--td-bg-color-container);
  4. /* background-color: #f9f9f9; */
  5. background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
  6. padding: 10rpx 20rpx 20rpx 20rpx;
  7. box-sizing: border-box;
  8. }
  9. .body{
  10. height: 100%;
  11. background-color: #ffffff;
  12. border-radius: 10rpx;
  13. padding: 0rpx 0rpx;
  14. box-sizing: border-box;
  15. }
  16. .car{
  17. margin-top: 20rpx;
  18. padding: 20rpx 30rpx;
  19. box-sizing: border-box;
  20. display: flex;
  21. justify-content: space-between;
  22. }
  23. .car1{
  24. margin-top: 20rpx;
  25. padding: 0rpx 30rpx;
  26. box-sizing: border-box;
  27. display: flex;
  28. align-items: center;
  29. justify-content: space-between;
  30. }
  31. .car_right{
  32. width: 240rpx;
  33. display: flex;
  34. justify-content: space-between;
  35. }
  36. .cartbuy{
  37. padding: 8rpx 26rpx;
  38. border-radius: 10rpx;
  39. border: 1rpx solid #cccccc;
  40. }
  41. .carsell{
  42. padding: 8rpx 26rpx;
  43. border-radius: 10rpx;
  44. border: 1rpx solid red;
  45. }
  46. .model_right{
  47. display: flex;
  48. justify-content: space-between;
  49. }
  50. radio-group{
  51. display: flex;
  52. align-items: center;
  53. }
  54. .weui-cell{
  55. display: flex;
  56. align-items: center;
  57. }
  58. .weui-cell__hd{
  59. margin-left: 20rpx;
  60. }
  61. .powerlevel{
  62. border-radius: 6rpx;
  63. text-align: right;
  64. }
  65. .license{
  66. width: 100%;
  67. display: flex;
  68. flex-direction: column;
  69. }
  70. .toptabbar_box{
  71. width: 100%;
  72. height: 120rpx;
  73. display: flex;
  74. align-items: center;
  75. justify-content: space-between;
  76. border-bottom: 1rpx #f5f5f5 solid;
  77. } .toptabbar_left{
  78. font-size: 28rpx;
  79. }
  80. .account_to{
  81. width: 100%;
  82. height: 300rpx;
  83. border-radius: 10rpx;
  84. display: flex;
  85. align-items: center;
  86. justify-content: center;
  87. border-radius: 10rpx;
  88. border: #f5f5f5 1rpx solid;
  89. box-sizing: border-box;
  90. }
  91. .user_to{
  92. width: 100%;
  93. height: 360rpx;
  94. border-radius: 10rpx;
  95. }
  96. .button_button{
  97. width: 70%;
  98. color: #fff;
  99. background-color: #0F80DC;
  100. /* background-color: rgba(0,117,68, 0.3); 红色,50%透明度 */
  101. }