customField.acss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209
  1. .customField-customField {
  2. display: block;
  3. height: initial;
  4. }
  5. .customField-customField .main {
  6. width: 100%;
  7. height: 100vh;
  8. padding-top: 20rpx;
  9. }
  10. .customField-customField .content {
  11. margin: 24rpx;
  12. /* padding-top: 26rpx; */
  13. border-radius: 30rpx;
  14. /* background-color: #fff;
  15. min-height: 1300rpx; */
  16. /* border-radius: 20rpx; */
  17. }
  18. .customField-customField .cu-form-group {
  19. background-color: transparent;
  20. }
  21. .customField-customField .title > text:nth-child(2)::after {
  22. content: "";
  23. border-right: 1px solid #c4c4c4;
  24. margin-left: 25rpx;
  25. }
  26. /* .button {
  27. position: fixed;
  28. bottom: 4rpx;
  29. left: 20rpx;
  30. } */
  31. .customField-customField .sureButton {
  32. width: 378rpx;
  33. height: 88rpx;
  34. text-align: center;
  35. line-height: 88rpx;
  36. background: linear-gradient(154.71deg, #68a5ff 23.32%, #3074ff 85.43%),
  37. linear-gradient(178.05deg, #8cc1ff -17.7%, #347dff 98.35%);
  38. border-radius: 6rpx;
  39. color: #fff;
  40. }
  41. .customField-customField input {
  42. text-align: right;
  43. }
  44. .customField-customField .remind {
  45. color: tomato;
  46. margin: 24rpx;
  47. }
  48. .customField-customField .searchview {
  49. max-height: 50%;
  50. margin: 0 24rpx;
  51. position: fixed;
  52. top: 183rpx;
  53. /* right: 207px; */
  54. width: 94%;
  55. height: 200rpx;
  56. /* background-color: #FAFBFF; */
  57. color: #000;
  58. z-index: 9999;
  59. border-radius: 5px;
  60. background: linear-gradient(
  61. 0deg,
  62. rgba(249, 250, 255, 0.8),
  63. rgba(249, 250, 255, 0.8)
  64. ),
  65. #ffffff;
  66. box-shadow: 0 2rpx 12rpx rgba(48, 97, 165, 0.15);
  67. }
  68. .customField-customField .searchviewitem {
  69. margin: 4px 10px;
  70. padding: 5px 10px;
  71. overflow: hidden;
  72. /*超出部分隐藏*/
  73. text-overflow: ellipsis;
  74. /* 超出部分显示省略号 */
  75. white-space: nowrap;
  76. /*规定段落中的文本不进行换行 */
  77. border-radius: 5px;
  78. }
  79. .customField-customField .btn1 {
  80. width: 92%;
  81. margin-left: 31rpx;
  82. display: flex;
  83. flex-direction: row;
  84. align-items: center;
  85. justify-content: space-between;
  86. box-sizing: border-box;
  87. background-color: white;
  88. position: fixed;
  89. bottom: 12px;
  90. }
  91. .customField-customField .cancel {
  92. width: 100%;
  93. padding: 10px;
  94. text-align: center;
  95. color: black;
  96. }
  97. .customField-customField .Sure {
  98. width: 100%;
  99. padding: 10px;
  100. color: #44b549;
  101. background-color: white;
  102. border-left: 1px solid #d0d0d0;
  103. text-align: center;
  104. }
  105. .customField-customField .cu-form-group + .cu-form-group {
  106. border-top: none;
  107. }
  108. /* .bottom {
  109. position: fixed;
  110. bottom: 4rpx;
  111. left: 186rpx;
  112. } */
  113. .customField-customField .upload {
  114. float: right;
  115. margin: 0;
  116. width: 150rpx;
  117. height: 150rpx;
  118. }
  119. .customField-customField .img {
  120. width: 150rpx;
  121. height: 150rpx;
  122. }
  123. .customField-customField .height {
  124. height: 200rpx;
  125. }
  126. /* .content_item {
  127. height: 1080rpx;
  128. overflow-y: scroll;
  129. } */
  130. .customField-customField .img_box {
  131. position: relative;
  132. }
  133. .customField-customField .DelImg {
  134. width: 40rpx;
  135. height: 40rpx;
  136. position: absolute;
  137. right: 0;
  138. top: 0;
  139. }
  140. .customField-customField .border {
  141. margin: 20rpx 0;
  142. padding: 5rpx 0;
  143. background-color: white;
  144. border-radius: 10rpx;
  145. border-bottom: 1px solid #f5f5f5;
  146. }
  147. .customField-customField .text-green {
  148. color: green;
  149. }
  150. .customField-customField .text-red {
  151. color: red;
  152. }
  153. .customField-customField .cu-form-group {
  154. background-color: var(--white);
  155. padding: 1rpx 30rpx;
  156. display: flex;
  157. align-items: center;
  158. min-height: 100rpx;
  159. justify-content: space-between;
  160. }
  161. .customField-customField .cu-form-group .title {
  162. text-align: justify;
  163. padding-right: 30rpx;
  164. font-size: 25rpx !important;
  165. position: relative;
  166. height: 60rpx;
  167. line-height: 60rpx;
  168. flex: none;
  169. }
  170. .customField-customField .cu-form-group input {
  171. flex: 1;
  172. font-size: 25rpx;
  173. color: #808080;
  174. /* padding-right: 40rpx; */
  175. }
  176. .customField-customField .picker {
  177. font-size: 25rpx;
  178. color: #808080;
  179. text-align: right;
  180. flex: auto;
  181. }