* {
    list-style: none;
    text-decoration-line: none;
}

a {
    list-style: none;
    text-decoration-line: none;
    color: black;
}

a:hover {
    border-bottom: 2px red solid;
    color: green;
}

div.container-fluid {
    width: 100%;
    height: 20px;
}

div.box>h3 {
    padding: 10px 0;
}

div.content>i {
    padding: 5px;
}

div.content>p {
    padding: 5px;
    color: #333;
}

div.content>form>button {
    margin: 10px;
}
.img_logo{
    height: 30px;
}


/* 内容背景 */
div.box {
    background-color: white;
    border-bottom: 1px #ccc solid;
    padding: 20px 0;
}

div.card {
    text-align: center;
}


.content-index{
    padding-top: 15px;
    padding-bottom: 20px;
}

.truncate-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: block;
}



/* user内容样式 */

.user-box{
    margin-top: 20px;
    padding: 20px;
    border: 1px #ccc solid;
}

div.mb-3>textarea {
    height: 300px;
    padding: 5px;
    border-radius: 10px;
}

div.mb-3>textarea:focus-visible{
    border: 1px red solid;
}

/* 这是查看博客内容的样式 */


/* 这是文章管理的样式 */
h3>a{
    color: black;
    text-decoration: none;
}

.row>a{
    border: none;
}