block.css 2.5 KB
ul li {
    list-style: none;
}

.package-status {
    padding: 18px 0 0 0
}

.package-status .status-box {
    position: relative;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.package-status .status-list {
    overflow-y: auto;
    height: 200%;
    margin: 0;
    padding: 0;
    margin-top: -5px;
    padding-left: 30%;
    list-style: none;
}

.package-status .status-list>li {
    height: auto;
    width: 95%;
    border-left: 1px dashed rgba(29, 29, 29, 0.5);
    /* border-left: 2px solid #0278D8; */
    text-align: left;
}

.package-status .status-list>li:not(:first-child):before {
    content: '';
    background-image: url(../../../../assets/images/logos/right/list.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background-position: -5px -5px;
    margin-left: -9px;
}

.package-status .status-list>li:first-child:before {
    content: '';
    background-image: url(../../../../assets/images/logos/right/right.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    background-position: -5px -7px;
    margin-left: -9px;
}

.status-list>li:first-child {
    padding-top: 5px;
}

.status-list>li:not(:first-child) {
    padding-top: 20px;
}

.status-list>li:not(:first-child) span {
    display: none;
}

.status-list>li:first-child span {
    background-color: #30363e;
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
    width: 95px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.status-list>li:not(:first-child) .cert {
    display: none;
}

.status-list>li:first-child .cert {
    display: block;
}

.status-content-before {
    height: 23px;
    line-height: 17px;
    text-align: left;
    margin-left: 25px;
    margin-top: -20px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(29, 29, 29, 1);
}

.status-time-before {
    text-align: left;
    margin-left: 25px;
    font-size: 12px;
    color: #1D1D1D;
    margin-bottom: 5px;
}

.status-a {
    display: block;
    text-align: left;
    margin-left: 25px;
    font-size: 12px;
    color: #0278D8;
    cursor: pointer;
}

button {
    width: 20%;
    height: 31px;
    line-height: 31px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border-radius: 6px;
    color: #0278D8;
    border: 1px solid #0278D8;
    background-color: #e9e9e9;
}