| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239 |
- 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;
- }
|