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

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