@charset "UTF-8"; /* 颜色变量 */ /* 行为相关颜色 */ /* 文字基本颜色 */ /* 背景颜色 */ /* 边框颜色 */ /* 尺寸变量 */ /* 文字尺寸 */ /* 图片尺寸 */ /* Border Radius */ /* 水平间距 */ /* 垂直间距 */ /* 透明度 */ /* 文章场景相关 */ /* uni.scss */ .container.data-v-57280228 { width: 100vw; height: 100vh; background-color: #fff; font-size: 32rpx; } .container .bkg.data-v-57280228 { position: absolute; top: 0; left: 0; width: 100vw; height: 686rpx; } .container .user.data-v-57280228 { font-size: 36rpx; color: #000; position: relative; padding: 20rpx; } .container .flex-center.data-v-57280228 { display: flex; align-items: center; } .container .flex-center .u-icon.data-v-57280228 { margin-left: 10rpx; } .container .order.data-v-57280228 { margin: 20rpx; padding-bottom: 40rpx; position: relative; height: calc(100vh - 240rpx); } .container .order-item.data-v-57280228 { background-color: #fff; padding: 20rpx; box-shadow: 1rpx 1rpx 5rpx #fdf0f0; border-radius: 10rpx; margin: 20rpx 0; border: 1rpx solid #fdf0f0; } .container .order-item-status.data-v-57280228 { border-bottom: 1rpx solid rgba(0, 0, 0, 0.2); padding-bottom: 20rpx; } .container .order-item-info.data-v-57280228 { padding: 20rpx 0; } .container .order-item-info > view.data-v-57280228 { margin-bottom: 10rpx; } .container .order-item-btn.data-v-57280228 { display: flex; justify-content: flex-end; } .container .order-item-btn > view.data-v-57280228 { text-align: center; color: #d61b24; background: #fdf0f0; padding: 10rpx 30rpx; border-radius: 40rpx; border: 1rpx solid #d61b24; }