123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- section,strong,p,br,img,span{
- visibility: visible
- }
- .body-box{
- max-width: 677px !important;
- padding: 20px 16px 12px 16px;
- margin-left: auto;
- margin-right: auto;
- color:#333333;
- }
- .inner{
- max-width: 677px !important;
- }
- .head{
- font-size: 22px;
- line-height: 1.4;
- margin-bottom: 14px;
- }
- .title {
- display: flex;
- align-items: flex-end;
- visibility: visible;
- }
- .num-left {
- width: 38px;
- height: 38px;
- background-color: rgb(185, 7, 12);
- margin-right: 9px;
- visibility: visible;
- text-align: center;
- font-size: 18px;
- color: rgb(255, 224, 171);
- line-height: 38px;
- }
- .num-right{
- flex: 1 1 0%;
- }
- .title-text{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- text-align: justify;
- }
- .hori{
- width: 100%;
- height: 1px;
- background-color: rgb(190, 70, 70);
- margin-top: 2px;
- margin-bottom: 5px;
- }
- p{
- white-space: normal;
- margin:8px 0;
- padding:0;
- }
- .imgSt{
- text-align: center;
- white-space: normal;
- visibility: visible !important;
- /* width: 677px !important; */
- width:100%;
- height: auto !important;
- }
- .text{
- width:100%;
- font-size: 14px;
- color: rgb(136, 136, 136);
- word-wrap: break-word!important;
- text-align:justify;
- }
- .box{
- margin: 10px auto;
- }
- .container{
- border-width: 1px;
- border-style: solid;
- border-color: rgb(102, 105, 169);
- padding-bottom: 25px;
- padding-left: 25px;
- font-family: 微软雅黑, "Microsoft YaHei";
- }
- .box-title{
- width: 260px;
- letter-spacing: 1.5px;
- text-align: left;
- margin-top: 10px;
- font-size: 16px;
- border-bottom: 4px solid rgb(102, 105, 169);
- padding-bottom: 3px;
- }
- .container-text{
- margin-top: 15px;
- text-align: justify;
- line-height: 1.75em;
- letter-spacing: 1.5px;
- font-size: 14px;
- }
- .title-common{
- text-decoration: underline;
- text-decoration-color: rgb(79, 129, 189);
- }
- .sagaMess{
- padding: 30px 25px 40px;
- border-radius: 7px;
- background-color: rgb(242, 246, 255);
- }
- .mess-box{
- padding: 20px;
- border-radius: 20px;
- box-shadow: rgb(169 187 223 / 45%) 6px 6px 8px, rgb(255 255 255) -2.5px -2.5px 5px;
- }
- .mess-text{
- text-align: justify;
- line-height: 1.75em;
- letter-spacing: 1.5px;
- font-size: 14px;
- color: #6f85ac;
- background: transparent;
- }
- .underL{
- text-decoration: underline;
- text-decoration-color: #4f81bd;
- }
|