﻿ 

   

/* 首页样式 */
#home {
    /*  background-color: #ecf0f1;*/
    padding: 50px 0;
    margin-top: 10px;
    text-align: center;
}

.profile-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 30px;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

  .profile-img:hover {
        transform: scale(1.05);
   }

.name {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #2c3e50;
}

.title {
    font-size: 1.3em;
    color: #7f8c8d;
    margin-bottom: 20px;
}


.quick-links {
    display: flex;
    margin-top: 40px;
    background: #E5F3FE;
    flex-wrap: wrap;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px;
    line-height: 1.6;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

    .quick-links a {
        display:block;
        margin:10px; 
        text-align: center;
        font-size: 13px;
       color:dodgerblue;
        width: 26%;
        box-sizing: border-box;
        line-height: 1.6;
  }

   










a.edit {
    font-size: 13px
}

.section {
    padding: 60px 0;
    border-bottom: 1px solid #eee;
}

    .section:last-child {
        border-bottom: none;
    }

.section-title {
    margin-bottom: 40px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #2c3e50;
}

.navbar-toggle .icon-bar {
    color: #ffffff !important;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #3498db;
}

 

/* 页脚样式 */
footer {
    background-color: #2c3e50;
    color: white;
    padding: 30px 0;
    text-align: center;
}

/* 响应式调整 */
@media (max-width: 1025px) {
    .name {
        font-size: 2em;
    }

    .section {
        padding: 40px 0;
    }

    #home {
        padding: 40px 0;
    }
}

.zhanweifu {
    
}

/* 仅在手机屏幕下生效 (768px 是 Bootstrap 3 的临界点) */
@media (max-width: 767px) {
    .content {
    padding:2px;
    } 
    .weibo-wrap {
     width:100% !important ;
    } 
    .zhanweifu {
        height:5px;
    }
}
