public.scss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. /*
  2. * @日期选择器样式 开始
  3. */
  4. .el-calendar-table,
  5. tr,
  6. td,
  7. th {
  8. border: 0px !important;
  9. }
  10. .el-calendar__body {
  11. padding: 0 !important;
  12. }
  13. .el-calendar-table .el-calendar-day {
  14. padding: 15px !important;
  15. text-align: center;
  16. height: auto !important;
  17. }
  18. .el-calendar-table thead > th {
  19. text-align: center;
  20. }
  21. #calendar .filter {
  22. width: 5px;
  23. height: 5px;
  24. border: 1px #1989fa solid;
  25. border-radius: 100%;
  26. text-align: center;
  27. margin: auto;
  28. margin-top: 5px;
  29. background-color: #1989fa;
  30. }
  31. /*
  32. * @日期选择器样式 结束
  33. */
  34. /*
  35. * @时间线样式 开始
  36. */
  37. #planTimeline {
  38. padding: 0px 15px;
  39. }
  40. #planTimeline1 {
  41. padding: 0px 15px;
  42. .u-steps-item__wrapper {
  43. background-color: #f1f1f1;
  44. }
  45. }
  46. /*
  47. * @时间线样式 结束
  48. */
  49. /*
  50. * @抽屉样式 开始
  51. */
  52. .el-drawer__header {
  53. margin-bottom: 0px !important;
  54. }
  55. /*
  56. * @抽屉样式 结束
  57. */
  58. /*
  59. * @图片上传样式 开始
  60. */
  61. .el-upload-list {
  62. display: flex !important;
  63. }
  64. .el-upload-list li,
  65. .el-upload-list .el-upload {
  66. width: calc(33% - 10px) !important;
  67. height: 110px !important;
  68. margin: 0 15px 15px 0 !important;
  69. }
  70. .el-upload-list li:nth-child(3n),
  71. .el-upload-list .el-upload:nth-child(3n) {
  72. margin: 0 !important;
  73. }
  74. .avatar-uploader .el-upload {
  75. border: 1px dashed #d9d9d9;
  76. border-radius: 6px;
  77. cursor: pointer;
  78. position: relative;
  79. overflow: hidden;
  80. }
  81. .avatar-uploader .el-upload:hover {
  82. border-color: #409eff;
  83. }
  84. /*
  85. * @图片上传样式 结束
  86. */
  87. /*
  88. * @消息弹出框样式 开始
  89. */
  90. .el-message-box {
  91. margin-top: 70%;
  92. }
  93. /*
  94. * @消息弹出框样式 结束
  95. */
  96. /*
  97. * @uni-textarea 文本域样式 开始
  98. */
  99. uni-textarea {
  100. border: 0px solid #ededed;
  101. padding: 0;
  102. }
  103. /*
  104. * @uni-textarea 文本域样式 结束
  105. */
  106. /*
  107. * @全局input样式 开始
  108. */
  109. uni-input {
  110. background-color: transparent;
  111. }
  112. /*
  113. * @全局input样式 结束
  114. */
  115. /*
  116. * @login input样式 开始
  117. */
  118. #login-input {
  119. .u-input {
  120. height: 45px;
  121. border-radius: 24px;
  122. padding: 5px 12px !important;
  123. border-color: #7e7e7e !important;
  124. background-color: rgba(255, 255, 255, 0.1) !important;
  125. }
  126. .uni-input-wrapper {
  127. font-size: 18px;
  128. }
  129. uni-input {
  130. color: #fff !important;
  131. background-color: rgba(255, 255, 255, 0) !important;
  132. border: 0px solid #ededed !important;
  133. padding-left: 0 !important;
  134. }
  135. .u-icon__icon {
  136. font-size: 24px !important;
  137. line-height: 24px !important;
  138. color: #a8abb2 !important;
  139. }
  140. .iconfont {
  141. color: #a8abb2 !important;
  142. }
  143. .u-button {
  144. width: 35%;
  145. height: 45px;
  146. line-height: 45px;
  147. color: #fff;
  148. border-radius: 24px;
  149. margin: 0 0 0 5%;
  150. font-size: 17px !important;
  151. white-space: nowrap;
  152. border-color: #7e7e7e !important;
  153. background-color: rgba(255, 255, 255, 0.1) !important;
  154. }
  155. :-webkit-autofill {
  156. caret-color: #fff; // 设置光标颜色
  157. -webkit-text-fill-color: #ededed !important;
  158. -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  159. background-color: transparent;
  160. background-image: none;
  161. transition: background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间
  162. }
  163. }
  164. /*
  165. * @login input样式 结束
  166. */
  167. //折叠面板样式 开始
  168. .u-cell__body {
  169. padding: 10px 10px !important;
  170. }
  171. //折叠面板样式 结束
  172. /*
  173. * 页面样式 开始
  174. * @/pages/xunJian/plan/components/siteDetails.vue
  175. * @/pages/xunJian/plan/components/content.vue
  176. */
  177. .siteHeader {
  178. .u-icon__icon {
  179. font-size: 14px !important;
  180. line-height: 14px !important;
  181. margin: auto !important;
  182. }
  183. .uni-section .uni-section-header {
  184. padding: 0 !important;
  185. .uni-section-header__decoration {
  186. height: 14px !important;
  187. background-color: #149eff;
  188. }
  189. .uni-section-header__content {
  190. uni-text {
  191. font-size: 15px !important;
  192. color: #149eff !important;
  193. font-weight: 600 !important;
  194. }
  195. }
  196. }
  197. }
  198. /*
  199. * 页面样式 结束
  200. * @/pages/xunJian/plan/components/siteDetails.vue
  201. * @/pages/xunJian/plan/components/content.vue
  202. */