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

163 lines
2.9 KiB

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