123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198 |
- .layui-form-label {
- color: #6a6f6c;
- width: 100px;
- }
- .layui-input-block {
- margin-left: 130px;
- }
-
- .add-spec-value {
- height: 38px;
- line-height: 38px;
- color: #4e8bff;
- cursor: pointer;
- }
-
- .add-spec-value:hover {
- color: #0641cb;
- }
-
- .goods-img-del-x {
- display: none;
- position: absolute;
- z-index: 100;
- top: -4px;
- right: -2px;
- width: 20px;
- height: 20px;
- font-size: 16px;
- line-height: 16px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- background: hsla(0, 0%, 60%, .6);
- border-radius: 10px;
- }
-
- .goods-li {
- float: left;
- opacity: 1;
- position: relative;
- }
-
- .goods-img {
- width: 80px;
- height: 80px;
- padding: 4px;
- }
-
- .goods-img-add {
- font-size: 60px;
- vertical-align: middle
- }
- .master-image{
- margin-bottom:4px;
- float: left;
- position: relative;
- }
-
- .goods-spec-img {
- width: 48px;
- height: 48px;
- }
-
- .goods-spec-del-x {
- display: none;
- position: absolute;
- z-index: 100;
- top: 15px;
- right: 15px;
- width: 18px;
- height: 18px;
- font-size: 16px;
- line-height: 14px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- background: hsla(0, 0%, 60%, .6);
- border-radius: 15px;
- }
-
- .goods-spec-value-del-x {
- display: none;
- position: absolute;
- z-index: 100;
- top: -8px;
- right: -8px;
- width: 20px;
- height: 20px;
- font-size: 15px;
- line-height: 20px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- background: hsla(0, 0%, 60%, .6);
- border-radius: 15px;
- }
-
- .goods-spec-img-del-x {
- display: none;
- position: absolute;
- z-index: 100;
- top: -2px;
- right: 10px;
- width: 20px;
- height: 20px;
- font-size: 16px;
- line-height: 14px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- background: hsla(0, 0%, 60%, .6);
- border-radius: 10px;
- }
-
- .goods-one-spec-img-del-x {
- display: none;
- position: absolute;
- z-index: 100;
- top: -2px;
- right: 10px;
- width: 20px;
- height: 20px;
- font-size: 16px;
- line-height: 14px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- background: hsla(0, 0%, 60%, .6);
- border-radius: 10px;
- }
-
- .goods-spec-value-input {
- margin-bottom: 5px;
- }
-
- .goods-spec {
- margin-top: 10px;
- margin-bottom: 10px;
- background-color: #f3f5f9;
- padding: 10px;
- }
-
- .goods-spec-div {
- position: relative;
- }
-
- .form-label-asterisk {
- color: red;
- padding-right: 5px
- }
-
- .spec-lists-table th {
- text-align: center;
- }
-
- .spec-lists-table td {
- text-align: center;
- }
- .batch-div{
- padding-bottom: 10px;
- padding-top: 10px;
- }
- .click-a {
- color: #4685fd;
- padding-right: 10px;
- cursor: pointer;
- }
- .batch-spec-title{
- color: #6a6f6c;
- float: left;
- }
- .unit-tips{
- float: left;
- display: block;
- padding: 9px 0!important;
- line-height: 20px;
- margin-right: 10px;
- }
- .show-video{
- display: inline-block;
- position: relative;
- }
- .goods-video-del-x {
- display: none;
- position: absolute;
- z-index: 100;
- top: -4px;
- right: -16px;
- width: 20px;
- height: 20px;
- font-size: 16px;
- line-height: 16px;
- color: #fff;
- text-align: center;
- cursor: pointer;
- background: hsla(0, 0%, 60%, .6);
- border-radius: 10px;
- }
|