page { background-color: #EDF1F4; } .allocation { height: 100vh; display: flex; flex-direction: column; } .main-box { flex: 1; overflow-y: auto; } .main-box::-webkit-scrollbar { display: none; } .check-img { width: 32rpx; height: 32rpx; } .item-box { width: 574rpx; height: 201rpx; background: #FFFFFF; border-radius: 20rpx; position: relative; } .profile-img { width: 153rpx; height: 153rpx; border-radius: 20rpx 20rpx 20rpx 20rpx; } .img { width: 153rpx; height: 153rpx; } .num { display: flex; align-items: center; font-size: 30rpx; font-weight: bold; color: #1C274C; } .score { height: 29rpx; background-color: #FFF5E6; border-radius: 15rpx 15rpx 15rpx 15rpx; opacity: 1; font-size: 22rpx; font-weight: bold; color: #FF9600; margin-left: 10rpx; } .xx-img { width: 18rpx; height: 18rpx; } .serve-text { display: inline-block; font-size: 22rpx; font-weight: 500; color: #1C274C; padding: 5rpx 12rpx; background-color: #F5F7F9; margin: 15rpx 0 24rpx 0; } .check-order { padding-left: 15rpx; } .site { font-size: 22rpx; font-weight: 500; color: #A4A9B7; } .credit { display: inline-block; font-size: 22rpx; font-weight: bold; position: absolute; top: 0; right: 0; background-color: #F0E8FF; padding: 14rpx 0; border-radius: 0 20rpx 0 20rpx; } .btn-box { width: 750rpx; background: #FFFFFF; border-radius: 0rpx 0rpx 0rpx 0rpx; opacity: 1; flex-shrink: 0; box-sizing: border-box; } .btn { width: 686rpx; height: 98rpx; border-radius: 10rpx 10rpx 10rpx 10rpx; opacity: 1; line-height: 98rpx; margin: auto; margin-top: 14rpx; font-size: 30rpx; font-weight: bold; color: #FFFFFF; } /* 弹出层 */ .pop-title-box { width: 686rpx; height: 100rpx; position: fixed; background-color: #FFF; } .pop-title { font-size: 30rpx; font-weight: bold; color: #1C274C; } .close-img { width: 32rpx; height: 32rpx; } .pop-item-box { width: 686rpx; /* height: 701rpx; */ background: #F5F7F9; border-radius: 20rpx 20rpx 20rpx 20rpx; opacity: 1; margin: auto; } .pica-t { font-size: 24rpx; font-weight: 500; color: #A4A9B7; } .after-sale { font-size: 24rpx; font-weight: 500; color: #1C274C; } .t-red { font-size: 24rpx; font-weight: 500; color: #FF2121; } .time-date { font-size: 30rpx; font-weight: bold; color: #1C274C; } .time-hour { font-size: 30rpx; font-weight: bold; display: inline-block; } .items { width: 574rpx; height: 120rpx; background: #FFF; border-radius: 20rpx 20rpx 20rpx 20rpx; opacity: 1; margin: auto; } .img-box { width: 120rpx; height: 120rpx; background: #D9D9D9; border-radius: 20rpx 20rpx 20rpx 20rpx; opacity: 1; } .item-title { font-size: 30rpx; font-weight: bold; color: #1C274C; } .item-tab { font-size: 22rpx; font-weight: 500; color: #A4A9B7; background-color: #F5F7F9; padding: 5rpx 12rpx; } .item-price { font-size: 22rpx; font-weight: 500; color: #FF9600; } .item-number { font-size: 22rpx; font-weight: 500; color: #A4A9B7; text-align: right; } .server-text { font-size: 22rpx; font-weight: bold; color: #A4A9B7; } .text-b { color: #1C274C; } .depart { font-size: 24rpx; font-weight: 500; color: #1C274C; }