wdyw.css 3.63 KB
.central_area {
    min-height:calc(100vh - 190px);
    margin-top: 20px;
    color: #4A4A4A;
}
.navigation_crumbs {
    height: 45px;
}
.perinfo {
    height: 140px;
    padding: 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
}
.perinfo_left{
    float: left;
}
.perinfo_left ul li {
    font-size: 16px;
    color: #6D7278;
}
.perinfo_left ul li:first-child{
    margin-top: 7px;
    color: #4A4A4A;
}
.perinfo_left ul li:first-child span{
    font-size: 18px;
}
.perinfo_left ul li:first-child p {
    font-size: 18px;
}
.perinfo_left img {
    width: 80px;
    height: 80px;
    float: left;
}
.perinfo_left ul {
    float: left;
    margin-left: 20px;
    margin-top: 5px;
}
.perinfo_left ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.perinfo_left ul li p{
    display: inline-block;
}
.perinfo button {
    float: right;
    margin-right: 70px;
    margin-top: 10px;
    width: 140px;
    height: 42px;
    position: relative;
}
.perinfo button a {
    color: #FFFFFF;
    display: block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    position: absolute;
    left: 0;
    top: 0;
}
.perinfo button a:hover {
    color: #FFFFFF;
}
.my_appointment {
    color: #5FB878;
    border: 2px solid#5FB878;
    font-size: 20px;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    margin-left: 20%;
    margin-top: 10px;
}
.my_appointment:hover {
    color: #f46143;
    border-color: #f46143;
}
.time {
    float: right;
    margin-top: 20px;
}
/* ---------------------------------- */
.business_titleList {
    width: 1220px;
    margin: 20px auto;
    font-size: 0;
}
.business_titleList li {
    width: 25%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.business_titleList li a {
    display: block;
    height: 80px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.business_titleList li p:nth-child(1) {
    font-size: 18px;
    margin-top: 15px;
}
.itemTitleActive {
    border-color: #0091FF!important;
}
/* ---------------预约列表------------------- */
.contentBox {
    width: 1200px;
    margin: 0 auto;
}
.appintmentList li {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    padding-top: 20px;
    cursor: pointer;
}
.appintmentList li .state{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 60px;
    margin-right: 20px;
}
.appintmentList li div {
    display: inline-block;
    position: relative;
    top: 12px;
    margin-right: 50px;
}
.business_name  h5{
   font-size: 16px;
   font-weight: 600; 
}

.handle {
    color: #0091FF;
    float: right;
    margin-top: 26px;
    cursor: pointer;
}
.delete {
    color: red;
    float: right;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 26px;
}
.delete:hover {
    color: red;
}
.handle:hover {
    color: #0091FF;
}
#page {
    text-align: center;
    margin-top: 25px;
}
/*------------正在填写------------- */
.tobeSubmit {
    background-color: rgba(129, 211, 248, 1);
}
/*------------资料审核------------- */
.dataReview {
    background-color: #5FB878;
}
/*------------缴费------------- */
.pay {
    background-color: #01AAED;
}
/*------------退回------------- */
.return {
    background-color: #FFB800;
}
/*------------驳回------------- */
.reject {
    background-color: #FF5722;
}
/*------------办理成功------------- */
.success {
    background-color: #009688;
}
.business_name {
    width: 330px;
}