jh-admin/addon/supply/shop/view/public/css/release.css

132 lines
3.2 KiB
CSS

body {
color: #333333; }
.purchase-form-wrap {
background-color: #ffffff; }
.purchase-form-wrap .ns-card-common:first-child {
margin-top: 0; }
.purchase-form-wrap .ns-form-row {
margin-left: 220px;
padding-bottom: 20px; }
.purchase-form-wrap .ns-table-box {
margin-left: 0; }
.purchase-form-wrap .ns-table-box .layui-table {
margin: 0; }
.purchase-form-wrap .layui-table[lay-size=lg] td, .purchase-form-wrap .layui-table[lay-size=lg] th {
padding: 10px; }
.purchase-form-wrap .ns-upload-default {
width: 70px;
height: 30px;
text-align: center;
line-height: 30px;
background-color: #ff8143;
border: none;
border-radius: 3px;
cursor: pointer; }
.purchase-form-wrap .ns-upload-default p {
color: #FFFFFF; }
.purchase-form-wrap .ns-img-wrap div {
display: inline-block;
width: 30px;
height: 30px;
margin: 3px;
position: relative;
cursor: pointer;
border: 1px solid #E1E1E1; }
.purchase-form-wrap .ns-img-wrap div:hover .img-big {
display: inline-block; }
.purchase-form-wrap .ns-img-wrap div:hover i {
display: inline-block; }
.purchase-form-wrap .ns-img-wrap img {
width: 30px;
height: 30px;
object-fit: cover; }
.purchase-form-wrap .ns-img-wrap .img-big {
display: none;
width: 300px;
height: auto;
position: absolute;
top: 35px;
right: 0;
z-index: 9; }
.purchase-form-wrap .ns-img-wrap i {
position: absolute;
top: -6px;
right: -6px;
font-size: 12px;
opacity: .7;
display: none; }
.purchase-form-wrap .layui-table img {
max-width: unset; }
.purchase-form-wrap .area-select {
width: 150px; }
.purchase-form-wrap .add-goods {
width: 100%;
text-align: center;
border: 1px solid #e6e6e6;
border-top: none;
box-sizing: border-box; }
.purchase-form-wrap .add-goods span:first-child {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
text-align: center;
border: 1px solid red;
border-radius: 50%;
margin-right: 5px; }
.purchase-form-wrap .add-goods span:first-child i {
font-size: 12px; }
.purchase-form-wrap .add-goods span {
cursor: pointer; }
.purchase-wrap {
width: calc(100% - 200px); }
.purchase-list {
background-color: #FFFFFF;
padding: 20px; }
.purchase-detail-list {
padding: 20px;
background-color: #FFFFFF;
margin-bottom: 10px; }
.purchase-detail-list .goods-list {
width: 100%; }
.purchase-detail-list .goods-list table {
width: 100%; }
.purchase-detail-list .goods-list table td {
padding: 10px; }
.purchase-detail-list .contraction {
cursor: pointer; }
.goods-imgs-list {
width: 100%;
padding: 0 20px; }
.goods-imgs-list .goods-img {
display: inline-block;
width: 100px;
height: 100px;
margin-right: 10px;
margin-bottom: 10px; }
.goods-imgs-list .goods-img img {
max-width: 100%;
max-height: 100%; }
.purchase-detail-buyer {
padding: 20px;
background-color: #FFFFFF; }
.line-height-25 {
line-height: 25px; }
.layui-table[lay-skin=line] td {
border-right: 1px solid #e6e6e6; }
.upload-imgs-box {
display: flex;
align-items: center; }
.ns-upload-default {
margin-right: 10px; }