123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522 |
- * {
- margin: 0;
- padding: 0
- }
- a {
- list-style: none;
- text-decoration: none
- }
- body {
- background-color: rgb(255, 255, 255)
- }
- h3 {
- line-height: 20px;
- padding: 20px 0 20px 15px;
- border-bottom: 1px solid #CCCCCC
- }
- .now-status p {
- padding: 20px
- }
- .now-status span {
- display: inline-block;
- width: 160px;
- line-height: 35px;
- margin-right: 15px;
- cursor: pointer;
- border: 1px solid #CCCCCC;
- text-align: center;
- border-radius: 5px
- }
- .buyInfo p {
- padding: 15px 5px 0
- }
- .buyInfo p label {
- width: 60px;
- display: inline-block
- }
- .buyInfo p span {
- padding-left: 10px
- }
- .table th {
- background-color: #CCCCCC
- }
- .table th, .table td {
- font-weight: normal;
- border: 1px solid #CCCCCC;
- height: 35px;
- text-align: center
- }
- .table td .div-img {
- box-sizing: border-box
- }
- .table td .div-img img {
- width: 100px;
- height: 100px;
- vertical-align: middle
- }
- .table td .div-img span {
- }
- .div-order span {
- width: 260px;
- display: inline-block;
- margin-right: 50px
- }
- .text-result p {
- padding-top: 15px
- }
- .text-cost p {
- padding: 20px 0
- }
- .moeny-cost p {
- padding: 10px 0 0 0;
- text-align: left
- }
- .moeny-cost p label {
- display: inline-block
- }
- .Staging table {
- width: 100%;
- border-collapse: collapse;
- margin-top: 20px
- }
- .Staging table th, .Staging table td {
- font-weight: normal;
- border: 1px solid #000;
- height: 35px;
- text-align: center;
- width: 10%
- }
- .change-info {
- position: fixed;
- top: 0%;
- left: 50%;
- transform: translateX(-50%);
- z-index: 999;
- width: 800px;
- background-color: #fff;
- box-shadow: 0px 0px 15px #ccc
- }
- .item-div label {
- width: 260px;
- text-align: right;
- display: inline-block;
- margin-right: 50px
- }
- .item-div input {
- width: 300px;
- line-height: 35px;
- height: 35px;
- box-sizing: border-box;
- border: 1px solid #CCCCCC;
- display: inline-block
- }
- .item-div select {
- width: 90px;
- height: 35px;
- margin-right: 10px
- }
- .remarkShow {
- width: 55px;
- height: 75px;
- top: 45%;
- right: 0;
- box-sizing: border-box;
- background: #45aeea;
- border-radius: 10px 0 0 10px;
- padding: 15px 0;
- color: #FFFFFF;
- cursor: pointer;
- position: absolute;
- transform: scale(1.3);
- font-family: SimSun, sans-serif;
- }
- .item-div textarea {
- border: 1px solid #CCCCCC;
- margin-top: 20px;
- width: 300px;
- height: 80px;
- resize: none;
- display: block
- }
- .layer-status span {
- display: inline-block;
- width: 80px;
- line-height: 35px;
- background-color: #00A6C7;
- text-align: center;
- color: #fff;
- cursor: pointer
- }
- .layer-status span:nth-of-type(1) {
- }
- .layer-status span:nth-of-type(2) {
- margin-left: 72px
- }
- .same-style {
- position: fixed;
- top: 20%;
- left: 50%;
- transform: translateX(-50%);
- width: 500px;
- background-color: #fff;
- z-index: 999;
- box-shadow: 0 0 15px #666
- }
- .reason-cancel label {
- margin-right: 20px
- }
- .reason-cancel textarea {
- width: 270px;
- height: 80px;
- resize: none;
- vertical-align: text-top;
- border: 1px solid #CCCCCC
- }
- .order-details-heading {
- background: #eee
- }
- .order-details-heading td {
- white-space: nowrap;
- padding: 0 10px
- }
- .order-rows, .order-details-heading {
- width: 100%;
- border-bottom: 1px solid #ccc;
- border-left: 1px solid #ccc;
- border-right: 1px solid #ccc;
- color: #666;
- padding: 10px;
- line-height: 30px
- }
- .order-details-heading {
- border-top: 1px solid #ccc
- }
- .order-details-heading span, .order-rows span {
- margin-right: 80px
- }
- .order-details-heading span {
- width: 230px;
- margin-right: 0px;
- display: inline-block
- }
- .order-details-heading span label, .order-rows span label {
- font-weight: bold
- }
- .order-rows .supplier-img {
- width: 100px
- }
- .operation-wrapper {
- position: relative
- }
- .operation-btn {
- cursor: pointer
- }
- .operation-block {
- background: #fff;
- width: 125px;
- position: absolute;
- left: 826px;
- top: 5px;
- padding: 10px;
- border: 1px solid #666;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- z-index: 100001;
- display: none
- }
- .operation-block a {
- display: block;
- padding: 3px 0
- }
- .print-wrapper {
- display: inline-block
- }
- .supplier-product-name, .supplier-product-alias {
- width: 200px;
- line-height: 20px
- }
- .supplier-product-info {
- width: 55%;
- display: inline-block;
- position: relative;
- top: 50%;
- transform: translateY(30%)
- }
- .supplier-product-promotionInfo {
- width: 20%;
- display: inline-block;
- position: relative;
- top: 50%;
- transform: translateY(30%)
- }
- .supplier-product-item {
- margin-bottom: 10px
- }
- .supplier-product-alias {
- display: inline-block;
- margin-top: 5px
- }
- .supplier-name {
- display: inline-block;
- vertical-align: middle;
- margin: 0 10px
- }
- #auditBox {
- padding: 20px;
- line-height: 30px
- }
- #auditBox p {
- font-size: 16px;
- margin: 0 0 0 0
- }
- #auditBox .note-div {
- font-size: 16px
- }
- .downSpan {
- display: block;
- margin-left: 5px;
- margin-bottom: -8px
- }
- .upSpan {
- display: block;
- margin-left: 5px;
- margin-top: -8px
- }
- .promotionsName {
- margin: 2px
- }
- .ladderPrice > span {
- text-decoration: underline;
- color: red
- }
- .ladderPrice .list {
- display: none;
- position: absolute;
- z-index: 999;
- background: #FFF;
- white-space: nowrap;
- border: 1px solid #EEE;
- padding: 10px 0;
- color: #333
- }
- .ladderPrice:hover .list {
- display: block
- }
- .ladderPrice .list span {
- margin: 0 20px;
- width: 60px;
- text-align: center;
- display: inline-block
- }
- .ladderPrice .list span.price {
- color: red
- }
- .weishaIcon {
- background: darkorange;
- color: white;
- margin: 0 0px;
- padding: 0 3px;
- font-style: normal;
- font-size: 12px;
- display: inline-block;
- border-radius: 2px
- }
- .acticer_span {
- display: inline-block;
- width: 14px;
- height: 14px;
- border-radius: 50%;
- box-sizing: border-box;
- border: 1px solid #999999;
- text-align: center;
- color: #333333;
- font-size: 12px;
- line-height: 14px;
- float: none;
- margin-left: 3px;
- }
- /*订单备注抽屉*/
- .remarks-drawer-content{
- width: 640px;
- height: 100%;
- overflow-y: hidden;
- box-sizing: border-box;
- padding: 0 0 0 60px;
- position: fixed;
- right: -580px;
- top: 0;
- z-index: 100000;
- }
- .remarks-drawer-content .drawer-btn-main{
- width: 60px;
- height: 80px;
- position: absolute;
- top: 50%;
- left: 0;
- box-sizing: border-box;
- background: #45aeea;
- border-radius: 10px 0 0 10px;
- padding: 15px 0;
- color: #FFFFFF;
- cursor: pointer;
- }
- .remarks-drawer-content .drawer-btn-main p{
- font-size: 12px;
- line-height: 20px;
- text-align: center;
- }
- .remarks-drawer-content .drawer-btn-main .drawer-close{
- display: none;
- }
- .remarks-drawer-content .drawer-content{
- width: 100%;
- height: 100%;
- background: #FFFFFF;
- box-sizing: border-box;
- padding: 20px;
- border: 1px solid #e1e1e1;
- overflow-y: scroll;
- }
- .drawer-content .drawer-content-btn{
- width: 100%;
- height: 30px;
- float: left;
- text-align: right;
- }
- .drawer-content .drawer-content-none{
- width: 100%;
- height: 100px;
- line-height: 200px;
- color: #999999;
- float: left;
- text-align: center;
- display: none;
- }
- .drawer-content .drawer-content-mains{
- width: 100%;
- min-height: 600px;
- float: left;
- }
- .drawer-list{
- width: 100%;
- height: auto;
- box-sizing: border-box;
- padding: 5px 0;
- border-bottom: 1px dashed #e1e1e1;
- float: left;
- }
- .drawer-list .drawer-list-title{
- width: 100%;
- float: left;
- line-height: 28px;
- font-size: 14px;
- font-weight: bold;
- color: #333333;
- }
- .drawer-list .drawer-list-title span{
- color: #333333;
- }
- .drawer-list .drawer-list-text{
- width: 100%;
- float: left;
- height: auto;
- line-height: 28px;
- font-size: 14px;
- color: #999999;
- }
- .drawer-list .drawer-list-text span{
- color: #333333;
- }
- .drawer-list .drawer-list-image{
- width: 100%;
- height: auto;
- float: left;
- box-sizing: border-box;
- padding: 10px 0;
- }
- .drawer-list .drawer-list-image a{
- display: block;
- width: 100px;
- height: 100px;
- float: left;
- margin: 5px;
- }
- .drawer-list .drawer-list-image a img{
- display: block;
- width: 100px;
- height: 100px;
- }
- .drawer-list .drawer-list-file{
- width: 100%;
- height: auto;
- float: left;
- }
- .drawer-list .drawer-list-file p{
- line-height: 40px;
- color: #666666;
- }
|