You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
1.7 KiB
119 lines
1.7 KiB
/* package/riskManagement/riskManagement.wxss */
|
|
.risk-management {
|
|
height: 100%;
|
|
background-image: linear-gradient(179deg, #006BE3 0%, #4E87FF 16%, #4e87ff00 93%);
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.page-bg {
|
|
position: absolute;
|
|
width: 161px;
|
|
height: 174px;
|
|
opacity: 0.61;
|
|
right: 43px;
|
|
}
|
|
|
|
.icon {
|
|
width: 61px;
|
|
height: 31.86px;
|
|
background-image: linear-gradient(0deg, #EAF2FF 5%, #2578F0 100%);
|
|
box-shadow: 0 3px 4px 1px #bfdbfa4f;
|
|
}
|
|
|
|
.icon-text {
|
|
width: 48px;
|
|
height: 17px;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.title-item {
|
|
margin-top: 50px;
|
|
width: 150px;
|
|
color: #ffffffd9;
|
|
}
|
|
|
|
.title-num {
|
|
font-size: 20px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.title-unit {
|
|
font-size: 10px;
|
|
color: #FFFFFE;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.card {
|
|
background: #FFFFFF;
|
|
box-shadow: 2px 2px 11px 0 #00000008, 0 0 4px 0 #00000012;
|
|
border-radius: 4px;
|
|
padding: 12px;
|
|
margin-top: 12px;
|
|
position: relative;
|
|
}
|
|
|
|
.card-img {
|
|
width: 18px;
|
|
height: 18px;
|
|
margin-right: 13px;
|
|
}
|
|
|
|
.card-title {
|
|
font-weight: 500;
|
|
font-size: 16px;
|
|
color: #383A3B;
|
|
}
|
|
|
|
.card-link {
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
color: #1684FF;
|
|
}
|
|
|
|
.chart {
|
|
width: 100%;
|
|
height: 195px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.list {
|
|
margin-top: 10px;
|
|
padding: 10px 7px;
|
|
background-color: #F1F7FF;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.list-title {
|
|
font-weight: 500;
|
|
font-size: 15px;
|
|
color: #1684FF;
|
|
}
|
|
|
|
.list-line {
|
|
width: 100%;
|
|
border-top: 1px solid #DAE6F6;
|
|
margin: 5px 0;
|
|
}
|
|
|
|
.list-content {
|
|
color: #31373E;
|
|
}
|
|
|
|
.content-item {
|
|
height: 72px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-evenly;
|
|
}
|
|
|
|
.content-left {
|
|
font-size: 12px;
|
|
}
|
|
|
|
.content-right {
|
|
font-size: 14px;
|
|
text-align: right;
|
|
}
|