洛阳学员端
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.

166 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
  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. .active {
  54. &::before {
  55. background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/complain/2024-01-29/1706510133553-0') #F6F7FA no-repeat;
  56. background-size: 100% 100%;
  57. }
  58. }
  59. }
  60. .pad {
  61. padding: 0 28rpx;
  62. }
  63. .card {
  64. width: 100%;
  65. background: #fff;
  66. border-radius: 20rpx;
  67. }
  68. .status_bar {
  69. height: var(--status-bar-height);
  70. width: 100%;
  71. }
  72. image {
  73. display: block;
  74. width: 100%;
  75. height: 100%;
  76. }
  77. .placeholderClassFFF {
  78. color: #fff !important;
  79. }
  80. .starBox {
  81. width: 58rpx;
  82. height: 32rpx;
  83. line-height: 32rpx;
  84. background: #0A52F4;
  85. font-size: 24rpx;
  86. text-align: center;
  87. color: #fff;
  88. border-radius: 16px 0px 16px 16rpx;
  89. }
  90. .my .u-input {
  91. height: 100%;
  92. }
  93. .h1 {
  94. font-size: 32rpx;
  95. color: #333;
  96. font-weight: 500;
  97. font-weight: 700;
  98. padding: 0 0 0 32rpx;
  99. text {
  100. position: relative;
  101. &.active {
  102. &::before {
  103. position: absolute;
  104. content: '';
  105. width: 54rpx;
  106. height: 12rpx;
  107. // background: url('../../static/images/icon/h1Active.png') no-repeat;
  108. background-size: 100% 100%;
  109. left: 50%;
  110. transform: translateX(-50%);
  111. bottom: -20rpx;
  112. }
  113. }
  114. }
  115. }
  116. .btnBg {
  117. height: 100%;
  118. background: #1989FA;
  119. border-radius: 20rpx;
  120. line-height: 88rpx;
  121. text-align: center;
  122. font-size: 28rpx;
  123. color: #fff;
  124. }
  125. .btnBorder {
  126. height: 88rpx;
  127. background: #DFEAF5;
  128. border-radius: 20rpx;
  129. line-height: 88rpx;
  130. text-align: center;
  131. font-size: 28rpx;
  132. color:$themC;
  133. border: 2rpx solid #1989FA;
  134. }
  135. .footerBtn {
  136. position: fixed;
  137. left: 0;
  138. width: 100%;
  139. bottom: 30rpx;
  140. .btnBg {
  141. width: 100%;
  142. text-align: center;
  143. }
  144. }
  145. /* 通用 */
  146. ::-webkit-input-placeholder { color:#ADADAD; }
  147. ::-moz-placeholder { color:#ADADAD; } /* firefox 19+ */
  148. :-ms-input-placeholder { color:#ADADAD; } /* ie */
  149. input:-moz-placeholder { color:#ADADAD; }
  150. input::-webkit-input-placeholder {
  151. color: #CDCDCD !important;
  152. }
  153. input::-moz-input-placeholder {
  154. color: #CDCDCD !important;
  155. }
  156. input::-ms-input-placeholder {
  157. color: #CDCDCD !important;
  158. }