qingyiay
2023-05-10 14df401b50272890dc910bbd95d98a8b6caf48d3
样式修改,引入字体,修改逻辑
2个文件已修改
1个文件已添加
35 ■■■■■ 已修改文件
.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue 27 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
static/fonts/commontfont.css 7 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -1 +1,2 @@
unpackage/
node_modules
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -359,7 +359,6 @@
            .u-text {
                .u-text__value {
                    font-size: 31rpx !important;
                    font-family: Microsoft YaHei;
                    font-weight: 300;
                    color: #303030;
                }
@@ -392,7 +391,6 @@
            top: vww(25);
            color: #ffffff;
            font-size: 31rpx;
            font-family: Microsoft YaHei;
            font-weight: 300;
            .fild-name {
                @include flex;
@@ -412,7 +410,6 @@
            border-radius: 20rpx;
            position: relative;
            font-size: 30rpx;
            font-family: Microsoft YaHei;
            font-weight: 300;
            color: #303030;
            overflow: hidden;
@@ -430,7 +427,6 @@
                text-align: center;
                line-height: vww(33);
                font-size: 28rpx;
                font-family: Microsoft YaHei;
                font-weight: 300;
                position: absolute;
                right: vww(10);
@@ -446,7 +442,6 @@
                    width: 45%;
                    height: 30rpx;
                    font-size: 30rpx;
                    font-family: Microsoft YaHei;
                    font-weight: 300;
                    color: #515151;
                    position: relative;
@@ -469,7 +464,6 @@
                    height: 24rpx;
                    margin-left: vww(14);
                    font-size: 28rpx;
                    font-family: Microsoft YaHei;
                    font-weight: 300;
                    color: #515151;
                }
@@ -479,7 +473,6 @@
                width: 100%;
                height: 24rpx;
                font-size: 28rpx;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #7d7d7d;
            }
@@ -492,7 +485,6 @@
                    min-width: vww(50);
                    height: vww(45);
                    font-size: 21rpx;
                    font-family: Microsoft YaHei;
                    font-weight: 400;
                    color: #ffffff;
                    text-align: center;
@@ -504,7 +496,6 @@
                    }
                    .num {
                        font-size: 40rpx;
                        font-family: Microsoft YaHei;
                        font-weight: 300;
                        color: #303030;
                    }
@@ -518,6 +509,22 @@
        position: relative;
        top: vww(120);
        overflow-y: overlay;
        padding: vww(20);
        .u-steps {
            .u-steps-item {
                padding-bottom: vww(35);
                .u-steps-item__wrapper {
                    .u-steps-item__wrapper__dot {
                        background: linear-gradient(-29deg, #426cff 0%, #7991ff 100%);
                        box-shadow: 2rpx 7rpx 10rpx 0rpx rgba(172, 172, 172, 0.64);
                    }
                }
                .u-steps-item__line {
                    height: vww(52) !important;
                    background: #e9e6ea !important;
                }
            }
        }
    }
    .utilsBox {
        width: 94%;
@@ -536,7 +543,6 @@
                    width: 40%;
                    height: 60rpx;
                    font-size: 28rpx;
                    font-family: Microsoft YaHei;
                    font-weight: 300;
                    color: #497bfb;
                    border: 2px solid #3b56eb;
@@ -556,7 +562,6 @@
            height: vww(89);
            .u-button {
                font-size: 28rpx;
                font-family: Microsoft YaHei;
                font-weight: 300;
                color: #ffffff;
                background: #497bfb;
static/fonts/commontfont.css
New file
@@ -0,0 +1,7 @@
body {
    font-family: siYuanLight, sans-serif;
}
page {
    font-family: siYuanLight, sans-serif;
}