| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227 |
- /* 个人中心-编辑 */
- .user-center .con-box .box-tit {
- padding: 0 15px;
- background: #f9f9f9;
- font-size: 14px;
- font-weight: 600;
- border: 1px solid #eee;
- border-bottom: 0;
- height: 36px;
- line-height: 36px;
- }
- .user-center .box-content {
- border: 1px solid #eee;
- border-top: 0;
- padding: 30px 80px 20px;
- }
- .user-center .box-content .item {
- margin-bottom: 30px;
- display: flex;
- align-items: center;
- }
- .user-center .box-content .item .tit {
- width: 80px;
- text-align: right;
- margin-right: 30px;
- }
- .user-center .en .item .tit {
- width: 140px;
- }
- .user-center .box-content .item .tit .asterisk {
- color: #e1251b;
- margin-right: 5px;
- }
- .user-center .box-content .validcode-box .code-int-box {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .user-center .box-content .item .validcode-box {
- width: 300px;
- height: 30px;
- font-size: 12px;
- }
- .code-int {
- width: 200px;
- padding: 0 10px;
- height: 30px;
- font-size: 12px;
- border: 1px solid #eee;
- }
- .send-code {
- width: 100px;
- display: inline-block;
- padding: 8px 0;
- border: 1px solid #eee;
- vertical-align: top;
- background: #f9f9f9;
- margin-left: 10px;
- text-align: center;
- color: #666;
- cursor: pointer;
- }
- .user-center .box-content .item .text {
- border: 1px solid #eee;
- width: 300px;
- padding: 0 10px;
- height: 30px;
- font-size: 12px;
- box-sizing: border-box;
- }
- .user-center .en .item .text {
- width: 340px;
- }
- .user-center .box-content .item.error .text {
- border-color: #e1251b;
- }
- .user-center .box-content .item .error-text {
- color: #e1251b;
- margin-left: 10px;
- padding-left: 19px;
- position: relative;
- height: 14px;
- line-height: 14px;
- /* display: none; */
- }
- .user-center .box-content .item.error .error-text {
- display: block;
- }
- .user-center .box-content .item .error-text::before {
- position: absolute;
- left: 0;
- top: 0;
- display: block;
- width: 14px;
- height: 14px;
- content: ' ';
- font-size: 0;
- background: url(../images/icons.png) no-repeat -77px -517px;
- }
- .user-center .box-content .item .area {
- border: 1px solid #eee;
- height: 30px;
- line-height: 30px;
- width: 116px;
- margin-right: 12px;
- font-size: 12px;
- padding: 0 20px 0 10px;
- position: relative;
- }
- .user-center .box-content .item .area::before {
- position: absolute;
- right: 10px;
- top: 12px;
- display: block;
- width: 0;
- height: 0;
- content: ' ';
- font-size: 0;
- border: 5px solid transparent;
- border-top: 5px solid #bcbcbc;
- }
- .user-center .box-content .item .shop-description {
- border: 1px solid #eee;
- height: 80px;
- width: 446px;
- padding: 8px 10px;
- font-size: 12px;
- resize: none;
- }
- .user-center .box-content .item .img {
- margin-right: 20px;
- }
- .user-center .box-content .item .img .file-img {
- display: block;
- border: 1px solid #eee;
- width: 100px;
- height: 100px;
- text-align: center;
- line-height: 100px;
- font-size: 24px;
- font-family: arial;
- color: #ccc;
- }
- .user-center .box-content .item .img .file-img img {
- width: 100%;
- height: 100%;
- vertical-align: top;
- }
- .user-center .box-content .item .img .img-text {
- text-align: center;
- display: block;
- line-height: 14px;
- margin-top: 5px;
- color: #999;
- }
- .user-center .box-content .item .btn {
- padding: 5px 15px;
- background: #e1251b;
- color: #fff;
- border-radius: 2px;
- }
- .user-center .box-content .item .btn:hover {
- opacity: 0.9;
- }
- .user-center .box-content .item .user-img {
- width: 75px;
- height: 75px;
- border: 1px solid #eee;
- border-radius: 50%;
- overflow: hidden;
- font-size: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .user-center .box-content .item .user-img img {
- max-width: 100%;
- max-height: 100%;
- vertical-align: middle;
- }
- .user-center .box-content .item .edit-img {
- margin-left: 20px;
- color: #999;
- }
- .user-center .box-content .item .edit-img:hover {
- color: #e1251b;
- }
- .tips,
- .tips a {
- color: #999;
- font-size: 14px;
- }
- .tips a:hover {
- color: #02a1e9;
- }
- /* 个人中心-编辑 end */
|