page { background: #f6f6f6; padding-bottom: 148rpx; } .box { position: relative; } .box .business { position: absolute; top: 195rpx; left: 30rpx; width: 690rpx; background: #ffffff; display: flex; justify-content: center; border-radius: 30rpx; } .box .business .business-x { border-right: 1rpx solid #efefef; width: 50%; } .box .business .business-x .order-number { border-bottom: 1rpx solid #efefef; } .box .business .business-x .order-number .order-title { text-align: center; margin-top: 20rpx; } .box .business .business-x .order-number .order-titles { text-align: center; margin: 5rpx 0; height: 99rpx; } .box .business .business-x .order-number .order-titles .item { font-size: 25rpx; } .box .business .business-x .order-number .order-titles .gray { color: #b9b9b9; } .box .business .business-x .order-today .order-title { text-align: center; margin-top: 20rpx; } .box .business .business-x .order-today .order-titles { text-align: center; margin: 5rpx 0; height: 99rpx; } .box .business .business-x .order-today .order-titles .item { font-size: 25rpx; } .box .business .business-x .order-today .order-titles .gray { color: #b9b9b9; } .box .business .business-y { width: 50%; } .box .business .business-y .order-number { border-bottom: 1rpx solid #efefef; } .box .business .business-y .order-number .order-title { text-align: center; margin-top: 20rpx; } .box .business .business-y .order-number .order-titles { text-align: center; margin: 5rpx 0; height: 99rpx; } .box .business .business-y .order-number .order-titles .item { font-size: 25rpx; } .box .business .business-y .order-number .order-titles .gray { color: #b9b9b9; } .box .business .business-y .order-today .order-title { text-align: center; margin-top: 20rpx; } .box .business .business-y .order-today .order-titles { text-align: center; margin: 5rpx 0; height: 99rpx; } .box .business .business-y .order-today .order-titles .item { font-size: 25rpx; } .box .business .business-y .order-today .order-titles .gray { color: #b9b9b9; } .box .store { background: #46a9a4; height: 360rpx; padding: 30rpx; display: flex; } .box .store .store-img { width: 100rpx; height: 100rpx; border-radius: 50%; } .box .store .store-box { margin: 10rpx 0 0 20rpx; } .box .store .store-score { color: #fd863a; } .box .store .draw_box { display: flex; align-items: center; } .box .store .draw_box .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; } .box .management { margin: 180rpx 30rpx 0 30rpx; } .box .management .box-title { background: #fff; padding: 20rpx; margin-top: 10rpx; display: flex; justify-content: space-between; } .box .management .box-title .box-details { display: flex; } .box .management .box-title .box-details .name { margin-left: 10rpx; } .bommon { margin: 50rpx; width: 650rpx; background: #46a9a4; padding: 20rpx 50rpx; border-radius: 30rpx; text-align: center; }