index.wxss 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. /* pages/efficient/index.wxss */
  2. .work_off{
  3. /* padding:0 20rpx ; */
  4. }
  5. .allselect{
  6. display: flex;
  7. align-items: center;
  8. padding: 16rpx;
  9. height:80rpx;
  10. background:#F4F4F5;
  11. justify-content: space-between;
  12. /* flex-direction:row-reverse */
  13. }
  14. .allselect text:nth-child(2){
  15. color: #5575FF;
  16. font-size:16px;
  17. }
  18. .allselect text:nth-child(1){
  19. color: #191B26;
  20. font-size: 14px;
  21. }
  22. .van-checkbox__label {
  23. width: 90%;
  24. }
  25. .checkitems{
  26. margin:24rpx 0 0 32rpx;
  27. }
  28. .spacedetail {
  29. padding: 25rpx 32rpx 0;
  30. }
  31. .space_title{
  32. text-align: center;
  33. margin-bottom: 20rpx;
  34. }
  35. .space_smalltitle{
  36. font-size: 12px;
  37. }
  38. .checkfooter{
  39. height: 240rpx;
  40. }
  41. .detailtxt{
  42. display: flex;
  43. justify-content: center;
  44. /* align-items: center; */
  45. /* text-align: center; */
  46. font-size:14px;
  47. color: #80838F;
  48. }
  49. .detailtxtclick{
  50. color: #5575FF;
  51. }
  52. .custom_button{
  53. box-sizing: content-box;
  54. padding: 24rpx 32rpx;
  55. height: 40rpx;
  56. display: flex;
  57. margin-top: 32rpx;
  58. justify-content: center;
  59. text-align: center;
  60. align-items: center;
  61. background-color: #5575FF;
  62. color: #ffffff;
  63. font-size: 16px;
  64. border-radius:40rpx;
  65. }
  66. .lifan {
  67. z-index: 999;
  68. width: 100%;
  69. background-color: #ffffff;
  70. position: fixed;
  71. bottom: 0;
  72. left: 0;
  73. height: 300rpx;
  74. height:240rpx;
  75. border-top:1px solid #ededee
  76. }
  77. .lottie{
  78. width: 50rpx;
  79. height: 50rpx;
  80. }
  81. .seconddetail{
  82. color:#333333;
  83. }
  84. .secondtxt{
  85. display: flex;
  86. justify-content: center;
  87. align-items: center;
  88. font-size: 14px;
  89. margin-bottom: 20rpx;
  90. }
  91. .secondtxt_title{
  92. font-size: 20px;
  93. margin-bottom: 18rpx;
  94. }
  95. .del_box{
  96. display: none;
  97. }