Skip to content
info-home.css 1.9 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
/* ==========================================================================
Main page styles
========================================================================== */

/* wait autoprefixer update to allow simple generation of high pixel density media query */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (                min-resolution: 192dpi), only screen and (                min-resolution: 2dppx) {

}

p {
    margin: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center
}
.flex-item > p{
    margin: 10px 0;
}

.leftDiv {
    padding-right: 10px
}

.leftDiv-container {
    border: 1px solid #ddd;
}

.rightDiv {
    border: 1px solid #ddd;
    padding: 10px !important;
}

.rightDiv > p {
    padding: 10px;
}

.rightDiv > p > span {
    float: right;
}

.main-color-font {
    color: #6097b7;
    font-size: 20px;
}
/*我的关注*/
.follow {
    padding: 5px;
    position: relative;
}

.follow-container {
    border: 1px solid #ddd;
}

.follow-title {
    border-bottom: 1px solid #ddd;
    padding: 10px 5px;
    background-color: #eee;
}

.height-150 {
    height: 150px;
}

.container-top {
    height: 75px;
    padding: 10px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.container-bottom {
    height: 75px;
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}
.margin-0-10{
    margin: 0 10px;
}
.calcle-follow{
    position: absolute;
    top: 15px;
    right: 15px;
}
.chart-font{
    font-size: 12px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(10%,-50%);
}
:host ::ng-deep  .ant-tag{
    height: 16px;
    vertical-align: middle;
}