From 14df401b50272890dc910bbd95d98a8b6caf48d3 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 10 五月 2023 20:32:44 +0800
Subject: [PATCH] 样式修改,引入字体,修改逻辑
---
.gitignore | 1 +
static/fonts/commontfont.css | 7 +++++++
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue | 27 ++++++++++++++++-----------
3 files changed, 24 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index be30a57..9501077 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
unpackage/
+node_modules
\ No newline at end of file
diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
index fec4372..5700c82 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
+++ b/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;
diff --git a/static/fonts/commontfont.css b/static/fonts/commontfont.css
new file mode 100644
index 0000000..0d540da
--- /dev/null
+++ b/static/fonts/commontfont.css
@@ -0,0 +1,7 @@
+body {
+ font-family: siYuanLight, sans-serif;
+}
+
+page {
+ font-family: siYuanLight, sans-serif;
+}
--
Gitblit v1.9.1