|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .welcome {
- padding: 1px 12px 20px;
- background: #fff;
- }
-
- .welT {
- font-size: 16px;
- margin-bottom: 10px;
- line-height: 26px;
- }
-
- .welT i {
- width: 26px;
- height: 26px;
- line-height: 24px;
- border: 1px solid #efefef;
- border-radius: 4px;
- float: right;
- text-align: center;
- color: #999;
- }
-
- .welLine {
- height: 1px;
- background: #efefef;
- margin: 10px -12px;
- }
-
- .welText {
- overflow: hidden;
- font-size: 14px;
- margin-top: 5px;
- }
-
- .welText span {
- float: right;
- width: 60%;
- text-align: right;
- }
-
- .welInput {
- overflow: hidden;
- font-size: 14px;
- margin-top: 10px;
- }
-
- .welInput span {
- float: left;
- width: 26%;
- text-align: right;
- line-height: 30px;
- }
-
- .welInput input {
- display: block;
- margin-left: 28%;
- width: 72%;
- border: 1px solid #efefef;
- border-radius: 4px;
- height: 30px;
- line-height: 28px;
- padding: 0 10px;
- margin-bottom: 0;
- }
-
- .welCon {
- padding: 10px;
- border: 1px solid #efefef;
- margin-top: 18px;
- border-radius: 4px;
- position: relative;
- }
-
- .welDel {
- position: absolute;
- top: -8px;
- left: -8px;
- background: #fff;
- }
-
- .welDel i {
- text-align: center;
- width: 26px;
- height: 26px;
- display: block;
- line-height: 24px;
- border: 1px solid #efefef;
- border-radius: 50%;
- }
-
- .welImgAdd {
- text-align: center;
- line-height: 0;
- }
-
- #files {
- opacity: 0;
- -webkit-opacity: 0;
- z-index: 9;
- display: none;
- }
-
- #welImgBtn {
- display: block;
- width: 110px;
- height: 30px;
- text-align: center;
- line-height: 26px;
- border: 2px solid #efefef;
- border-radius: 4px;
- font-size: 14px;
- color: #999;
- margin: 10px auto;
- cursor: pointer;
- }
- .welImgAdd{
- min-height:110px;
- }
- #PhotoImg {
- width: 110px;
- height:110px;
- }
-
- .btnBox{
- margin-top:20px;
- text-align:center;
- }
- #saveBtn {
- margin: auto;
- margin-top: 25px;
- width: 92%;
- }
|