| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- .ns-good-box {
- position: relative;
- }
- .disabled .n-stock {
- display: inline-block;
- }
- .disabled .y-stock {
- display: none;
- }
- .n-stock {
- display: none;
- }
- .y-stock {
- background-color: #fff !important;
- border: 1px solid #ff6c04 !important;
- color: #ff6c04 !important;
- }
- .ns-good-box .ns-bg-color-grey {
- background-color: #999999;
- cursor: not-allowed;
- }
- .ns-money {
- display: flex;
- }
- .ns-money-right .layui-card-body {
- padding: 15px;
- max-height: 1045px;
- min-height: 200px;
- position: relative;
- box-sizing: border-box;
- overflow: auto;
- border: 1px solid #e8e8e8;
- }
- .ns-table-tab .layui-tab-content {
- height: calc(100% - 122px);
- }
- .ns-pay-type .layui-tab-content {
- padding: 10px;
- box-sizing: border-box;
- }
- .ns-good-seleted {
- border-bottom: 1px solid #F1F1F1;
- padding: 10px 5px;
- }
- .ns-good-seleted-name,
- .ns-good-seleted-info {
- width: 100%;
- display: flex;
- align-items: center;
- line-height: 35px;
- }
- .ns-good-seleted-name p {
- width: 85%;
- padding-bottom: 10px;
- }
- .ns-good-seleted-name span {
- margin-top: 10px;
- color: #ff700b;
- }
- .title .ns-card-title::before {
- content: "";
- display: inline-block;
- width: 3px;
- height: 14px;
- background-color: #FF6A00;
- position: absolute;
- left: 0;
- top: 50%;
- border-radius: 5px;
- transform: translateY(-50%);
- }
- .ns-menber-detail {
- display: flex;
- }
- .checked-peo {
- width: 195px;
- border: 1px solid #ff700b;
- border-radius: 3px;
- padding: 5px 10px;
- }
- .nickname {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .layui-unselect.layui-form-radio.layui-form-radioed i:after {
- background-color: #fff;
- }
- .layui-table-body {
- max-height: 530px;
- }
- .check-btn {
- margin: 50px 0 0 20px;
- }
- .ns-cash {
- padding-top: 20px;
- }
- .ns-money-left {
- width: 595px;
- margin-right: 33px;
- }
- .ns-money-right {
- width: 595px;
- }
- .ns-money-left .ns-title-pic {
- width: 66px;
- height: 66px;
- }
- .ns-good-price {
- display: flex;
- margin-top: 5px;
- }
- .store-price {
- color: #ff700b;
- width: 100px;
- }
- .store-stoce {
- margin-left: 30px;
- }
- .store-stock {
- color: #ff700b;
- }
- .tips-color {
- color: #ff700b;
- }
- .page .layui-laypage {
- margin: 10px 50px;
- }
- .ns-goods-list {
- border: 1px solid #e8e8e8;
- padding: 10px;
- }
- .all-goods {
- margin-bottom: 10px;
- border-bottom: 1px solid #e8e8e8;
- padding-bottom: 10px;
- }
- .layui-input-inline {
- width: 160px;
- }
- .search-input input {
- height: 30px;
- line-height: 30px;
- font-size: 12px;
- }
- .search-input button {
- height: 28px !important;
- line-height: 28px !important;
- font-size: 12px;
- }
- .ns-single-filter-box {
- display: inline-block;
- width: 220px;
- }
- .ns-single-filter-box .layui-input-block {
- margin-left: 1px;
- }
- .border-border {
- border: 1px solid #e8e8e8;
- border-bottom: none;
- padding: 0 20px;
- }
- .checked-pic {
- width: 66px !important;
- height: 66px !important;
- }
- .ns-new-footer {
- position: fixed;
- bottom: 0px;
- left: 180px;
- width: 89%;
- }
- .ns-new-footer .layui-btn {
- margin: 0 830px;
- }
- .ns-align-right {
- display: flex;
- position: absolute;
- z-index: 1000;
- right: 70px;
- top: 50%;
- transform: translateY(-50%);
- }
- .ns-align-right input {
- width: 50px;
- }
- .new-price {
- display: flex;
- justify-content: space-between;
- }
- .num-input {
- width: 40px;
- text-align: center;
- height: 26px;
- font-size: 12px;
- border-left: none;
- border-right: none;
- padding-left: 15px;
- }
- .num-btn {
- height: 22px;
- line-height: 22px;
- padding: 1px 8px;
- border: 1px solid #eee;
- cursor: pointer;
- }
- .ns-null-good {
- margin: 15px 235px;
- }
- .ns-null-img {
- width: 100px;
- height: 100px;
- }
- .ns-title-content {
- margin-right: 1px !important;
- }
- .layui-input, .layui-select, .layui-textarea {
- border-color: #F1F1F1 !important;
- }
|