123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235 |
- page {
- background: #f6f6f6;
- padding-bottom: 148rpx;
- }
- .box {
- // margin: 30rpx;
- // display: flex;
- // flex-wrap: wrap;
- // justify-content: space-between;
- position: relative;
- .business {
- position: absolute;
- top: 195rpx;
- left: 30rpx;
- width: 690rpx;
- background: #ffffff;
- display: flex;
- justify-content: center;
- border-radius: 30rpx;
- .business-x {
- border-right: 1rpx solid #efefef;
- width: 50%;
- .order-number {
- border-bottom: 1rpx solid #efefef;
- .order-title {
- text-align: center;
- margin-top: 20rpx;
- }
- .order-titles {
- text-align: center;
- margin: 5rpx 0;
- height: 99rpx;
- .item {
- font-size: 25rpx;
- }
- .gray {
- color: rgb(185, 185, 185);
- }
- }
- }
- .order-today {
- .order-title {
- text-align: center;
- margin-top: 20rpx;
- }
- .order-titles {
- text-align: center;
- margin: 5rpx 0;
- height: 99rpx;
- .item {
- font-size: 25rpx;
- }
- .gray {
- color: rgb(185, 185, 185);
- }
- }
- }
- }
- .business-y {
- width: 50%;
- .order-number {
- border-bottom: 1rpx solid #efefef;
- .order-title {
- text-align: center;
- margin-top: 20rpx;
- }
- .order-titles {
- text-align: center;
- margin: 5rpx 0;
- height: 99rpx;
- .item {
- font-size: 25rpx;
- }
- .gray {
- color: rgb(185, 185, 185);
- }
- }
- }
- .order-today {
- .order-title {
- text-align: center;
- margin-top: 20rpx;
- }
- .order-titles {
- text-align: center;
- margin: 5rpx 0;
- height: 99rpx;
- .item {
- font-size: 25rpx;
- }
- .gray {
- color: rgb(185, 185, 185);
- }
- }
- }
- }
- }
- .store {
- background: #46a9a4;
- height: 360rpx;
- padding: 30rpx;
- display: flex;
- .store-img {
- width: 100rpx;
- height: 100rpx;
- border-radius: 50%;
- }
- .store-box {
- margin: 10rpx 0 0 20rpx;
- }
- .store-score {
- color: #fd863a;
- }
- .draw_box {
- display: flex;
- align-items: center;
- .withdraw {
- background: red;
- width: 120rpx;
- height: 56rpx;
- color: #fff;
- font-size: 30rpx;
- line-height: 56rpx;
- text-align: center;
- border-radius: 20rpx;
- font-weight: 600;
- margin-right: 20rpx;
- }
- }
- }
- .management {
- // display: flex;
- // flex-wrap: wrap;
- // justify-content: space-between;
- margin: 180rpx 30rpx 0 30rpx;
- .box-title {
- background: #fff;
- // border-radius: 30rpx;
- // width: 45%;
- padding: 20rpx;
- // text-align: center;
- margin-top: 10rpx;
- display: flex;
- justify-content: space-between;
- .box-details {
- display: flex;
- .name {
- margin-left: 10rpx;
- }
- }
- }
- }
- }
- .bommon {
- margin: 50rpx;
- width: 650rpx;
- background: #46a9a4;
- padding: 20rpx 50rpx;
- border-radius: 30rpx;
- text-align: center;
- }
- .refund_popup {
- .title {
- font-weight: bold;
- padding: 20rpx;
- font-size: 40rpx;
- text-align: center;
- border-bottom: rgb(228, 228, 228) 1rpx solid;
- }
- .refundPopup {
- display: flex;
- .payoutsBox {
- width: 40vw;
- background: #46a9a4;
- margin: 20rpx;
- padding: 20rpx;
- border-radius:10rpx;
- .box_title {
- font-size: 23rpx;
- }
- .price{
- margin: 5rpx 0;
- font-size: 32rpx;
- text{
- font-size:23rpx;
- }
- }
- .overPrice{
- font-size: 25rpx;
- }
- }
- }
- }
|