| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283 |
- /*-----------主体内容-----------*/
- body {
- background-color: #e9dfc7;
- }
- .container {
- padding: 2em 1em 1.5em;
- }
- .Content h4 {
- font-size: 20px;
- margin: 0 0 1em 0;
- padding-bottom: 5px;
- letter-spacing: 2px;
- border-bottom: solid 1px #736357
- }
- p {
- text-indent: 2em;
- font-size: 18px;
- text-align: justify;
- line-height: 23px;
- padding-bottom: 5px;
- }
- .page_btn {
- width: 80%;
- margin: 0 auto;
- padding-top: 1em;
- padding-bottom: 3em;
- }
- .btn-prev,
- .btn-next {
- width: 49%;
- text-align: center;
- height: 40px;
- background: #000;
- color: #F8F8F8;
- border-radius: 8px;
- margin-bottom: 20px;
- }
- /*-----------主体内容 end-----------*/
- /*-----------顶部nav-----------*/
- .nav-top {
- position: fixed;
- top: 0px;
- width: 100%;
- height: 50px;
- background-color: #000000;
- z-index: 100;
- }
- .nav_container {
- width: 150px;
- position: relative;
- margin-left: 8px;
- line-height: 50px;
- }
- .nav_return {
- position: absolute;
- top: 10px;
- width: 30px;
- height: 30px;
- background: url(../img/left.png);
- background-size: contain;
- }
- .nav_text {
- position: relative;
- left: 33px;
- color: #d5d5d6;
- }
- /*-----------顶部nav end-----------*/
- /*-----------顶部--目录 start-----------*/
- .top_mulu_box {
- cursor: pointer;
- position: fixed;
- z-index: 10;
- right: 0;
- left: 0;
- width: 100%;
- height: 2em;
- padding-right: 10px;
- padding-left: 10px;
- border-bottom: 0;
- display: flex;
- align-items: center;
- justify-content: flex-start;
- background: #e9dfc7;
- }
- .top_mulu_return {
- line-height: 2em;
- margin-right: 4px;
- font-size: 14px;
- }
- .top_mulu_text {
- color: #1f200e;
- font-size: 12px;
- }
- /*-----------顶部--目录 end-----------*/
- /*-----------底部导航-----------*/
- .nav-bottom {
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 70px;
- background-color: #000000;
- /* opacity: 0.9; */
- text-align: center;
- margin: 0 auto;
- z-index: 9999;
- }
- .btn-mulu,
- .btn_Aa,
- .btn-yejian {
- width: 32%;
- display: inline-block;
- color: #F8F8F8;
- }
- .mulu,
- .Aa,
- .yejian {
- width: 32px;
- margin: 0 auto;
- text-align: center;
- position: relative;
- }
- .icon_mulu {
- position: absolute;
- width: 20px;
- height: 20px;
- background: url(../img/mulu.png);
- background-size: contain;
- }
- .icon-Aa {
- position: absolute;
- width: 20px;
- height: 20px;
- background: url(../img/Aa.png);
- background-size: contain;
- }
- .icon-yejian {
- position: absolute;
- width: 20px;
- height: 20px;
- background: url(../img/yejian.png);
- background-size: contain;
- }
- .text_mulu,
- .text_Aa,
- .text_yejian {
- position: absolute;
- top: 23px;
- font-size: 11px;
- }
- /*-----------底部导航 end-----------*/
- /*-----------字体功能栏-----------*/
- .fontPop {
- position: fixed;
- bottom: 70px;
- width: 100%;
- height: 130px;
- background-color: #000000;
- color: #F8F8F8;
- font-size: 15px;
- z-index: 10005;
- }
- .fontSize,
- .fontBk {
- position: relative;
- height: 55px;
- line-height: 55px;
- }
- .btnBig,
- .btnSmall {
- width: 90px;
- height: 25px;
- margin: 0 15px;
- background: none;
- border: 1px #8c8c8c solid;
- color: #F8F8F8;
- border-radius: 15px;
- z-index: 10006;
- }
- .bkColor {
- position: relative;
- display: inline-block;
- margin: 0 20px;
- top: 8px;
- }
- .bk-container {
- display: inline-block;
- margin: 0 5px;
- background-size: contain;
- width: 25px;
- height: 25px;
- border: 1px #8C8C8C solid;
- border-radius: 15px;
- }
- .bk-container-current {
- position: relative;
- top: -3px;
- left: -2px;
- width: 25px;
- height: 25px;
- border: 2px #00A5F6 solid;
- border-radius: 15px;
- z-index: 10000;
- }
- .bk-container span {
- display: none;
- position: absolute;
- top: 15px;
- font-size: 12px;
- }
- /*-----------字体功能栏 end-----------*/
- .index-img{
- width: 100%;
- height:100%;
- }
- /*-----------图片样式 start----------*/
- .my-img {
- width: 100%;
- margin: 0 auto;
- border: 2px #00A5F6 solid;
- }
- /*-----------图片样式 end----------*/
- /*-----------目录栏 start-----------*/
- .muluBox {
- position: fixed;
- bottom: 70px;
- width: 100%;
- height: 100%;
- z-index: 900;
- }
- .muluMask {
- width: 100%;
- background: #000;
- opacity: 0.4;
- position: absolute;
- top: 0;
- bottom: 0;
- }
- .muluCons {
- width: 100%;
- height: 80%;
- background: #e9dfc7;
- position: absolute;
- bottom: 0;
- }
- .list-li-a{
- text-align: left;
- }
- /*-----------目录栏 end-----------*/
|