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.

StudentLoan.css 2.0 KiB

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