|
@@ -32,111 +32,26 @@
|
|
|
.brand-status .font-blue{color: #1890f9;}
|
|
|
.brand-status .font-red{color: #f94b4b;}
|
|
|
.bg-brand{position: fixed;background: rgba(34,39,46, 0.3); top: 0;left: 0; width: 100%;height: 100%;z-index: 1000}
|
|
|
- .add-brand-box{
|
|
|
- width: 338px;
|
|
|
- height: 350px;
|
|
|
- background-color: #ffffff;
|
|
|
- box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
|
|
|
- border-radius: 2px;
|
|
|
- border: solid 1px #efefef;
|
|
|
- position: absolute;
|
|
|
- left: 0;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- bottom: 0;
|
|
|
- margin: auto
|
|
|
- }
|
|
|
- .modal-header{
|
|
|
- height: 42px;
|
|
|
- line-height: 42px;
|
|
|
- border: solid 1px #efefef;
|
|
|
- background-color: #f8f8f8;
|
|
|
- padding-left: 20px;
|
|
|
- color: #333333
|
|
|
- }
|
|
|
- .close-modalForm{
|
|
|
- text-align: center;
|
|
|
- float: right;
|
|
|
- width: 30px;
|
|
|
- cursor: pointer
|
|
|
- }
|
|
|
- .brand-content{
|
|
|
- padding: 10px 10px;
|
|
|
- color: #22272e
|
|
|
- }
|
|
|
+ .add-brand-box{ width: 338px; height: 350px;background-color: #ffffff;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); border-radius: 2px;
|
|
|
+ border: solid 1px #efefef;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto}
|
|
|
+ .modal-header{height: 42px; line-height: 42px;border: solid 1px #efefef;background-color: #f8f8f8;padding-left: 20px;color: #333333}
|
|
|
+ .close-modalForm{text-align: center;float: right;width: 30px;cursor: pointer}
|
|
|
+ .brand-content{padding: 10px 10px;color: #22272e}
|
|
|
.required{color: red}
|
|
|
- .brand-name input{
|
|
|
- width: 210px;
|
|
|
- height: 36px;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 2px;
|
|
|
- border: solid 1px #b8bfca;
|
|
|
- padding-left: 10px
|
|
|
- }
|
|
|
- .img-box{
|
|
|
- width: 56px;
|
|
|
- height: 56px;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 2px;
|
|
|
- border: solid 1px #b8bfca;
|
|
|
- display: inline-block
|
|
|
- }
|
|
|
- .img-box img{
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- }
|
|
|
- .brand-img{
|
|
|
- margin: 10px 0;
|
|
|
- }
|
|
|
- .add-pic{
|
|
|
- width: 56px;
|
|
|
- height: 56px;
|
|
|
- position: absolute;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- transform: translate(-50%,-50%);
|
|
|
- border-radius: 2px;
|
|
|
- opacity: 0
|
|
|
- }
|
|
|
- .brand-content .label{
|
|
|
- width: 81px;
|
|
|
- text-align: right;
|
|
|
- display: inline-block;
|
|
|
- }
|
|
|
- .font-color{
|
|
|
- color: #e15616;
|
|
|
- }
|
|
|
+ .brand-name input{width: 210px;height: 36px;background-color: #ffffff; border-radius: 2px;border: solid 1px #b8bfca;padding-left: 10px}
|
|
|
+ .img-box{ width: 56px;height: 56px;background-color: #ffffff;border-radius: 2px;border: solid 1px #b8bfca;display: inline-block; position: relative;}
|
|
|
+ .img-box img{width: 100%;height: 100%; }
|
|
|
+ .brand-img{margin: 10px 0;}
|
|
|
+ .add-pic{ width: 56px;height: 56px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 2px;opacity: 0;cursor: pointer}
|
|
|
+ .brand-content .label{width: 81px;text-align: right; display: inline-block;}
|
|
|
+ .font-color{color: #e15616;}
|
|
|
.tishiyu{font-size: 12px;text-align: right; margin-top: 5px}
|
|
|
- .brand-description span{
|
|
|
- vertical-align: top;
|
|
|
- }
|
|
|
- .miaoshu{
|
|
|
- background-color: #ffffff;
|
|
|
- width: 220px;
|
|
|
- height: 78px;
|
|
|
- border-radius: 2px;
|
|
|
- border: 1px solid #EFEFEF;
|
|
|
- padding: 5px;
|
|
|
- resize: none
|
|
|
- }
|
|
|
- .box-btn{float: right}
|
|
|
- .box-btn div{
|
|
|
- display: inline-block;
|
|
|
- width: 68px;
|
|
|
- height: 32px;
|
|
|
- line-height: 32px;
|
|
|
- text-align: center;
|
|
|
- background-color: #ffffff;
|
|
|
- border-radius: 2px;
|
|
|
- border: solid 1px #b8bfca;
|
|
|
- margin-right: 10px;
|
|
|
- color: #22272e;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- .box-btn .btn-cancel{
|
|
|
- background-color: #e15616;
|
|
|
- color: #fff;
|
|
|
- border: 1px solid #e15616;
|
|
|
- }
|
|
|
+ .brand-description span{vertical-align: top; }
|
|
|
+ .miaoshu{background-color: #ffffff;width: 220px;height: 78px;border-radius: 2px; border: 1px solid #EFEFEF; padding: 5px;resize: none}
|
|
|
+ .box-btn{float: right}
|
|
|
+ .box-btn div{display: inline-block;width: 68px;height: 32px;line-height: 32px;text-align: center;background-color: #ffffff;border-radius: 2px;border: solid 1px #b8bfca;
|
|
|
+ margin-right: 10px;color: #22272e; cursor: pointer;}
|
|
|
+ .box-btn .btn-cancel{background-color: #e15616;color: #fff; border: 1px solid #e15616;}
|
|
|
+ .icon.add:before { width: 25px;height: 25px;background-position: -168px -374px; position: relative; top: 15px; right: -15px}
|
|
|
}
|
|
|
|