| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- .shopOrder {
- --van-nav-bar-text-color: #666666;
- :global {
- .van-tab__panel {
- min-height: calc(100vh - var(--van-tabs-line-height) - var(--van-nav-bar-height) - 45px);
- }
- }
- }
- .goodsList {
- margin-top: 12px;
- }
- .payTime {
- font-size: 13px;
- color: #666666;
- }
- .payStatus {
- color: #ff4e19;
- }
- .paySuccess {
- color: var(--van-primary);
- }
- .cellGroup {
- margin: 12px 14px;
- border-radius: 10px;
- overflow: hidden;
- }
- .goodsImg {
- width: 100px;
- height: 100px;
- border-radius: 8px;
- overflow: hidden;
- }
- .goodsContainer {
- margin-left: 10px;
- }
- .goodsTitle {
- font-size: 16px;
- color: #333333;
- line-height: 22px;
- }
- .model {
- font-size: 14px;
- color: #999999;
- line-height: 20px;
- padding: 6px 0 10px 0;
- }
- .goodsPrice {
- display: flex;
- justify-content: space-between;
- .num {
- font-size: 12px;
- font-weight: 500;
- color: #666666;
- line-height: 17px;
- }
- }
- .btnList {
- display: flex;
- align-items: center;
- justify-content: flex-end;
- :global {
- .van-button+.van-button {
- margin-left: 10px;
- }
- }
- }
- .price {
- color: #ff4e19;
- font-size: 16px;
- i {
- font-size: 12px;
- font-style: normal;
- }
- }
- .coupon {
- font-size: 12px;
- color: #ff4e19;
- }
- .sureGoods {
- padding-right: 12px;
- font-size: 12px;
- color: #999999;
- line-height: 17px;
- }
- .field {
- margin: 0 26px 13px;
- border: 1px solid #dedede;
- width: auto;
- border-radius: 10px;
- overflow: hidden;
- }
- .btn-group {
- padding: 0 15% 12px;
- }
- .returnDes {
- font-size: 13px;
- color: #1FBD9F;
- padding-top: 8px;
- margin-right: auto;
- display: flex;
- align-items: center;
- line-height: 1;
- }
- .confirmReceipt {
- font-size: 12px;
- color: #999;
- margin-right: 19px;
- }
- .bottomCell {
- :global {
- .van-cell__title {
- font-size: 13px;
- color: #AAAAAA;
- }
- .van-cell__value {
- flex: 0 auto;
- }
- }
- }
- .sectionCell {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .orderSn {
- font-size: 13px;
- color: #AAAAAA;
- }
- .iconChecked {
- flex-shrink: 0;
- background: url('@/common/images/icon_checkbox.png') no-repeat center;
- background-size: contain;
- width: 13px;
- height: 13px;
- margin-right: 4px;
- display: inline-block;
- }
- }
|