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.
 
 
 
 
 
 

132 lines
2.1 KiB

  1. .welcome {
  2. padding: 1px 12px 20px;
  3. background: #fff;
  4. }
  5. .welT {
  6. font-size: 16px;
  7. margin-bottom: 10px;
  8. line-height: 26px;
  9. }
  10. .welT i {
  11. width: 26px;
  12. height: 26px;
  13. line-height: 24px;
  14. border: 1px solid #efefef;
  15. border-radius: 4px;
  16. float: right;
  17. text-align: center;
  18. color: #999;
  19. }
  20. .welLine {
  21. height: 1px;
  22. background: #efefef;
  23. margin: 10px -12px;
  24. }
  25. .welText {
  26. overflow: hidden;
  27. font-size: 14px;
  28. margin-top: 5px;
  29. }
  30. .welText span {
  31. float: right;
  32. width: 60%;
  33. text-align: right;
  34. }
  35. .welInput {
  36. overflow: hidden;
  37. font-size: 14px;
  38. margin-top: 10px;
  39. }
  40. .welInput span {
  41. float: left;
  42. width: 26%;
  43. text-align: right;
  44. line-height: 30px;
  45. }
  46. .welInput input {
  47. display: block;
  48. margin-left: 28%;
  49. width: 72%;
  50. border: 1px solid #efefef;
  51. border-radius: 4px;
  52. height: 30px;
  53. line-height: 28px;
  54. padding: 0 10px;
  55. margin-bottom: 0;
  56. }
  57. .welCon {
  58. padding: 10px;
  59. border: 1px solid #efefef;
  60. margin-top: 18px;
  61. border-radius: 4px;
  62. position: relative;
  63. }
  64. .welDel {
  65. position: absolute;
  66. top: -8px;
  67. left: -8px;
  68. background: #fff;
  69. }
  70. .welDel i {
  71. text-align: center;
  72. width: 26px;
  73. height: 26px;
  74. display: block;
  75. line-height: 24px;
  76. border: 1px solid #efefef;
  77. border-radius: 50%;
  78. }
  79. .welImgAdd {
  80. text-align: center;
  81. line-height: 0;
  82. }
  83. #files {
  84. opacity: 0;
  85. -webkit-opacity: 0;
  86. z-index: 9;
  87. display: none;
  88. }
  89. #welImgBtn {
  90. display: block;
  91. width: 110px;
  92. height: 30px;
  93. text-align: center;
  94. line-height: 26px;
  95. border: 2px solid #efefef;
  96. border-radius: 4px;
  97. font-size: 14px;
  98. color: #999;
  99. margin: 10px auto;
  100. cursor: pointer;
  101. }
  102. .welImgAdd{
  103. min-height:110px;
  104. }
  105. #PhotoImg {
  106. width: 110px;
  107. height:110px;
  108. }
  109. .btnBox{
  110. margin-top:20px;
  111. text-align:center;
  112. }
  113. #saveBtn {
  114. margin: auto;
  115. margin-top: 25px;
  116. width: 92%;
  117. }