| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .order-page.data-v-be7e3d24 {
- height: 100%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- background-color: #f9fbfc;
- }
- .order-page .order-list.data-v-be7e3d24 {
- padding-top: 20rpx;
- padding-bottom: 80rpx;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- }
- .order-page .order-list .allot-item.data-v-be7e3d24 {
- margin-bottom: 1rpx;
- padding: 30rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- box-shadow: 0rpx 1rpx 0rpx 0rpx #eeeeee;
- background-color: #fff;
- }
- .order-page .order-list .allot-item .info.data-v-be7e3d24 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- margin-right: 20rpx;
- }
- .order-page .order-list .allot-item .info .info-order.data-v-be7e3d24 {
- font-size: 32rpx;
- font-weight: 600;
- color: #333333;
- }
- .order-page .order-list .allot-item .info .info-name.data-v-be7e3d24 {
- margin: 40rpx 0 20rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- }
- .order-page .order-list .allot-item .info .info-time.data-v-be7e3d24 {
- margin-right: 30rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- }
- .order-page .order-list .allot-item .status.data-v-be7e3d24 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 100rpx;
- color: #cccccc;
- }
- .order-page .order-list .allot-item .status .status-name.data-v-be7e3d24 {
- margin-top: 10rpx;
- font-size: 24rpx;
- }
- .order-page .order-list .allot-item .status .iconfont.data-v-be7e3d24 {
- font-size: 46rpx;
- }
- .order-page .order-list .allot-item .status.primary.data-v-be7e3d24 {
- color: #3385ff;
- }
- .order-page .order-list .allot-item .status.gray.data-v-be7e3d24 {
- color: #cccccc;
- }
- .order-page .order-list .allot-item .status.warn.data-v-be7e3d24 {
- color: #ffaf1d;
- }
- .order-page .bar-view.data-v-be7e3d24 {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 0 30rpx;
- width: 100%;
- height: 100rpx;
- box-shadow: 0rpx -1rpx 6rpx 0rpx rgba(4, 0, 0, 0.06);
- }
- .order-page .bar-view .btn-view.data-v-be7e3d24 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .order-page .bar-view .btn-view .admin-button-com.data-v-be7e3d24 {
- margin: 0 10rpx;
- width: 140rpx;
- }
|