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.
 
 
 
 
 
 

282 lines
3.8 KiB

  1. .red{
  2. color: red;
  3. }
  4. .welcome {
  5. height: 100%;
  6. overflow: auto;
  7. }
  8. .welCard{
  9. background-color: #EFF2F3;
  10. height: calc(100% - 50px);
  11. overflow: auto;
  12. padding-bottom: 30px;
  13. }
  14. .welTab {
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. /* position: relative; */
  19. background: #fff;
  20. padding: 1px 12px 0px;
  21. font-size: 14px;
  22. line-height: 40px;
  23. }
  24. .welTab div {
  25. padding: 0 5px;
  26. position: relative;
  27. }
  28. .welTab div:after {
  29. content: '';
  30. position: absolute;
  31. left: 0;
  32. right: 0;
  33. bottom: 3px;
  34. height: 2px;
  35. }
  36. .welTab div.active {
  37. color: #0C86D8;
  38. }
  39. .welTab div.active:after {
  40. background-color: #0C86D8;
  41. }
  42. .welBox {
  43. display: none;
  44. /* background: #fff; */
  45. /* padding: 0px 12px 20px; */
  46. }
  47. .welbox2{
  48. padding: 0px 20px 0px;
  49. background-color: #fff;
  50. position: relative;
  51. }
  52. .welBox.active {
  53. display: block;
  54. }
  55. .welT {
  56. padding: 10px 0;
  57. font-weight: bold;
  58. font-size: 16px;
  59. line-height: 26px;
  60. }
  61. .welT span{
  62. font-weight: 400;
  63. font-size: 12px;
  64. line-height: 26px;
  65. }
  66. .welT2 {
  67. height: 46px;
  68. line-height: 46px;
  69. font-size: 16px;
  70. margin: 0 -12px;
  71. padding: 0 12px;
  72. font-weight: 800;
  73. }
  74. .welT i {
  75. width: 26px;
  76. height: 26px;
  77. line-height: 24px;
  78. border: 1px solid #efefef;
  79. border-radius: 4px;
  80. float: right;
  81. text-align: center;
  82. color: #999;
  83. }
  84. .welLine {
  85. height: 7px;
  86. background-color: #EFF2F3;
  87. /* margin: 10px -12px; */
  88. }
  89. .welText {
  90. overflow: hidden;
  91. font-size: 14px;
  92. margin-top: 8px;
  93. line-height: 0;
  94. border-bottom: 1px solid #EFF2F3;
  95. padding-bottom: 5px;
  96. }
  97. .welText div {
  98. width: 58px;
  99. display: inline-block;
  100. line-height: 20px;
  101. text-align: justify;
  102. text-align-last: justify;
  103. }
  104. .welText div:after {
  105. overflow: hidden;
  106. width: 100%;
  107. content: '';
  108. }
  109. .welText span {
  110. float: right;
  111. width: 60%;
  112. text-align: right;
  113. line-height: 20px;
  114. }
  115. .welInputBox {
  116. margin: 0 -12px;
  117. }
  118. .welInput {
  119. overflow: hidden;
  120. font-size: 14px;
  121. /* margin-top: 10px; */
  122. height: 46px;
  123. padding: 8px 12px;
  124. border-top: 1px solid #EFF2F3;
  125. }
  126. .welInput:first-child {
  127. border: 0;
  128. }
  129. .welInput span {
  130. float: left;
  131. width: 70px;
  132. text-align: right;
  133. line-height: 30px;
  134. text-align: justify;
  135. text-align-last: justify;
  136. }
  137. .welInput span:after {
  138. overflow: hidden;
  139. width: 100%;
  140. content: '';
  141. }
  142. .welInput .welInputs {
  143. display: block;
  144. margin-left: 80px;
  145. width: calc(100% - 80px);
  146. border: 0px solid #efefef;
  147. border-radius: 4px;
  148. height: 30px;
  149. line-height: 28px;
  150. padding: 0 10px;
  151. margin-bottom: 0;
  152. text-align: right;
  153. }
  154. .welInput .lr-picker {
  155. line-height: 30px;
  156. }
  157. .welUrgent{
  158. position: relative;
  159. }
  160. .welCon {
  161. margin-top: 18px;
  162. margin: 0 -12px;
  163. }
  164. .welDel {
  165. text-align: right;
  166. padding: 5px 12px 10px;
  167. }
  168. .welDel i,.welAdd i {
  169. text-align: center;
  170. width: 26px;
  171. height: 26px;
  172. line-height: 24px;
  173. border: 2px solid #0C86D8;
  174. border-radius: 3px;
  175. background: #ffff;
  176. color: #0C86D8;
  177. margin-right:10px;
  178. }
  179. .welAdd{
  180. position: absolute;
  181. bottom: 12px;
  182. font-size: 14px;
  183. color: #0C86D8;
  184. }
  185. #files {
  186. opacity: 0;
  187. -webkit-opacity: 0;
  188. z-index: 9;
  189. display: none;
  190. }
  191. #welImgBtn {
  192. display: block;
  193. width: 110px;
  194. height: 30px;
  195. text-align: center;
  196. line-height: 26px;
  197. border: 2px solid #efefef;
  198. border-radius: 4px;
  199. font-size: 14px;
  200. color: #999;
  201. margin: 10px auto;
  202. cursor: pointer;
  203. }
  204. .welImgAdd {
  205. height:300px;
  206. margin: 60px auto;
  207. border: 1px solid #0C86D8;
  208. border-radius: 6px;
  209. overflow: hidden;
  210. line-height: 0;
  211. }
  212. .welImgAdd img {
  213. width: 100%;
  214. height: 100%;
  215. }
  216. /* #PhotoImg {
  217. width: 110px;
  218. height: 110px;
  219. } */
  220. .welImgInfo {
  221. width: 260px;
  222. margin: 0 auto;
  223. color: #888888;
  224. }
  225. .welImgInfoT {
  226. font-size: 16px;
  227. font-weight: bold;
  228. }
  229. .welImgInfoTxt {
  230. font-size: 14px;
  231. margin-top: 10px;
  232. }
  233. .btnBox {
  234. margin-top: 20px;
  235. text-align: center;
  236. }
  237. #saveBtn {
  238. margin: auto;
  239. margin-top: 25px;
  240. width: 92%;
  241. border-radius: 6px;
  242. }