.media img { width: 125px; height: 100px; } a { color: #002347; text-decoration: none; font-style: none; } a h4 { color: #002347; } a p { color: #002347; } a:hover { text-decoration: none; } .banner { width: 100%; border-radius: 4px; } .dark-mode { background-color: black; color: white; } div { box-sizing: border-box; } /* 回到顶部 */ .return-top { position: fixed; bottom: 50px; right: 30px; } .return-top img { width: 40px; height: 40px; } /* 回到顶部结束 */ /* 标签开始 */ .text { width: 75%; margin: 0 auto; font-size: 30px; margin: 20px auto; font-family: 'KaiTi'; } .text h1 { text-align: center; margin-bottom: 20px; position: relative; } .zhuye { float: left; margin-left: 66px; font-size: 17px; } .editor { background: rgba(255, 255, 255, 0.68); margin: 0px auto; width: 75%; border: 2px solid rgba(255, 255, 255, 0.68); border-radius: 4px; } .editor-wrap { justify-content: center; margin: 90px auto; width: 100%; display: flex; flex-direction: row; } .editor-area { margin-left: 10%; border-bottom: 200px; width: 60%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } /* 输入题目狂 */ .editor input { border-bottom: 2px solid #343a40; outline: 0!important; border: none; display: block; width: 100%; padding: 1em 2em .4em .3em; opacity: .8; /* transition: .3s; */ background: 0 0!important; height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 4px; } .editor button { margin: 10px auto; } /* 发布页面右侧 */ .editor-right { margin-left: 10px; margin-right: 10%; float: right; border-bottom: 200px; width: 30%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .editor-right-title1 h2, h3 { position: relative; margin-top: 10px; font-size: 20px; font-family: '微软雅黑'; text-align: center; } .editor-right-title1 h2::after { content: " "; position: absolute; -bkit-border-radius: 50%; border-radius: 50%; background: #ff5d58 !important; width: 12px; height: 12px; -webkit-box-shadow: 20px 0 #ffb528, 40px 0 #26c73d; box-shadow: 20px 0 #ffb528, 40px 0 #26c73d; top: 5px; right: 45px; } .editor-right-title1 p { margin-left: 30px; margin-bottom: 15px; margin-top: 15px; } .editor-right-fenlei { border-radius: 4px; background-color: #ebf0f0; margin: 5px 30px; } .editor-right select { outline: none; border-radius: 4px; background-color: #ebf0f0; /*margin: 5px auto;*/ /*margin-left: 20px;*/ width: 100%; height: 30px; border-color: transparent; } .editor-right-textarea-area { margin: 5px 30px; } .editor-right-textarea { outline: none; border-radius: 4px; background-color: #ebf0f0; /*margin: 5px 8%;*/ /*float: left;*/ width: 100%; height: 200px; border-color: transparent; color: var(--main-color); box-shadow: none; transition: border-color ease-in-out .15s, background ease-in-out .15s, box-shadow ease-in-out .15s, opacity ease-in-out .3s; } .editor-right-button { display: flex; justify-content: center; width: 100%; } .editor-right button { margin: 10px 10px; font-family: '微软雅黑'; font-size: 20px; width: 30%; height: 40px; border-radius: 5px; } /* 发布诗词 */ .line-post { margin-top: 20px; margin: 20px auto; width: 100px; height: 40px; } /* 详细页 */ .aritle { width: 80%; margin: 20px auto; background-color: #f5f5f5; border: 1px solid #f7fcfe; ; border-radius: 4px; box-shadow: rgb(240, 230, 230); } .aritle-top { margin-top: 5px; text-align: center; } .aritle p { position: relative; } .aritle .aritle-btn { margin-left: 10px; margin-top: 30px; text-align: center; position: relative; left: 42.5%; } /* 关于我们 */ .about-about { box-sizing: border-box; width: 100%; height: 500px; background-color: transparent; margin-top: 90px; margin-bottom: 10px; border-radius: 4px; } .about-wrap { width: 80%; margin: 5px auto; border-radius: 4px; background-color: #fff; border: 1px solid #f7fcfe; box-shadow: rgb(240, 230, 230); } .about-title { width: 100%; height: 50px; margin-top: 5px; } .about-title .about-title-text { font-size: 30px; text-align: center; color: #1e1e1e; } .about-title-text2 { font-size: 10px; text-align: center; color: #1e1e1e; } .about-mode { box-sizing: border-box; display: flex; justify-content: center; margin-bottom: 20px; } .about-mode li { margin-top: 15px; margin-left: 20px; width: 25%; height: 300px; background-color: #ebf0f0; border-radius: 4px; box-shadow: rgb(240, 230, 230); } .about-mode h1 { font-size: 30px; display: block; text-align: center; margin: 5px auto; color: #1e1e1e; font-family: '微软雅黑', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif } .about-mode p { display: block; text-align: center; } .about-mode li img { display: block; margin: 20px auto; } .about-btn { width: 80px; height: 40px; display: block; margin: 10px auto; } .top-header { height: 112px; } /* 文章列表页面 */ /* 文章页面 */ .list-wrap { margin: 20px auto; width: 80%; background-color: #e6f0e8; border-radius: 4px; box-shadow: 0, 0, 0, 0.3; } .list-area { display: flex; flex-direction: row; flex-wrap: wrap; } .list-area li { box-sizing: border-box; width: 33%; height: 200px; /* background-color: #fce7e6; */ margin: 5px auto; border-radius: 4px; background-image: url("https://img0.baidu.com/it/u=3381922033,3536353076&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=281"); } .list-area li img { width: 200px; height: 200px; border-radius: 4px; position: relative; } .icon-shiju { display: block; float: right; font-size: 200px; } /* 用户中心 */ .user-wrap { justify-content: center; margin: 115px auto; margin-bottom: 65px; width: 100%; display: flex; flex-direction: row; } .user-area { margin-right: 10px; border-bottom: 200px; width: 15%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .user { width: 100%; background: rgba(255, 255, 255, 0.68); margin: 0px auto; border: 2px solid rgba(255, 255, 255, 0.68); border-radius: 4px; } .user-list { display: flex; flex-direction: column; justify-content: center; width: 100%; color: #1e1e1e; background: rgba(255, 255, 255, 0.68); } .user-list li { color: black; font-size: 15px; display: block; text-align: center; line-height: 50px; height: 50px; width: 100%; border-radius: 4px; } .user-list a { color: #1e1e1e; } .user-list img { margin-right: 10px; width: 20px; height: 20px; } .user-list li:hover { background-color: #ebf0f0; } .user-list a:hover { text-decoration: none; } .user-right { float: right; border-bottom: 200px; width: 60%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .user-right-list { margin-top: 60px; display: flex; flex-direction: row; justify-content: center; width: 100%; } .user-right-list li { color: #1e1e1e; background-color: #ebf0f0; display: block; text-align: center; line-height: 50px; height: 80px; width: 20%; border-radius: 4px; margin: 0px 5px; margin-top: 5px; display: flex; flex-direction: column; } .user-right-list li p { font-size: 30px; color: #ff5d58; margin-bottom: 10px; } .user-right-list li:hover { text-decoration: underline; } .bg-primary { margin: 5px auto; border-radius: 10px; background-color: #ebf0f0; } .user-right-manage { margin: 10px auto; width: 83%; height: 40x; border-radius: 10px; } .user-right-manage img { width: 100%; height: 300px; border-radius: 15px; } .user-main { border-radius: 4px; font-family: '楷体'; font-size: 30px; margin: 5px auto; line-height: 100px; text-align: center; padding: 5px 5px; width: 100%; height: 100px; font-size: 20px; background-color: #ebf0f0; background-repeat: no-repeat; background-position: -100px -674px; } /* 用户诗词管理 */ .user-text-title { width: 100%; height: 40px; background-color: #ebf0f0; border-radius: 4px; } .user-text-title h2 { text-align: center; line-height: 40px; font-size: 30px; font-family: "楷体"; } .user-right-mytext { width: 90%; margin: 5px auto; } .user-right-mytext ul { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .user-right-mytext ul li { margin: 5px 5px; width: 30%; height: 100px; text-align: center; background-color: #ebf0f0; line-height: 100px; border-radius: 15px; } .user-right-mytext ul li:hover { background-color: #ff5d58; } /* 用户消息中心 */ /*.xiaoxi {*/ /* width: 100%;*/ /*}*/ /*.xiaoxi-list {*/ /* width: 100%;*/ /*}*/ /*.xiaoxi-list li {*/ /* width: 80%;*/ /* height: 60px;*/ /* background-color: #ebf0f0;*/ /* margin: 5px auto;*/ /* border-radius: 10px;*/ /* border-bottom: 1px solid black;*/ /* position: relative;*/ /*}*/ /*.xiaoxi-list li img {*/ /* width: 40px;*/ /* height: 40xp;*/ /* margin-top: 10px;*/ /* margin-right: 5px;*/ /*}*/ /*.xiaoxi-list li p {*/ /* position: absolute;*/ /* right: 10px;*/ /* bottom: 0;*/ /*}*/ .list-wrap { margin: 20px auto; width: 80%; background-color: #e6f0e8; border-radius: 15px; box-shadow: 0, 0, 0, 0.3; } .list-area { display: flex; flex-direction: row; flex-wrap: wrap; } .list-area li { box-sizing: border-box; width: 33%; height: 200px; /* background-color: #fce7e6; */ margin: 5px auto; border-radius: 15px; background-image: url("https://img0.baidu.com/it/u=3381922033,3536353076&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=281"); } .list-area li img { width: 200px; height: 200px; border-radius: 15px; position: relative; } .icon-shiju { display: block; float: right; font-size: 200px; } /* 用户中心 */ .user-wrap { justify-content: center; margin: 115px auto; margin-bottom: 65px; width: 100%; display: flex; flex-direction: row; } .user-area { margin-right: 10px; border-bottom: 200px; width: 15%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .user { width: 100%; background: rgba(255, 255, 255, 0.68); margin: 0px auto; border: 2px solid rgba(255, 255, 255, 0.68); border-radius: 15px; } .user-list { display: flex; flex-direction: column; width: 100%; background: rgba(255, 255, 255, 0.68); } .user-list li { display: block; text-align: center; line-height: 50px; height: 50px; width: 100%; border-radius: 4px; } .user-list li:hover { background-color: #ebf0f0; } .user-right { border-bottom: 200px; width: 60%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .user-right-list { display: flex; flex-direction: row; justify-content: center; width: 100%; } .user-right-list li { border-radius: 10px; background-color: #ebf0f0; display: block; text-align: center; line-height: 50px; height: 80px; width: 20%; border-radius: 4px; margin: 0px 5px; margin-top: 5px; display: flex; flex-direction: column; } .user-right-list li p { font-size: 30px; color: #ff5d58; margin-bottom: 10px; } .user-right-list li:hover { text-decoration: underline; } .bg-primary { margin: 5px auto; border-radius: 10px; background-color: #ebf0f0; } .user-right-manage { margin: 10px auto; width: 83%; height: 40x; } .user-right-manage img { width: 100%; height: 300px; border-radius: 15px; } .user-right-manage-list { font-size: 20px; display: flex; flex-direction: row; flex-wrap: nowrap; background-color: #ebf0f0; border-radius: 10px; margin: 5px auto; } .user-right-manage-list li { margin-left: 10px; margin: 5px auto; width: 40%; height: 40px; line-height: 40px; text-align: center; } .user-right-manage-list li:hover { background-color: #ff5d58; /* transition: .3s; */ } .user-right-manage-list li:visited { background-color: #ff5d58; transition: .3s; } .user-right-manage-list li:focus { background-color: #ff5d58; transition: .3s; } .user-right-airtlelist { display: flex; flex-direction: column; } .user-right-airtlelist li { font-family: "微软雅黑"; width: 100%; height: 40px; border-radius: 15px; background-color: #ebf0f0; text-align: center; line-height: 40px; margin: 2px auto; } .user-right-airtlelist li:hover { background-color: #ff5d58; } .user-right-airtlelist { float: left; overflow: hidden; display: none; width: 100%; height: 0px; } /* 用户诗词管理 */ .user-text-title { width: 100%; height: 40px; background-color: #ebf0f0; border-radius: 4px; } .user-text-title h2 { text-align: center; line-height: 40px; font-size: 30px; font-family: "楷体"; } .user-right-mytext { width: 90%; margin: 5px auto; } .user-right-mytext ul { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .user-right-mytext ul li { margin: 5px 5px; width: 30%; height: 100px; text-align: center; background-color: #ebf0f0; line-height: 100px; border-radius: 4px; } .user-right-mytext ul li:hover { background-color: #ff5d58; } /* 用户消息中心 */ .xiaoxi { width: 100%; } .xiaoxi-list { width: 100%; } .xiaoxi-list a { text-decoration: none; display: block; width: 100%; margin: 5px 0px; border-radius: 4px; border: 1px dashed #e8e8e8; position: relative; color: black; } .xiaoxi-list span { line-height: 60px; font-size: 15px; } .xiaoxi-list a:hover { background-color: #ebf0f0; text-decoration: none; color: black; } .xiaoxi-list a img { margin-left: 2%; width: 40px; height: 60px; margin-right: 5px; } .xiaoxi-list a p { position: absolute; right: 10px; bottom: 0; } /* 账号中心 */ .kuang { position: relative; width: 380px; height: 60px; border-radius: 5px; box-shadow: inset 5px 5px 10px rgba(204, 197, 197, .5), inset -5px -5px 8px rgba(204, 197, 197, .5); } .kuang input { position: absolute; top: 0; left: 20px; height: 100%; width: 300px; font-size: 18px; outline: none; border: none; background-color: transparent; } .kuang input::placeholder { color: rgba(68, 67, 67, .8); } .conceal { position: absolute; top: 15px; right: 15px; width: 30px; height: 30px; background-image: url(mima/xianshi.png); background-size: 100% 100%; cursor: pointer; } .user-manager h2 { text-align: center; font-family: "微软雅黑"; margin: 30px auto; border-bottom: 1px dashed #e8e8e8; } .user-manager p { display: block; font-size: 15px; font-family: '微软雅黑'; /* margin: 20px auto; */ margin-left: 30px; text-align: left; } .manage-input { margin: 5px 30px; } .user-manager input { font-size: 15px; border-radius: 4px; background-color: #ebf0f0; width: 100%; height: 50px; border-color: transparent; padding: 0 5px; } .user-manager button { margin: 0 auto; } .user-manager-button { margin: 10px auto; display: flex; justify-content: center; width: 100%; } .btn-manager { margin: 20px auto; width: 30%; height: 30px; font-size: 20px; } /* 文章详细列表 */ /* 文章详细列表结束 */ /* 四季分页开始 */ .season-wrap { justify-content: center; margin: 100px auto; margin-bottom: 40px; width: 100%; display: flex; flex-direction: column } .season { margin: 0 auto; /* float: right; */ border-bottom: 200px; width: 60%; /* height: 900px; */ background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .season-title { width: 100%; height: 50px; text-align: center; font-size: 30px; } .season-list { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; } .season-list li { /* display: block; */ width: 48%; background-color: #ebf0f0; margin: 5px 5px; margin-left: 10px; background: url(http://cdn.shuguangwl.com/2022/04/01/4be51add301a7.jpg); background-repeat: no-repeat; background-position: -100px -574px; box-shadow: #1e1e1e; border-radius: 4px; } .season-list li h4 { text-align: center; font-family: '楷体'; font-size: 30px; } .season-list li p { display: block; text-align: right; width: 100%; margin-bottom: 10px; } .season-list li div { margin: 5px 10px; font-family: "微软雅黑"; color: #1e1e1e; font-size: 20px; } /* 我的收藏 */ .shoucang { width: 100%; } .shocuang-list { color: black; width: 100%; } .shoucang-list li { color: black; /*width: 80%;*/ height: 60px; /*background-color: #ebf0f0;*/ margin: 5px auto; border-radius: 4px; border: 1px dashed #e8e8e8; position: relative; } .shoucang-list li:hover { /*background-color: #ffb528;*/ background-color: #ebf0f0; } .shoucang-list a:hover { /*background-color: #ffb528;*/ background-color: #ebf0f0; text-decoration: none; } .shoucang-list li img { margin-left: 2%; width: 40px; height: 60px; margin-right: 5px; } .shoucang-list li span { color: black; font-size: 15px; line-height: 60px; } .shoucang-list li p { color: black; position: absolute; right: 10px; bottom: 0; } .shoucang-btn { border-radius: 4px; width: 100%; height: 30px; } .shoucang-btn .shoucang-btn1 { width: 48%; height: 30px; } .shoucang-btn .shoucang-btn2 { width: 48%; height: 30px; } /* 收藏页面结束 */ /* 关注列表页面开始 */ .guanzhu { display: flex; flex-direction: column; justify-content: left } .guanzhu img { margin-left: 2%; width: 40px; margin-right: 5px; height: 60px; } .guanzhu a { margin: 5px auto; border: 1px dashed #e8e8e8; font-size: 15px; display: block; color: black; text-decoration: none; font-size: 15px; } /*.guanzhu li:hover {*/ /* background-color: #ebf0f0;*/ /*}*/ .guanzhu a:hover { background-color: #ebf0f0; text-decoration: none; color: black; } /* 修改文章页面 */ .xiugai-wrap { justify-content: center; margin: 20px auto; width: 100%; display: flex; flex-direction: row; } .xiugai-area { margin-left: 100px; border-bottom: 200px; width: 60%; background: rgba(255, 255, 255, 0.68); border-radius: 4px; box-shadow: 0px 0px 10px -2px rgb(158 158 158 / 20%); } .xiugai-text { text-align: center; font-size: 30px; } /* 我的文章 */ .mytext h4 { text-align: center; } .mytext { display: flex; flex-wrap: wrap; } .mytext li { margin-left: 2px; border: 2px solid #ebf0f0; text-align: left; padding: 10px 10px; width: 33%; } .mytext p { text-align: center; margin: 0 auto; } .mytext a { display: block; font-size: 10px; color: black; text-decoration: none; text-align: center; margin: 0 auto; } .mytext li img { margin-left: 8px; width: 15px; height: 15px; } .mytext li:hover { background-color: #ebf0f0; } .mytext div { display: flex; flex-direction: row; } /* 文章 */ /* 详细页 */ .aritle { width: 80%; margin: 20px auto; background-color: #f5f5f5; border: 1px solid #f7fcfe; ; border-radius: 4px; box-shadow: rgb(240, 230, 230); } .aritle-top { margin-top: 5px; text-align: center; } .aritle p { position: relative; } .aritle .aritle-btn { margin-left: 10px; margin-top: 30px; text-align: center; position: relative; left: 42.5%; } /* 文章详细列表 */ * { margin: 0; padding: 0; } .media img { width: 125px; height: 100px; } .banner { width: 100%; border-radius: 4px; } .dark-mode { background-color: black; color: white; } /* 回到顶部 */ .return-top { position: fixed; bottom: 50px; right: 30px; } .return-top img { width: 40px; height: 40px; } /* 回到顶部结束 */ /* 发布诗词 */ .line-post { margin-top: 20px; margin: 20px auto; width: 100px; height: 40px; } /* 诗人详细页 */ .aritle { width: 80%; margin: 110px auto; background-color: #f5f5f5; border: 1px solid #f7fcfe; ; border-radius: 4px; box-shadow: rgb(240, 230, 230); } .aritle-top { text-align: left; text-indent: 2em; } .aritle p { font-size: 15px; position: relative; margin: 10px 35px; } .aritle img { width: 200px; height: 250px; float: left; margin: 12px 15px 5px 36px; } /*点赞 收藏 转发*/ :root { --bg-color: #dddddd; --icon-color: #c5c5c5; --icon-chose-color: #ee1818; --icon-light-color: #fff; --icon-dark-color: #a3a2a3; } .content { float: right; display: -webkit-box; display: flex; font-size: 10px; justify-content: right; align-items: center; } .content .content_box { width: 98px; height: 88px; /* margin: 0 auto; */ } .content .content_box .quantity { font-size: 10px; /* margin: 25px; */ /* margin-top: 35px; */ /* margin: 0 auto; */ } .icon-checkbox { display: none; } .icon { flex: none; display: flex; background-color: var(--bg-color); width: 5rem; height: 5rem; margin: 1rem 1.5rem; margin-right: 33px; margin-bottom: 2px; justify-content: center; align-items: center; box-shadow: 5px 5px 14px var(--icon-dark-color), -5px -5px 14px var(--icon-light-color), 0px 0px 0px 80px var(--bg-color) inset, -10px -10px 40px var(--icon-light-color) inset, 10px 10px 25px var(--icon-dark-color) inset; border-radius: 50%; cursor: pointer; transition: all 0.3s; } .icon-checkbox:checked+.icon { box-shadow: 5px 5px 14px var(--icon-dark-color), -5px -5px 14px var(--icon-light-color), 0px 0px 0px 0px var(--bg-color) inset, 10px 10px 40px var(--icon-light-color) inset, -10px -10px 25px var(--icon-dark-color) inset; } .iconfonts { font-family: "iconfont" !important; font-size: 3rem; font-style: normal; font-weight: 900; color: var(--icon-color); transition: all 0.1s 0.3s; } .icon-checkbox:checked+.icon>.iconfonts { color: var(--icon-chose-color); text-shadow: 0px 0px 1px var(--icon-chose-color); } /* 古诗详情页*/ .poetry { width: 80%; margin: 110px auto; background-color: rgb(241 241 241 / 38%); border: 1px solid #f7fcfe; border-radius: 4px; box-shadow: rgb(240, 230, 230); position: relative; } .poetry p { font-size: 15px; position: relative; margin: 10px 35px; text-align: center; } .poetry .poetry-artile { color: #002347 } .poetry .poetry-topic { font-size: 30px; margin-top: 100px; } .poetry .poetry-content { font-size: 18px; margin-bottom: 40px; width: 300px; margin: 0 auto; word-break: break-word; text-align: center; /* word-break: break-all; */ /* word-wrap: break-word; */ /* //word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则,允许在字内换行 */ /* word-break: normal; */ } .poetry .poetry-contents { font-size: 18px; margin-bottom: 40px; width: 300px; margin: 0 auto; word-break: break-word; text-align: left; /* word-break: break-all; */ /* word-wrap: break-word; */ /* //word-break设置强行换行;normal 亚洲语言和非亚洲语言的文本规则,允许在字内换行 */ /* word-break: normal; */ } .poetry-explain { font-size: 20px; word-break: break-all; text-align: left; position: absolute; bottom: 13px; left: 100px; border-radius: 4px; background-color: #dddddd00; border: none; border-bottom: 1px solid; } /* 评论区 */ .dycontainer { width: 80%; min-height: 10px; margin: 50px auto; padding-left: 40px; } .avatary img { height: 60px; margin: 0px 20px; margin-top: 18px; } .contently { padding-top: 15px; border-top: 1px solid #dfdfdf; background-color: rgb(247 247 247); padding-left: 10px; margin-left: 12px; border-radius: 4px; } .reply { background-color: rgb(247 247 247); } .bottom>.contently { border-bottom: 1px solid #dfdfdf; } .contently-name { color: #6d757a; font-size: 12px; margin-bottom: 5px; margin-left: 10px; } .contently-article { font-size: 14px; margin-bottom: 10px; margin-left: 25px; } .contently-footer { color: #6d757a; font-size: 12px; margin-bottom: 0px; } .footer span { margin-left: 10px; } .sends { position: relative; margin-bottom: 13px; } .sends-input { outline: none; box-sizing: border-box; transition: all 0.3s; position: absolute; top: 15px; resize: none; width: 80%; height: 65px; padding: 10px; border-radius: 4px; background: #f4f5f7; border: 1px solid #e5e9ef; } .sends-input:hover, .sends-input:active { background: #fff; color: #555; } .sends-button { border: none; cursor: pointer; user-select: none; transition: all 0.3s; position: absolute; top: 15px; right: 79px; width: 65px; height: 65px; border-radius: 4px; background: #1aa2d4; color: #fff; font-size: 14px; text-align: center; } .contently-footer-timestamp { margin-right: 10px; } .sends-button:hover { background: #1eb6e3; } .check { float: right; width: 50px; height: 20px; } .reply { border: 0px; background-color: #fff; } .neirung { padding: 8px 20px; background: #fff; border: none; border-radius: 4px; width: 100%; font-size: 16px; color: #777777; border: 1px solid transparent; } .contents { /* margin-left: 20px; */ font-size: 12px; border-top: 1px solid #dfdfdf; padding-top: 15px; padding-left: 80px; } /*诗词分类*/ .shicifenlei { width: 100%; display: flex; flex-direction: column; } .shicifenlei .shiciname { border-bottom: 2px solid #343a40; outline: 0!important; border: none; display: block; width: 100%; padding: 1em 2em .4em .3em; opacity: .8; /* transition: .3s; */ background: 0 0!important; height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 4px; } .shicifenlei button { border-radius: 4px; width: 30%; height: 40px; margin: 10px auto; } .shicifenlei select { outline: none; border-radius: 4px; background-color: #ebf0f0; width: 100%; height: 40px; border-color: transparent; margin: 10px auto; } .top-top{ position: fixed; bottom: 50px; right: 0; width: 60px; height: 60px; display: flex; flex-direction: column; justify-content: center; }