/* orderRecord/index.wxss */ page { background-color: #f3f3f3; } .main { padding: 30rpx; background-color: #f3f3f3; } /* .card{ padding: 45rpx 22rpx; display: flex; justify-content: space-between; align-items: center; background: #ffffff; border-radius: 10rpx; margin-bottom: 15rpx; } .card .left .title{ font-size: 34rpx; font-weight: 500; color: #2b2b2b; margin-bottom: 10rpx; } .card .left .other{ font-size: 26rpx; font-weight: 400; color: #666666; margin-bottom: 10rpx; } .card .left .other:nth-last-child(1){ margin-bottom: 0; } .card .right{ font-size: 26rpx; font-weight: 500; color: #EC2E26; } .card .right .num{ font-size: 40rpx; } */ .card { margin-bottom: 20rpx; font-size: 28rpx; font-family: 'PingFang SC, PingFang SC-Regular'; font-weight: 400; color: #2b2b2b; border-radius: 10rpx; background-color: #fff; box-shadow: 5rpx 5rpx 5rpx rgba(255, 255, 255, 0.7); } .card .title { padding: 37rpx 0 14rpx 30rpx; margin-bottom: 20rpx; border-bottom: 1rpx solid #e6e6e6; } .card .info { font-size: 24rpx; padding-left: 30rpx; padding-bottom: 40rpx; } .card .info .orderNo { margin-bottom: 12rpx; } .card .info .payTime { margin-bottom: 5rpx; } .card .info .orderPrice { display: flex; justify-content: space-between; align-items: center; padding-right: 30rpx; } .card .info .orderPrice .price, .card .info .actually .price { display: inline-block; margin: 0; color: #ec2e26; font-size: 20rpx; } .card .info .price text { font-size: 30rpx; font-weight: 500; }