Commit 03d1d427 by liangjianmin

style(arrivalRegister): 优化分割商品样式调整

- 调整打印区域上下边距,减少顶部和底部留白
- 加粗.t2类文字,提升视觉层次感
- 修改复制按钮样式,字体变小,增加边框和圆角,增强交互反馈
- 为打印滚动区域添加上下边框、背景色及圆角,提升整体美观度
- 增加.box高度,调整字体颜色,提高内容可读性
parent b733b7f3
Showing with 14 additions and 5 deletions
...@@ -471,9 +471,9 @@ ...@@ -471,9 +471,9 @@
} }
} }
.print { .print {
margin-top: 54rpx; margin-top: 36rpx;
.print-text { .print-text {
margin-bottom: 54rpx; margin-bottom: 28rpx;
.t1 { .t1 {
font-size: 20rpx; font-size: 20rpx;
color: #919399; color: #919399;
...@@ -481,21 +481,30 @@ ...@@ -481,21 +481,30 @@
.t2 { .t2 {
font-size: 20rpx; font-size: 20rpx;
color: #1969f9; color: #1969f9;
font-weight: bold;
padding: 0 2rpx; padding: 0 2rpx;
} }
.copy { .copy-btn {
font-size: 20rpx; font-size: 18rpx;
color: #1969f9; color: #1969f9;
border: 1px solid #1969f9;
border-radius: 8rpx;
padding: 6rpx 16rpx;
} }
} }
.print-scroll { .print-scroll {
max-height: calc(100vh - 350rpx); max-height: calc(100vh - 350rpx);
border-top: 1px solid #f0f0f2;
border-bottom: 1px solid #f0f0f2;
background: #f9fafb;
border-radius: 10rpx;
padding: 10rpx 0;
} }
.print-content { .print-content {
flex-wrap: wrap; flex-wrap: wrap;
.box { .box {
width: 50%; width: 50%;
height: 50rpx; height: 56rpx;
font-size: 20rpx; font-size: 20rpx;
color: #292b33; color: #292b33;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment