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

159 lines
3.5 KiB

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-2d7e3f76 {
  29. height: 100vh;
  30. width: 100%;
  31. background-color: #fff;
  32. overflow-y: scroll;
  33. }
  34. .footer.data-v-2d7e3f76 {
  35. position: fixed;
  36. bottom: 0;
  37. left: 0;
  38. }
  39. .container.data-v-2d7e3f76::-webkit-scrollbar {
  40. display: none;
  41. }
  42. .section.data-v-2d7e3f76 {
  43. border-bottom: 1rpx solid #eee;
  44. margin: 0 1rem 0 1rem;
  45. }
  46. .sections.data-v-2d7e3f76 {
  47. margin: 0 1rem 1rem 1rem;
  48. }
  49. .form-item.data-v-2d7e3f76 {
  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. }
  58. .labels.data-v-2d7e3f76 {
  59. color: red;
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. }
  64. .label.data-v-2d7e3f76 {
  65. font-size: 28rpx;
  66. color: #666;
  67. width: 200rpx;
  68. }
  69. .input.data-v-2d7e3f76 {
  70. flex: 1;
  71. text-align: right;
  72. font-size: 28rpx;
  73. color: #737373;
  74. height: 100%;
  75. }
  76. .picker.data-v-2d7e3f76 {
  77. flex: 1;
  78. }
  79. .picker-text.data-v-2d7e3f76 {
  80. text-align: right;
  81. color: #737373;
  82. font-size: 0.8rem;
  83. }
  84. .radio-group.data-v-2d7e3f76 {
  85. display: flex;
  86. flex: 1;
  87. justify-content: flex-end;
  88. flex-direction: row;
  89. }
  90. .radio-label.data-v-2d7e3f76 {
  91. padding: 0;
  92. margin-left: 10rpx;
  93. display: flex;
  94. flex-direction: row;
  95. font-size: 1rem;
  96. transform: scale(0.7);
  97. }
  98. .value.data-v-2d7e3f76 {
  99. flex: 1;
  100. text-align: right;
  101. color: #737373;
  102. font-size: 0.8rem;
  103. }
  104. .idCard-box.data-v-2d7e3f76 {
  105. margin-top: 10%;
  106. width: 100%;
  107. height: 50%;
  108. display: flex;
  109. flex-direction: row;
  110. /* background-color: red; */
  111. flex-wrap: wrap;
  112. }
  113. .idCard-box .reverse.data-v-2d7e3f76 {
  114. height: 30%;
  115. width: 40%;
  116. display: flex;
  117. align-items: center;
  118. justify-content: center;
  119. margin: 0 5% 0 5%;
  120. }
  121. .idCard-box .reverse image.data-v-2d7e3f76 {
  122. width: 100%;
  123. height: 100%;
  124. }
  125. .idCard-box .reverse text.data-v-2d7e3f76 {
  126. position: absolute;
  127. text-shadow: 1px 1px black, -1px -1px black, 1px -1px black, -1px 1px black;
  128. font-size: 0.8rem;
  129. color: #fff;
  130. }
  131. /* 表单分区样式 */
  132. .con_size.data-v-2d7e3f76 {
  133. font-size: 1rem;
  134. font-weight: bold;
  135. margin: 1rem 0;
  136. color: #000000;
  137. display: flex;
  138. flex-direction: row;
  139. align-items: center;
  140. }
  141. .con_size_img.data-v-2d7e3f76 {
  142. height: 100%;
  143. width: 2%;
  144. margin-right: 2%;
  145. }
  146. .form-button.data-v-2d7e3f76 {
  147. width: 100%;
  148. height: 100%;
  149. display: flex;
  150. align-items: center;
  151. justify-content: center;
  152. }
  153. .button.data-v-2d7e3f76 {
  154. height: 100%;
  155. width: 100%;
  156. background-color: #044f7a;
  157. color: #ffffff;
  158. border-radius: 1rem;
  159. }