uni-last.module.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  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: 8px 0px;
  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. span {
  31. line-height: 22px;
  32. vertical-align: inherit;
  33. }
  34. }
  35. .wrapValue {
  36. font-weight: 500;
  37. color: #333333;
  38. line-height: 21px;
  39. }
  40. .inputControl {
  41. :global {
  42. .van-field__body {
  43. justify-content: flex-end;
  44. margin-right: 8px;
  45. }
  46. .van-field__control {
  47. width: 58px;
  48. height: 33px;
  49. background: #F4F4F4;
  50. border-radius: 8px;
  51. text-align: center;
  52. }
  53. }
  54. }
  55. .heightValue {
  56. padding-bottom: 15px !important;
  57. margin-bottom: 8px;
  58. }
  59. input::-webkit-input-placeholder,
  60. input::-ms-input-placeholder {
  61. font-size: 15px;
  62. }
  63. :global {
  64. .van-cell {
  65. padding: 8px 12px;
  66. font-size: 15px;
  67. }
  68. .van-cell__title {
  69. font-size: 15px;
  70. font-weight: 500;
  71. color: #333333;
  72. line-height: 21px;
  73. margin-bottom: 15px;
  74. flex: 0 auto;
  75. }
  76. .van-field__control {
  77. color: #f67146;
  78. }
  79. }
  80. }
  81. .tabsWrap {
  82. position: relative;
  83. margin-top: 10px;
  84. .rankTabs {
  85. :global {
  86. .van-tabs__nav {
  87. padding-left: 0;
  88. padding-right: 0;
  89. .van-tab:first-child {
  90. padding-left: 0;
  91. }
  92. }
  93. }
  94. }
  95. .tabsWrapIcon {
  96. position: absolute;
  97. right: 12px;
  98. top: 13px;
  99. z-index: 2000;
  100. }
  101. }
  102. .DialogTitle {
  103. display: flex;
  104. flex-direction: row;
  105. align-items: center;
  106. padding: 20px 25px;
  107. span {
  108. width: 4px;
  109. height: 14px;
  110. background: #ff8057;
  111. border-radius: 2px;
  112. margin-right: 6px;
  113. }
  114. p {
  115. height: 25px;
  116. font-size: 18px;
  117. font-weight: 500;
  118. color: #333333;
  119. line-height: 25px;
  120. }
  121. }
  122. .DialogConent {
  123. padding: 0 25px 30px;
  124. p {
  125. font-size: 16px;
  126. line-height: 26px;
  127. color: #333;
  128. }
  129. }
  130. :global {
  131. .van-tab__text {
  132. font-size: 16px;
  133. }
  134. .van-tabs__line {
  135. bottom: 20px;
  136. width: 20px;
  137. }
  138. .van-cell__title {
  139. margin-bottom: 0 !important;
  140. }
  141. .exercisDetailDialog {
  142. border-radius: 10px;
  143. .van-dialog__header {
  144. padding-top: 0px !important;
  145. }
  146. }
  147. .van-dialog {
  148. top: 47%;
  149. }
  150. }
  151. }