index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .dosugarPage {
  2. background-color: rgba(255, 255, 255, 1);
  3. position: relative;
  4. width: 100%;
  5. height: calc(100vh - 44px);
  6. overflow: hidden;
  7. .van-cell {
  8. margin-top: 13px;
  9. }
  10. .van-cell:after {
  11. display: none;
  12. }
  13. .van-field__label {
  14. width: 91px;
  15. }
  16. .textRow {
  17. text-align: right;
  18. width: 100%;
  19. color: #4d6add;
  20. font-size: 12px;
  21. line-height: 17px;
  22. cursor: pointer;
  23. }
  24. .box1 {
  25. width: 100%;
  26. height: 237px;
  27. .block2 {
  28. width: 162px;
  29. height: 20px;
  30. margin: 18px 0 0 15px;
  31. .block3 {
  32. background-color: #8096ec;
  33. border-radius: 2px;
  34. width: 4px;
  35. height: 12px;
  36. margin-top: 4px;
  37. }
  38. .info2 {
  39. width: 150px;
  40. height: 20px;
  41. overflow-wrap: break-word;
  42. color: rgba(64, 77, 116, 1);
  43. font-size: 14px;
  44. font-family: PingFangSC-Medium;
  45. text-align: left;
  46. white-space: nowrap;
  47. line-height: 20px;
  48. display: block;
  49. }
  50. }
  51. .block5 {
  52. background-color: #4d6add;
  53. border-radius: 17px;
  54. height: 34px;
  55. width: 220px;
  56. margin: 50px auto;
  57. .txt3 {
  58. width: auto;
  59. height: 13px;
  60. overflow-wrap: break-word;
  61. color: rgba(255, 255, 255, 1);
  62. font-size: 15px;
  63. font-family: PingFangSC-Medium;
  64. text-align: center;
  65. white-space: nowrap;
  66. line-height: 15px;
  67. display: block;
  68. margin: 11px 0 0 0px;
  69. }
  70. }
  71. }
  72. .van-tabs__line {
  73. background-color: #4d6add !important;
  74. }
  75. .van-cascader__option--selected {
  76. color: #4d6add;
  77. }
  78. }