123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- .zr {
- background: #fff;
- width: 100%;
- position: relative;
- overflow: hidden;
- padding-bottom: 30rpx;
- margin-bottom: 20rpx;
- }
- .top_box {
- color: #333;
- font-size: 24rpx;
- line-height: 1;
- }
- .total {
- text-align: center;
- padding-bottom: 40rpx;
- }
- .total-money {
- font-weight: bold;
- font-size: 58rpx;
- margin-top: 15rpx;
- padding-left: 80rpx;
- }
- .three {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .three-item {
- position: relative;
- flex: 1;
- text-align: center;
- }
- .three-item::before {
- content: '';
- position: absolute;
- left: 0;
- top: 0;
- bottom: 0;
- width: 1rpx;
- border-left: 1rpx solid #cfcfcf;
- }
- .three-item:first-child::before {
- content: none;
- }
- .three-title {
- color: #999;
- font-size: 24rpx;
- }
- .three-money {
- margin-top: 15rpx;
- font-size: 28rpx;
- font-weight: bold;
- }
- .rightArrowImg {
- width: 12rpx;
- height: 22rpx;
- margin-left: 8rpx;
- }
- .qrcode {
- display: inline-block;
- width: 80rpx;
- font-size: 22rpx;
- text-align: center;
- padding: 8rpx 0;
- border-radius: 5rpx;
- background: #ff5344;
- color: #fff;
- vertical-align: middle;
- }
- .nav {
- position: sticky;
- position: -webkit-sticky;
- top: 0;
- transition: top 0.3s;
- z-index: 10;
- background: #fff;
- height: 92rpx;
- border-bottom: 2rpx solid #f2f2f2;
- padding: 0 60rpx;
- width: unset;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .nav .orderList_item {
- margin-bottom: 4rpx;
- font-size: 28rpx;
- font-family: PingFangSC-Medium;
- font-weight: 500;
- color: #666;
- position: relative;
- height: 96rpx;
- line-height: 96rpx;
- }
- .nav .on {
- position: relative;
- color: #ff5344;
- border-bottom: 4rpx solid #ff5344;
- }
- .nav .on::after {
- content: "";
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- border-bottom: 2rpx solid #ff5344;
- }
- .noRecordCon {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .noRecordCon .noRecordImg {
- width: 132rpx;
- height: 138rpx;
- margin-top: 30%;
- }
- .noRecordCon .noRefundImg {
- width: 218rpx;
- height: 218rpx;
- margin-top: 50%;
- }
- .noRecordCon .noRecord {
- padding-top: 32rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Light;
- font-weight: 300;
- color: #666;
- line-height: 30rpx;
- }
- .noRecordCon .goIndex {
- width: 164rpx;
- height: 60rpx;
- background: #ff3432;
- border-radius: 30rpx;
- font-size: 28rpx;
- color: #fff;
- margin-top: 30rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .list-item {
- padding: 30rpx;
- background-color: #fff;
- margin-bottom: 20rpx;
- font-size: 26rpx;
- }
- .item-head {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #ececec;
- padding-bottom: 20rpx;
- }
- .item-head .status {
- color: #ff5344;
- }
- .list-item .line {
- display: flex;
- justify-content: space-between;
- align-items: center;
- line-height: 2;
- }
- .line-tit {
- color: #999;
- }
- .top_box_head {
- padding: 30rpx;
- }
- .tx-btn {
- color: #ff5344;
- }
- .goodsInfo {
- padding: 0 !important;
- }
- .goodsInfo .identity {
- left: 0 !important;
- }
- .spu {
- padding: 30rpx 30rpx 20rpx;
- display: flex;
- justify-content: flex-start;
- }
- .spu .goodsImg {
- width: 140rpx;
- height: 140rpx;
- }
- .spu .detail {
- margin-left: 20rpx;
- font-size: 24rpx;
- color: #aaa;
- }
- .spu .detail .spuName {
- color: #444;
- font-size: 28rpx;
- font-weight: 500;
- overflow: hidden;
- }
- .spu .detail .tips {
- line-height: 1;
- width: 530rpx;
- margin-top: 16rpx;
- position: relative;
- }
- .spu .detail .tips .last {
- float: right;
- }
- .spu .detail .tips .price {
- color: #ff5344;
- font-size: 32rpx;
- }
- .rightArrow {
- font-size: 24rpx;
- }
- .dialogText {
- box-sizing: border-box;
- padding: 20rpx;
- height: 140rpx!important;
- text-align: justify;
- }
- .dialogBtn {
- font-size: 30rpx!important;
- height: 68rpx!important;
- line-height: 68rpx!important;
- }
|