uni-last.module.less 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .lastWrap {
  2. padding: 15px 13px;
  3. .uniTitle {
  4. display: flex;
  5. flex-direction: row;
  6. align-items: center;
  7. font-weight: 500;
  8. color: #333333;
  9. margin-bottom: 15px;
  10. line-height: 22px;
  11. font-size: 16px;
  12. .editIcon {
  13. font-size: 18px;
  14. margin-right: 6px;
  15. }
  16. }
  17. .infoWrap {
  18. background-color: #fff;
  19. border-radius: 10px;
  20. padding: 15px 12px;
  21. p {
  22. font-size: 15px;
  23. font-weight: 500;
  24. color: #333333;
  25. line-height: 21px;
  26. margin-bottom: 15px;
  27. }
  28. .loctionIconWrap {
  29. margin-left: 5px;
  30. }
  31. :global {
  32. .van-cell {
  33. padding: 0 !important;
  34. }
  35. .van-cell__title {
  36. font-size: 15px;
  37. font-weight: 500;
  38. color: #333333;
  39. line-height: 21px;
  40. margin-bottom: 15px;
  41. }
  42. .van-field__control {
  43. color: #f67146;
  44. }
  45. }
  46. }
  47. .tabsWrap {
  48. position: relative;
  49. margin-top: 10px;
  50. .tabsWrapIcon {
  51. position: absolute;
  52. right: 12px;
  53. top: 13px;
  54. z-index: 2000;
  55. }
  56. }
  57. .DialogTitle {
  58. display: flex;
  59. flex-direction: row;
  60. align-items: center;
  61. padding: 20px 25px;
  62. span {
  63. width: 4px;
  64. height: 14px;
  65. background: #ff8057;
  66. border-radius: 2px;
  67. margin-right: 6px;
  68. }
  69. p {
  70. height: 25px;
  71. font-size: 18px;
  72. font-weight: 500;
  73. color: #333333;
  74. line-height: 25px;
  75. }
  76. }
  77. .DialogConent {
  78. padding: 0 25px 30px;
  79. p {
  80. font-size: 16px;
  81. line-height: 22px;
  82. color: #333;
  83. }
  84. }
  85. :global {
  86. .van-tab__text {
  87. font-size: 16px;
  88. }
  89. .van-tabs__line {
  90. bottom: 20px;
  91. width: 20px;
  92. }
  93. .van-cell__title {
  94. margin-bottom: 0 !important;
  95. }
  96. .exercisDetailDialog {
  97. border-radius: 10px;
  98. .van-dialog__header {
  99. padding-top: 0px !important;
  100. }
  101. }
  102. .van-dialog {
  103. top: 47%;
  104. }
  105. }
  106. }