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

168 lines
2.9 KiB

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