合同小程序前端代码仓库
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.

161 lines
3.5 KiB

3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
3 months ago
  1. @import "../../uvue.wxss";
  2. :host{display:flex;flex-direction:column}
  3. /**
  4. * 这里是uni-app内置的常用样式变量
  5. *
  6. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  7. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  8. *
  9. */
  10. /**
  11. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  12. *
  13. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  14. */
  15. /* 颜色变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .containers.data-v-643091e0 {
  29. height: 100vh;
  30. width: 100%;
  31. background-color: #fff;
  32. overflow-y: scroll;
  33. }
  34. .footer.data-v-643091e0 {
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. }
  39. .container.data-v-643091e0::-webkit-scrollbar {
  40. display: none;
  41. }
  42. .section.data-v-643091e0 {
  43. border-bottom: 1rpx solid #eee;
  44. margin: 0 1rem 0 1rem;
  45. }
  46. .sections.data-v-643091e0 {
  47. margin: 0 1rem 1rem 1rem;
  48. }
  49. .form-item.data-v-643091e0 {
  50. display: flex;
  51. flex-direction: row;
  52. justify-content: space-between;
  53. align-items: center;
  54. padding: 0.5rem 0;
  55. border-bottom: 0.1rem solid #f2f2f2;
  56. color: #767676;
  57. flex-grow: 1;
  58. overflow-y: auto;
  59. }
  60. .labels.data-v-643091e0 {
  61. color: red;
  62. display: flex;
  63. justify-content: center;
  64. align-items: center;
  65. }
  66. .label.data-v-643091e0 {
  67. font-size: 28rpx;
  68. color: #666;
  69. width: 200rpx;
  70. }
  71. .input.data-v-643091e0 {
  72. flex: 1;
  73. text-align: right;
  74. font-size: 28rpx;
  75. color: #737373;
  76. height: 100%;
  77. }
  78. .picker.data-v-643091e0 {
  79. flex: 1;
  80. }
  81. .picker-text.data-v-643091e0 {
  82. text-align: right;
  83. color: #737373;
  84. font-size: 0.8rem;
  85. }
  86. .radio-group.data-v-643091e0 {
  87. display: flex;
  88. flex: 1;
  89. justify-content: flex-end;
  90. flex-direction: row;
  91. }
  92. .radio-label.data-v-643091e0 {
  93. padding: 0;
  94. margin-left: 10rpx;
  95. display: flex;
  96. flex-direction: row;
  97. font-size: 1rem;
  98. transform: scale(0.7);
  99. }
  100. .value.data-v-643091e0 {
  101. flex: 1;
  102. text-align: right;
  103. color: #737373;
  104. font-size: 0.8rem;
  105. }
  106. .idCard-box.data-v-643091e0 {
  107. margin-top: 10%;
  108. width: 100%;
  109. height: 50%;
  110. display: flex;
  111. flex-direction: row;
  112. /* background-color: red; */
  113. flex-wrap: wrap;
  114. }
  115. .idCard-box .reverse.data-v-643091e0 {
  116. height: 30%;
  117. width: 40%;
  118. display: flex;
  119. align-items: center;
  120. justify-content: center;
  121. margin: 0 5% 0 5%;
  122. }
  123. .idCard-box .reverse image.data-v-643091e0 {
  124. width: 100%;
  125. height: 100%;
  126. }
  127. .idCard-box .reverse text.data-v-643091e0 {
  128. position: absolute;
  129. text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
  130. font-size: 0.8rem;
  131. color: #fff;
  132. }
  133. /* 表单分区样式 */
  134. .con_size.data-v-643091e0 {
  135. font-size: 1rem;
  136. font-weight: bold;
  137. margin: 1rem 0;
  138. color: #000000;
  139. display: flex;
  140. flex-direction: row;
  141. align-items: center;
  142. }
  143. .con_size_img.data-v-643091e0 {
  144. height: 100%;
  145. width: 2%;
  146. margin-right: 2%;
  147. }
  148. .form-button.data-v-643091e0 {
  149. width: 100%;
  150. height: 100%;
  151. display: flex;
  152. align-items: center;
  153. justify-content: center;
  154. }
  155. .button.data-v-643091e0 {
  156. height: 100%;
  157. width: 100%;
  158. background-color: #044f7a;
  159. color: #ffffff;
  160. border-radius: 1rem;
  161. }