You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.3 KiB
113 lines
2.3 KiB
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 文字基本颜色 */
|
|
/* 背景颜色 */
|
|
/* 边框颜色 */
|
|
/* 尺寸变量 */
|
|
/* 文字尺寸 */
|
|
/* 图片尺寸 */
|
|
/* Border Radius */
|
|
/* 水平间距 */
|
|
/* 垂直间距 */
|
|
/* 透明度 */
|
|
/* 文章场景相关 */
|
|
/* uni.scss */
|
|
.wrap.data-v-55104536 {
|
|
min-height: 100vh;
|
|
background: #f5f5f5;
|
|
}
|
|
.b-border.data-v-55104536 {
|
|
width: 100%;
|
|
height: 30rpx;
|
|
border-radius: 0 0 120rpx 120rpx;
|
|
background-color: #1479ff;
|
|
}
|
|
.state-tip.data-v-55104536 {
|
|
text-align: center;
|
|
color: #999;
|
|
padding: 80rpx 30rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
.scroll.data-v-55104536 {
|
|
height: calc(100vh - 200rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
.order-info.data-v-55104536 {
|
|
background: #fff;
|
|
margin: 24rpx 24rpx 0;
|
|
border-radius: 16rpx;
|
|
padding: 24rpx 28rpx 32rpx;
|
|
box-shadow: 0 4rpx 16rpx #e6eaf1;
|
|
}
|
|
.section-title.data-v-55104536 {
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.info-item.data-v-55104536 {
|
|
display: flex;
|
|
padding: 16rpx 0;
|
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.info-item.data-v-55104536:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.info-item .label.data-v-55104536 {
|
|
width: 200rpx;
|
|
flex-shrink: 0;
|
|
font-size: 28rpx;
|
|
color: #666;
|
|
}
|
|
.info-item .value.data-v-55104536 {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
word-break: break-all;
|
|
}
|
|
.log-entry.data-v-55104536 {
|
|
padding: 24rpx 0;
|
|
border-bottom: 1rpx solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.log-entry.data-v-55104536:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.log-meta.data-v-55104536 {
|
|
display: block;
|
|
font-size: 24rpx;
|
|
color: #999;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.log-operator.data-v-55104536 {
|
|
display: block;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
margin-bottom: 12rpx;
|
|
}
|
|
.log-text.data-v-55104536 {
|
|
display: block;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
line-height: 1.5;
|
|
}
|
|
.action-bar.data-v-55104536 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 20rpx 24rpx;
|
|
padding-bottom: calc(20rpx + constant(safe-area-inset-bottom));
|
|
padding-bottom: calc(20rpx + env(safe-area-inset-bottom));
|
|
background: #fff;
|
|
box-shadow: 0 -4rpx 16rpx rgba(0, 0, 0, 0.06);
|
|
display: flex;
|
|
gap: 24rpx;
|
|
align-items: center;
|
|
z-index: 100;
|
|
}
|
|
.action-bar .bar-btn-wrap.data-v-55104536 {
|
|
flex: 1;
|
|
min-width: 0;
|
|
}
|