index.wxss 2.8 KB

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