样式修改

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{
width: 480px;
height: calc( 100vh - 600px);
height: 300px;
position: absolute;
top: 130px;
left: 290px;
top: 160px;
left: 435px;
}
.tools-box{
width:250px;

View File

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

View File

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

View File

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

View File

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