|
@@ -50,10 +50,10 @@ div{box-sizing: border-box;}
|
|
|
.release-from .release-input.upload{height: 78px;}
|
|
|
.release-from .release-input.upload.image{height: auto;width: 500px;}
|
|
|
.release-from .release-input.Editor{width: 600px;min-height: 540px;margin: 0;}
|
|
|
-.release-from .upload-file{width: 76px;height: 76px;border: 1px solid #EBEBEB;border-radius: 2px;position: relative;float: left;margin-right: 10px;margin-bottom: 10px;cursor: pointer;}
|
|
|
-.release-from .upload-file .icon-del{width: 16px;height: 16px;display: block;background: url("/img/base/icon.png") no-repeat;background-position: -175px -300px;position: absolute;right: -8px;top: -8px;cursor: pointer;}
|
|
|
-.release-from .upload-file .icon-add{display: block;width:26px ;height: 26px;background: url("/img/base/icon.png") no-repeat;background-position: -168px -374px;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}
|
|
|
-.release-from .upload-file .input-file{width: 76px;height: 76px;opacity:0;cursor: pointer;}
|
|
|
+.release-from .upload-file{width: 90px;height: 90px;border-radius: 2px;position: relative;float: left;margin-right: 10px;margin-bottom: 10px;cursor: pointer;}
|
|
|
+.release-from .upload-file .icon-del:before{width: 16px;height: 16px;cursor: pointer; background-position: -117px -140px;position: absolute;top: 0;right: 0}
|
|
|
+.release-from .upload-file .icon-add{width:100% ;height: 100%;background: url("/img/account/icon-addimg.svg");display: block}
|
|
|
+.release-from .upload-file .input-file{width: 90px;height: 90px;opacity: 0;cursor: pointer;position: absolute;top: 0}
|
|
|
.release-from .upload-file .upload-img{width: 100%;height: 100%;display: block;border-radius: 2px;}
|
|
|
.release-from .release-input .input.tags{width: 390px;}
|
|
|
.release-from .release-input .add-btn{width: 90px;height: 34px;border-radius: 2px;border: 1px solid #e15616;background:#ffe6dc;float: left;margin-left: 15px;text-align: center;line-height: 34px;font-size: 14px;color:#e15616 ;cursor: pointer;}
|
|
@@ -67,7 +67,7 @@ div{box-sizing: border-box;}
|
|
|
.release-from .select-main{padding: 0 10px;cursor: pointer;width: 155px;height: 36px;border: 1px solid #b8bfca;border-radius: 2px;line-height: 32px;color: #333;font-size: 14px;margin-right: 15px;float: left;appearance: none;-webkit-appearance: none;-moz-appearance: none;position: relative;}
|
|
|
.release-from .select-main:last-child{margin-right: 0;}
|
|
|
.release-from .select-main.border{border: 1px solid #e15616;}
|
|
|
-.release-from .select-main .select{cursor: pointer;width: 113px;height: 30px;line-height: 30px;color: #9aa5b5;font-size: 12px;float: left;appearance: none;-webkit-appearance: none;-moz-appearance: none;border: none;background: url("/img/supplier/Retract.png") no-repeat scroll right 0px center transparent;}
|
|
|
+.release-from .select-main .select{cursor: pointer;width: 135px;height: 36px;line-height: 36px;color: #22272e;font-size: 12px;float: left;appearance: none;-webkit-appearance: none;-moz-appearance: none;border: none;background: url("/img/supplier/Retract.png") no-repeat scroll right 0px center transparent;}
|
|
|
.release-from .select-main .option-main{width: 100%;min-height:50px;max-height: 200px;border: 1px solid #e4e7ed;border-radius: 2px;background-color: #fff;box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);overflow: hidden;overflow-y: scroll;box-sizing: border-box;margin: 5px 0;padding: 10px 0;z-index: 88;position: absolute;top: 28px;left: 0;}
|
|
|
.release-from .select-main .option {font-size: 14px;padding: 0 20px;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #606266;height: 34px;line-height: 34px;box-sizing: border-box;cursor: pointer;}
|
|
|
.release-from .select-main .option:hover {background-color: #F5E7E0;color: #e15616;}
|