修改样式

This commit is contained in:
杨家亮 2025-04-07 09:02:21 +08:00
parent 0a692147f7
commit 80ea8ec450
2 changed files with 16 additions and 6 deletions

View File

@ -14,6 +14,11 @@
</head>
<style type="text/css">
input[type="date"] {
background-color: rgba(0,0,0,0);
color: #ffffff;
font-size: .175rem;
}
img {
width: 100%;
height: 100%;
@ -92,10 +97,14 @@
right: 4px;
}
input[type="date"] {
input[type="date"] {
background-color: rgba(0,0,0,0);
color: #ffffff;
font-size: .175rem;
}
input[type="date"]::-webkit-calendar-picker-indicator {
filter: invert(1);
}
</style>
<script src="../res/indexv2/assets/js/swiper-bundle.min.js"></script>
<body class="t-main1">
@ -110,19 +119,19 @@
</div>
<div class="t-xmtj flex-row">
<div class="t-xmtj-box flex-column flex-item-center">
<div class="t-xmtj-box-val " ><span class="color1" id="allperson"></span><span style="font-size:20px;color:#d7d7d7;">人</span></div>
<div class="t-xmtj-box-val " ><span class="color1" id="allperson"></span><span style="font-size:.25rem;color:#d7d7d7;">人</span></div>
<div class="t-xmtj-box-lab">
<asp:Literal runat="server" Text="现场人数" />
</div>
</div>
<div class="t-xmtj-box flex-column flex-item-center">
<div class="t-xmtj-box-val" ><span class="color2" id="managePerson"></span><span style="font-size:20px;color:#d7d7d7;">人</span></div>
<div class="t-xmtj-box-val" ><span class="color2" id="managePerson"></span><span style="font-size:.25rem;color:#d7d7d7;">人</span></div>
<div class="t-xmtj-box-lab">
<asp:Literal runat="server" Text="管理人员" />
</div>
</div>
<div class="t-xmtj-box flex-column flex-item-center">
<div class="t-xmtj-box-val " ><span class="color3" id="workerPerson"></span><span style="font-size:20px;color:#d7d7d7;">人</span></div>
<div class="t-xmtj-box-val " ><span class="color3" id="workerPerson"></span><span style="font-size:.25rem;color:#d7d7d7;">人</span></div>
<div class="t-xmtj-box-lab">
<asp:Literal runat="server" Text="作业人员" />
</div>
@ -426,7 +435,7 @@
rotate: -25,
interval: 0,
textStyle: {
fontSize: resetSize(12),
fontSize: 14,
color: '#84D7FE'
}
}

View File

@ -22,6 +22,7 @@
input[type="date"] {
background-color: rgba(0,0,0,0);
color: #ffffff;
font-size: .175rem;
}
input[type="date"]::-webkit-calendar-picker-indicator {
@ -713,7 +714,7 @@
rotate: -25,
interval: 0,
textStyle: {
fontSize: resetSize(12),
fontSize: 14,
color: '#84D7FE'
}
}