样式修改

master
zzq 2023-08-17 10:19:35 +08:00
parent c6eb889163
commit 797c19e2f9
6 changed files with 13 additions and 13 deletions

BIN
public/img/pingyiperson.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1028,10 +1028,10 @@ export default {
} }
.task{ .task{
width: 480px; width: 480px;
height: calc( 100vh - 600px); height: 300px;
position: absolute; position: absolute;
top: 130px; top: 160px;
left: 290px; left: 435px;
} }
.tools-box{ .tools-box{
width:250px; width:250px;

View File

@ -504,7 +504,7 @@
font-weight: bold; font-weight: bold;
width:20px; width:20px;
height:20px; height:20px;
background:#0ABFB5cc; background:#0a43bfcc;
line-height:20px; line-height:20px;
text-align:center; text-align:center;
} }

View File

@ -415,12 +415,12 @@ export default {
<style scoped> <style scoped>
.marklistbox{ .marklistbox{
width:525px; width:434px;
height:735px; height:700px;
position: fixed; position: fixed;
top: 50%; top: 50%;
left: 20px; left: 20px;
background-image: url(/img/person.png); background-image: url(/img/pingyiperson.png);
background-size:100% 100%; background-size:100% 100%;
transform: translate(0,-50%); transform: translate(0,-50%);
z-index: 2000; z-index: 2000;
@ -441,13 +441,13 @@ export default {
height: calc(100% - 140px); height: calc(100% - 140px);
overflow: auto; overflow: auto;
margin-left: 3%; margin-left: 3%;
border-bottom: 1px solid #156363; border-bottom: 1px solid #003cff2f;
margin-top: 10px; margin-top: 10px;
} }
.table-li{ .table-li{
width:100%; width:100%;
height: 70px; height: 70px;
background: #0E2320; background: #003cff2f;
margin-bottom: 10px; margin-bottom: 10px;
padding: 10px 15px; padding: 10px 15px;
font-size: 14px; font-size: 14px;

View File

@ -185,7 +185,7 @@
.box { .box {
width: 100%; width: 100%;
height: 100%; height: 100%;
background-image: url(/img/huoqing-bg.png); background-image: url(/img/goods-pingyixian.png);
background-size: 100% 100%; background-size: 100% 100%;
} }
@ -200,8 +200,8 @@
height: 45px; height: 45px;
line-height: 45px; line-height: 45px;
color: #fff; color: #fff;
text-indent: 30px; text-align: center;
text-align: left; font-size: 18px;
} }
.tab-container { .tab-container {

View File

@ -557,7 +557,7 @@ import axios from "axios";
font-weight: bold; font-weight: bold;
width:20px; width:20px;
height:20px; height:20px;
background:#0ABFB5cc; background:#0a43bfcc;
line-height:20px; line-height:20px;
text-align:center; text-align:center;
} }