云际记账深色系修改

This commit is contained in:
jhnine 2023-01-04 16:25:10 +08:00
parent 4d82a36a1a
commit 6bdadc2992
5 changed files with 16 additions and 12 deletions

View File

@ -13,8 +13,8 @@
<style lang="scss">
.certification{
width: 100%;
height: 600px;
background: url('../../assets/cert_bg.png') center no-repeat;
height: 750px;
background: url('../../assets/cert_bg.png') white center no-repeat;
background-size: auto 100%;
text-align: center;
padding-top: 120px;

View File

@ -353,9 +353,9 @@ span.title-tips {
padding: 6px;
}
}
&:hover, &:focus {
background-color: var(--buttonInfoHoverBgC);
}
// &:hover, &:focus {
// background-color: var(--buttonInfoHoverBgC);
// }
}
.el-pagination__jump, .el-pagination__total {
color: var(--paginationColor);

View File

@ -52,7 +52,7 @@ $menuBg-jcceDark:inherit;
--buttonDefaultColor: #666666; //el-button--default字体颜色
--buttonDefaultBgColor: white; //el-button--default背景色
--buttonDefaultBorderC: #DCDFE6; //el-button--default边框颜色
--buttonInfoHoverBgC: #e8f4ff; //el-button 鼠标浮上背景色
// --buttonInfoHoverBgC: #46a6ff; //el-button 鼠标浮上背景色
--paginationColor: #606266; // el-pagination字体颜色
--isLightBgColor: #F7F7F7; // el-alert背景颜色
--isLightColor: #999999; // el-alert字体颜色
@ -105,6 +105,8 @@ $menuBg-jcceDark:inherit;
--functionOverviewInfoBgC: #F7F7F7; // 函数概览背景颜色
--functionOverviewInfoC: #505879; // 函数概览字体颜色
--blockListMoney: #dfebf7; // 云际记账-合同交易总金额 背景颜色
}
// 深色系
@ -130,7 +132,7 @@ $menuBg-jcceDark:inherit;
--buttonDefaultColor: white; //el-button--default字体颜色
--buttonDefaultBgColor: rgba(255,255,255,0.1); //el-button--default背景色
--buttonDefaultBorderC: rgba(255,255,255,0.01); //el-button--default边框颜色
--buttonInfoHoverBgC: rgba(0,0,0,0.09); //el-button 鼠标浮上背景色
// --buttonInfoHoverBgC: rgba(0,0,0,0.09); //el-button 鼠标浮上背景色
--paginationColor: #FFFFFF; // el-pagination字体颜色
--isLightBgColor: rgba(247, 247, 247, 0.1); // el-alert背景颜色
--isLightColor: #FFFFFF; // el-alert字体颜色
@ -183,6 +185,8 @@ $menuBg-jcceDark:inherit;
--functionOverviewInfoBgC: #f7f7f73d; // 函数概览背景颜色
--functionOverviewInfoC: #FFFFFF; // 函数概览字体颜色
--blockListMoney: #2d4154; // 云际记账-合同交易总金额 背景颜色
}
:export {

View File

@ -237,7 +237,7 @@ export default {
.money{
width: 290px;
height: 290px;
border: 30px solid #dfebf7;
border: 30px solid var(--blockListMoney);
background: linear-gradient(90deg, #21B8AF 0%, #3182CE 100%);
box-shadow: 0px 10px 26px 5px rgb(52 72 90 / 20%);
border-radius: 50%;
@ -269,7 +269,7 @@ export default {
.certification{
width: 100%;
height: 750px;
background: url('../../assets/cert_bg.png') center no-repeat;
background: url('../../assets/cert_bg.png') white center no-repeat;
background-size: auto 100%;
text-align: center;
padding-top: 130px;

View File

@ -19,7 +19,7 @@
tooltip-effect="dark"
/>
</el-card>
<el-dialog :close-on-click-modal="false" width="70%" title="交易证书" :visible.sync="dialogCertVisible">
<el-dialog :close-on-click-modal="false" width="40%" title="交易证书" :visible.sync="dialogCertVisible">
<div class="certification">
<p>兹证明<br>
申请人 {{ certificationData.buyerName }} {{ new Date(certificationData.transTime).toLocaleString() }} 通过 {{ certificationData.sellerName }} 平台提交了以下电子数据及信息
@ -80,8 +80,8 @@ export default {
<style lang="scss">
.certification{
width: 100%;
height: 600px;
background: url('../../assets/cert_bg.png') center no-repeat;
height: 750px;
background: url('../../assets/cert_bg.png') white center no-repeat;
background-size: auto 100%;
text-align: center;
padding-top: 120px;