洛阳学员端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

170 lines
3.2 KiB

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. page {
  2. background-color: #fff;
  3. font-size: 32rpx;
  4. font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
  5. }
  6. view {
  7. box-sizing: border-box;
  8. }
  9. .oneRowText {
  10. white-space: nowrap;
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. }
  14. .towRowText {
  15. display: -webkit-box;
  16. overflow: hidden;
  17. white-space: normal;
  18. text-overflow: ellipsis;
  19. word-wrap: break-word;
  20. -webkit-line-clamp: 2;
  21. -webkit-box-orient: vertical
  22. }
  23. .bgLinear {
  24. background: linear-gradient(180deg, #3593FB 0%, #53D3E5 100%);
  25. }
  26. .flex-b {
  27. justify-content: space-between;
  28. display: flex;
  29. align-items: center;
  30. }
  31. .flex {
  32. display: flex;
  33. align-items: center;
  34. }
  35. .pageBg {
  36. background: #F6F7FA;
  37. color: #333;
  38. font-size: 28rpx;
  39. min-height: 100vh;
  40. }
  41. .pageBgImg {
  42. font-size: 28rpx;;
  43. color: #333;
  44. background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat;
  45. background-size: 100% 278rpx;
  46. min-height: 100vh;
  47. }
  48. .topBg{
  49. background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706500065446-0') #F6F7FA no-repeat;
  50. background-size: 100% ;
  51. }
  52. .h1 {
  53. text {
  54. color: #999;
  55. }
  56. .active {
  57. color: #333;
  58. &::before {
  59. background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat;
  60. background-size: 100% 100%;
  61. }
  62. }
  63. }
  64. .pad {
  65. padding: 0 28rpx;
  66. }
  67. .card {
  68. width: 100%;
  69. background: #fff;
  70. border-radius: 20rpx;
  71. }
  72. .status_bar {
  73. height: var(--status-bar-height);
  74. width: 100%;
  75. }
  76. image {
  77. display: block;
  78. width: 100%;
  79. height: 100%;
  80. }
  81. .placeholderClassFFF {
  82. color: #fff !important;
  83. }
  84. .starBox {
  85. width: 58rpx;
  86. height: 32rpx;
  87. line-height: 32rpx;
  88. background: #0A52F4;
  89. font-size: 24rpx;
  90. text-align: center;
  91. color: #fff;
  92. border-radius: 16px 0px 16px 16rpx;
  93. }
  94. .my .u-input {
  95. height: 100%;
  96. }
  97. .h1 {
  98. font-size: 32rpx;
  99. color: #333;
  100. font-weight: 500;
  101. font-weight: 700;
  102. padding: 0 0 0 32rpx;
  103. text {
  104. position: relative;
  105. &.active {
  106. &::before {
  107. position: absolute;
  108. content: '';
  109. width: 54rpx;
  110. height: 12rpx;
  111. // background: url('../../static/images/icon/h1Active.png') no-repeat;
  112. background-size: 100% 100%;
  113. left: 50%;
  114. transform: translateX(-50%);
  115. bottom: -20rpx;
  116. }
  117. }
  118. }
  119. }
  120. .btnBg {
  121. height: 100%;
  122. background: #1989FA;
  123. border-radius: 20rpx;
  124. line-height: 88rpx;
  125. text-align: center;
  126. font-size: 28rpx;
  127. color: #fff;
  128. }
  129. .btnBorder {
  130. height: 88rpx;
  131. background: #DFEAF5;
  132. border-radius: 20rpx;
  133. line-height: 88rpx;
  134. text-align: center;
  135. font-size: 28rpx;
  136. color:$themC;
  137. border: 2rpx solid #1989FA;
  138. }
  139. .footerBtn {
  140. position: fixed;
  141. left: 0;
  142. width: 100%;
  143. bottom: 30rpx;
  144. .btnBg {
  145. width: 100%;
  146. text-align: center;
  147. }
  148. }
  149. /* 通用 */
  150. ::-webkit-input-placeholder { color:#ADADAD; }
  151. ::-moz-placeholder { color:#ADADAD; } /* firefox 19+ */
  152. :-ms-input-placeholder { color:#ADADAD; } /* ie */
  153. input:-moz-placeholder { color:#ADADAD; }
  154. input::-webkit-input-placeholder {
  155. color: #CDCDCD !important;
  156. }
  157. input::-moz-input-placeholder {
  158. color: #CDCDCD !important;
  159. }
  160. input::-ms-input-placeholder {
  161. color: #CDCDCD !important;
  162. }