From a112e96ab559adc810ae043a145fd898548725f7 Mon Sep 17 00:00:00 2001
From: 明梦爽 <2972214568@qq.com>
Date: 星期二, 09 八月 2022 09:45:53 +0800
Subject: [PATCH] 完善Readme
---
src/views/other.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/other.vue b/src/views/other.vue
index fc1e702..36a5e15 100644
--- a/src/views/other.vue
+++ b/src/views/other.vue
@@ -56,6 +56,9 @@
}
</script>
<style lang="less" scoped>
+.underline {
+ border-bottom: 1px solid rgb(1, 72, 153);
+}
.aLianJ {
height: 30px;
background-color: rgb(242, 243, 244);
@@ -71,7 +74,8 @@
.bg2 {
background: url('../assets/wbbg.png') no-repeat 20px 50px;
}
-.bg,.bg2 {
+.bg,
+.bg2 {
position: relative;
height: 120px;
}
@@ -85,4 +89,4 @@
top: 20px;
left: 25px;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0