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.
 

77 lines
1.1 KiB

page{
background-color: rgb(242,242,242);
}
.info{
font-size: .6rem;
padding: 1.4rem .6rem 0 .6rem;
}
.title-header{
background-color:#fff !important;
}
.title-box{
background-color:transparent !important;
}
.title {
color: #000;
font-size: .8rem;
margin: .4rem 0;
}
.item {
background: #fff;
font-size: .7rem;
padding: .8rem .8rem .4rem .8rem;
margin-top: .6rem;
position: relative;
border-radius: .6rem;
min-height: 4rem;
}
.item-info {
color: #666;
margin: .4rem 0 .2rem 0;
}
.item-icon {
position: absolute;
right: .2rem;
top: 50%;
font-family: cursive;
transform: translate(-.2rem, -.2rem);
}
.info-content {
font-size: .7rem;
}
.info-list {
background: #fff;
font-size: .7rem;
padding: .2rem .8rem .4rem .8rem;
margin-top: .6rem;
border-radius: .6rem;
min-height: 4rem;
}
.info-column {
display: flex;
align-items: flex-start;
margin-top: .4rem;
}
.column-title {
color: #666;
white-space: nowrap;
margin-right: .2rem;
}
.green {
color: #0B898E;
}
.column-info{
overflow:auto;
width: 100%;
}