ndpjjgcx.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  1. /* pages/minePages/ndpjjgcx/ndpjjgcx.wxss */
  2. .ndpjjgcx-container {
  3. width: 100%;
  4. height: 100vh;
  5. background: linear-gradient(179deg, #cce1ff 0%, #ffffff 53%, #f9fbff 78%, #f8fbff 100%);
  6. }
  7. .content-container {
  8. margin: 0 40rpx;
  9. width: calc(100% - 80rpx);
  10. }
  11. .cxxx-form {
  12. padding: 20rpx 30rpx;
  13. margin-top: 20rpx;
  14. width: 100%;
  15. background: #ffffff;
  16. border-radius: 10rpx;
  17. box-shadow: 0px 6rpx 12rpx 0px rgba(0, 0, 0, 0.05);
  18. box-sizing: border-box;
  19. }
  20. .form-item {
  21. width: 100%;
  22. height: 90rpx;
  23. display: flex;
  24. align-items: center;
  25. }
  26. .item-label {
  27. width: 120rpx;
  28. height: 100%;
  29. font-size: 26rpx;
  30. color: #666666;
  31. font-family: "苹方R";
  32. display: flex;
  33. align-items: center;
  34. justify-content: flex-start;
  35. }
  36. .item-value {
  37. margin-left: 20rpx;
  38. width: 0;
  39. flex: 1;
  40. height: 100%;
  41. font-size: 26rpx;
  42. color: #3B3B3B;
  43. font-family: "苹方R";
  44. display: flex;
  45. align-items: center;
  46. justify-content: flex-start;
  47. border-bottom: 1px solid #E8E8E8;
  48. box-sizing: border-box;
  49. }
  50. .select {
  51. position: relative;
  52. width: 100%;
  53. height: 100%;
  54. font-size: 26rpx;
  55. color: #3B3B3B;
  56. font-family: "苹方R";
  57. display: flex;
  58. align-items: center;
  59. justify-content: flex-start;
  60. box-sizing: border-box;
  61. }
  62. .select::before {
  63. content: "";
  64. position: absolute;
  65. right: 0;
  66. top: clac(50% - 5rpx);
  67. border: 10rpx solid transparent;
  68. border-top-color: #ABABAB;
  69. }
  70. .picker {
  71. min-width: 100%;
  72. min-height: 100%;
  73. box-sizing: border-box;
  74. overflow: hidden;
  75. }
  76. .picker-date {
  77. width: 100%;
  78. height: 90rpx;
  79. font-size: 26rpx;
  80. color: #3B3B3B;
  81. font-family: "苹方R";
  82. display: flex;
  83. align-items: center;
  84. justify-content: flex-start;
  85. }
  86. .result-form {
  87. margin-top: 20rpx;
  88. padding: 20rpx;
  89. width: 100%;
  90. background: #ffffff;
  91. border-radius: 10rpx;
  92. box-shadow: 0px 6rpx 12rpx 0px rgba(0, 0, 0, 0.05);
  93. box-sizing: border-box;
  94. display: flex;
  95. }
  96. .result-form-item {
  97. flex: 1;
  98. min-height: 100rpx;
  99. display: flex;
  100. flex-direction: column;
  101. justify-content: space-between;
  102. align-items: start;
  103. }
  104. .result-form-lable {
  105. width: 100%;
  106. height: 0;
  107. flex: 1;
  108. line-height: 39rpx;
  109. font-size: 26rpx;
  110. text-align: center;
  111. color: #000000;
  112. font-family: "苹方M";
  113. }
  114. .result-form-value {
  115. width: 100%;
  116. height: 50rpx;
  117. font-size: 26rpx;
  118. line-height: 50rpx;
  119. text-align: center;
  120. color: #666666;
  121. font-family: "苹方R";
  122. }
  123. .pop1Contain {
  124. position: relative;
  125. width: 100%;
  126. height: calc(100% - 80rpx);
  127. }
  128. .pop1-title {
  129. position: sticky;
  130. top: 0;
  131. z-index: 9;
  132. width: 100%;
  133. height: 80rpx;
  134. text-align: center;
  135. line-height: 60rpx;
  136. font-family: "苹方M";
  137. font-size: 32rpx;
  138. color: #313131;
  139. background: #ffffff;
  140. }
  141. .pop1list {
  142. width: 100%;
  143. height: 100rpx;
  144. line-height: 100rpx;
  145. font-family: "苹方R";
  146. font-size: 28rpx;
  147. color: #313131;
  148. border-bottom: 1px solid #eeeeee;
  149. }
  150. .buttonActive {
  151. opacity: 0.6;
  152. }