tsg-web/src/views/Home/homePanelsLayoutXL/right/rightContent.css

86 lines
1.8 KiB
CSS

.rightContent {
font-size: 14px;
}
.rightContent .title {
width: 155px;
height: 46px;
background-image: url('../../../../assets/images/titleback.png');
background-repeat: no-repeat;
background-size: cover;
color: #fff;
padding-left: 8px ;
}
.rightContent .item {
color: #3749C7;
}
.rightContent .item > div {
width: 30%;
height: 85px;
background: inherit;
background-color: #eaf4fe;
border: none;
border-radius: 5px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
text-align: center;
}
.riverlistItem {
height: 30px;
background: linear-gradient(to right, #eaf4fe, #eaf4fe, #eaf4fe, #eaf4fe, #fff);
border-radius: 10px;
margin-top: 5px;
padding: 0 8px;
font-family: 'Arial Normal', 'Arial', sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
letter-spacing: normal;
color: #3749c7;
vertical-align: none;
text-align: center;
line-height: normal;
text-transform: none;
}
.riverlistItem .iconCircle {
border: 2px solid #000;
border-radius: 50%;
background-color: saddlebrown;
height: 8px;
width: 8px;
margin-right: 10px;
}
.riverlistItem .imgTitle {
height: 14px;
width: 14px;
margin-right: 10px;
}
.riverlistItem .blueColor {
color: #3749c7;
}
.list50 {
width: 100px;
height: 36px;
background-color: #eaf4fe;
margin-bottom: 10px;
border-radius: 5px;
}
.tooltipsRiver {
border-width: 0px;
padding: 10px;
position: absolute;
left: 34px;
top: 50%;
width: 289px;
height: 70px;
background: inherit;
background-color: #fef5cd;
border: none;
border-radius: 0px;
-moz-box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.34901961);
-webkit-box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.34901961);
box-shadow: 2px 5px 9px rgba(0, 0, 0, 0.34901961);
font-size: 14px;
color: #212121;
}