1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- @charset "utf-8";
- #order {
- background: #fff;
- height: 100%;
- padding-bottom: 100px;
- overflow: hidden;
- overflow-y: auto;
- .content {
- width: 1140px !important;
- }
- .order-item {
- background: #FAFAFAFF;
- margin-bottom: 20px;
- .order-item-info {
- margin-left: 20px;
- margin-right: 20px;
- height: 58px;
- line-height: 58px;
- position: relative;
- }
- .order-item-detail {
- margin-left: 20px;
- margin-right: 20px;
- border-top: 1px solid #eee;
- padding: 20px 0;
- }
- }
- .gift-list {
- border-top: 1px solid #eee;
- }
- .gift-item {
- padding: 20px 0;
- line-height: 20px;
- border-bottom: 1px solid #eee;
- .assets {
- vertical-align: top;
- }
- }
- .block {
- padding-top: 30px;
- .title {
- padding: 20px 0;
- line-height: 20px;
- border-bottom: 1px solid #eee;
- }
- .item {
- padding: 20px 0;
- line-height: 20px;
- border-bottom: 1px solid #eee;
- span {
- margin-right: 40px;
- display: inline-block;
- }
- }
- }
- }
- .order-modal {
- .close {
- top: -17px !important;
- right: -17px !important;
- }
- }
|