changeSchedue.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. page {
  2. background: #f3f3f3;
  3. color: #333;
  4. box-sizing: border-box;
  5. width:750rpx;
  6. }
  7. view,text{
  8. box-sizing: border-box;
  9. }
  10. .container{
  11. padding:20rpx;
  12. background: #f3f3f3;
  13. }
  14. .module-wrapper{
  15. width: 710rpx;
  16. background: #FFFFFF;
  17. border-radius: 14rpx;
  18. padding:34rpx 30rpx;
  19. }
  20. .module-title{
  21. font-weight: bold;
  22. font-size: 36rpx;
  23. color: #333333;
  24. line-height: 50rpx;
  25. height: 50rpx;
  26. margin-bottom:20rpx;
  27. }
  28. .select-board{
  29. width: 650rpx;
  30. height: 130rpx;
  31. border-radius: 8rpx;
  32. border: 2rpx solid #24B2FF;
  33. display: flex;
  34. justify-content: space-between;
  35. align-items: center;
  36. padding:0 30rpx 0 40rpx;
  37. }
  38. .select-left{
  39. display: flex;
  40. align-items: center;
  41. height: 56rpx;
  42. }
  43. .select-left view{
  44. font-weight: 600;
  45. font-size: 40rpx;
  46. color: #999999;
  47. line-height: 56rpx;
  48. margin-right:10rpx;
  49. }
  50. .select-left image{
  51. width:44rpx;
  52. height:44rpx;
  53. }
  54. .select-board .arrow-img{
  55. width:24rpx;
  56. height:24rpx;
  57. }
  58. .btn-wrapper{
  59. position: fixed;
  60. bottom:0;
  61. left:0;
  62. right:0;
  63. padding:0 50rpx 56rpx;
  64. }
  65. .schedue-apply-btn{
  66. width: 650rpx;
  67. height: 130rpx;
  68. background: linear-gradient( 57deg, #16A9FF 0%, #4DD3FF 100%);
  69. border-radius: 8rpx;
  70. align-items: center;
  71. display: flex;
  72. padding:20rpx 0;
  73. flex-direction: column;
  74. }
  75. .schedue-apply-btn view{
  76. font-weight: 600;
  77. font-size: 40rpx;
  78. color: #FFFFFF;
  79. line-height: 56rpx;
  80. line-height: 56rpx;
  81. }
  82. .schedue-apply-btn view.tips{
  83. font-size: 24rpx;
  84. line-height: 34rpx;
  85. line-height: 34rpx;
  86. }
  87. view.van-picker-column__item{
  88. color:#000;
  89. }