123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- .paper {
- font-family: 'Times New Roman', 'SimSun' !important;
- font-size: 0.24rem !important;
- }
- .paper .title-head {
- width: 100%;
- margin-bottom: 0.26rem;
- }
- .paper .title-head .title {
- height: 0.8rem;
- display: -webkit-box;
- display: -moz-box;
- display: -ms-flexbox;
- display: -webkit-flex;
- display: flex;
- justify-content: center;
- -webkit-justify-content: center;
- justify-content: center;
- -moz-box-pack: center;
- -webkit-box-pack: center;
- box-pack: center;
- -webkit-align-items: center;
- -moz-box-align: center;
- -webkit-box-align: center;
- align-items: center;
- }
- .paper .title-head .title .title-text {
- width: 85%;
- height: 0.5rem;
- font-size: 0.3rem;
- color: #003b86;
- text-align: center;
- line-height: 0.5rem;
- font-weight: bold;
- background-color: #fff;
- border-radius: 0.24rem;
- }
- .paper .title-head .title-bottom {
- padding: 0.1rem 0;
- background-color: #e7f2ff;
- color: #003b86;
- text-align: center;
- line-height: 0.36rem;
- font-weight: bold;
- border-radius: 0 0 0.24rem 0.24rem;
- }
- .paper .content {
- padding: 0 0.44rem 0.5rem;
- }
- .paper .content .modular .modular-title {
- height: 0.66rem;
- padding-right: 0.34rem;
- display: inline-block;
- font-size: 0.28rem;
- color: #fff;
- font-weight: bold;
- line-height: 0.68rem;
- padding-left: 0.18rem;
- box-sizing: border-box;
- margin-bottom: 0.24rem;
- background-color: #003b86;
- border-radius: 0.3rem;
- position: relative;
- }
- .paper .content .modular .modular-title img {
- width: 0.7rem;
- position: absolute;
- right: -0.4rem;
- bottom: 0.01rem;
- }
- .paper .content .modular .unit-block {
- margin-bottom: 0.16rem;
- }
- .paper .content .modular .unit-block .unit-title {
- display: inline-block;
- height: 0.52rem;
- margin-bottom: 0.16rem;
- background-color: #003b86;
- border-radius: 0.3rem;
- font-size: 0.32rem;
- line-height: 0.52rem;
- color: #fff;
- position: relative;
- }
- .paper .content .modular .unit-block .unit-title img {
- width: 0.44rem;
- position: absolute;
- top: 0.06rem;
- left: 0.1rem;
- }
- .paper .content .modular .unit-block .unit-title span {
- padding-left: 0.48rem;
- padding-right: 0.16rem;
- }
- .paper .content .modular .unit-block .b-title {
- font-size: 0.28rem;
- font-weight: bold;
- }
- .paper .content .modular .unit-block .word-block {
- border: 0.02rem dashed #003b86;
- background-color: #f1f7ff;
- border-radius: 0.16rem;
- padding: 0.24rem 0.16rem 0.16rem;
- margin-bottom: 0.16rem;
- }
- .paper .content .modular .unit-block .word-block .word-type {
- font-size: 0.28rem;
- font-weight: bold;
- color: #003b86;
- margin-bottom: 0.1rem;
- }
- .paper .content .modular .unit-block .word-block .word {
- font-size: 0.28rem;
- line-height: 0.38rem;
- }
- .paper .content .modular .unit-block .word-block .word > span {
- display: inline-block;
- margin-right: 0.1rem;
- position: relative;
- }
- .paper .content .modular .unit-block .type-block .type-title {
- display: inline-block;
- height: 0.52rem;
- font-size: 0.28rem;
- line-height: 0.48rem;
- color: #003b86;
- box-sizing: border-box;
- border-radius: 0.3rem;
- border: 0.02rem solid #003b86;
- padding: 0 0.16rem 0 0.68rem;
- position: relative;
- margin-bottom: 0.24rem;
- }
- .paper .content .modular .unit-block .type-block .type-title img {
- width: 0.76rem;
- position: absolute;
- top: -0.3rem;
- left: -0.02rem;
- }
- .paper .content .modular .unit-block .type-block .type-title i {
- margin-right: 0.16rem;
- }
- .paper .content .modular .word-table {
- border-right: 0.02rem solid #003b86;
- border-bottom: 0.02rem solid #003b86;
- width: 100%;
- font-size: 0.24rem;
- }
- .paper .content .modular .word-table tr td {
- border-left: 0.02rem solid #003b86;
- border-top: 0.02rem solid #003b86;
- padding: 0.16rem 0.1rem;
- }
- .paper .content .modular .word-table tr td:nth-child(1) {
- padding-left: 0.16rem;
- }
- .paper .content .modular .word-table .word-table-left .word {
- margin-bottom: 0.16rem;
- position: relative;
- }
- .paper .content .modular .word-table .word-table-left .word > i {
- display: inline-block;
- width: 0.26rem;
- height: 0.26rem;
- line-height: 0.28rem;
- text-align: center;
- border: 0.02rem solid #003b86;
- border-radius: 50%;
- color: #003b86;
- }
- .paper .content .modular .word-table .word-table-left .word > span {
- font-size: 0.32rem;
- font-weight: bold;
- color: #003b86;
- margin-right: 0.1rem;
- position: relative;
- }
- .paper .content .modular .word-table .word-table-left .word > span .float-frame {
- font-weight: normal;
- color: #000;
- }
- .paper .content .modular .word-table .word-table-left p {
- line-height: 0.44rem;
- }
- .paper .content .modular .word-table .word-table-right .from {
- line-height: 0.38rem;
- }
- .paper .content .modular .word-table .word-table-right .from .from-lable {
- font-size: 0.22rem;
- font-weight: bold;
- color: #003b86;
- margin-right: 0.1rem;
- word-break: keep-all;
- }
- .paper .content .modular .word-table .word-table-right .from .from-txt {
- display: inline;
- }
- .paper .content .modular .word-table .word-table-right .from:nth-child(1) {
- margin-bottom: 0.02rem;
- }
- .paper .content .explain {
- margin-top: 0.3rem;
- }
- .paper .float-frame {
- width: max-content;
- height: 0.7rem;
- line-height: 0.7rem;
- background-color: #d6fffa;
- box-shadow: 0.1rem 0.1rem 0.1rem #999;
- border-radius: 0.16rem;
- font-size: 0.32rem;
- padding: 0 0.2rem;
- position: absolute;
- top: 0.4rem;
- left: -0.02rem;
- z-index: 1;
- display: none;
- }
- .paper .float-frame .icon-xiaolaba {
- margin-right: 0.2rem;
- }
- .paper .float-frame .icon-bofang {
- margin-left: 0.2rem;
- }
- .paper .float-frame .iconfont {
- font-size: 0.34rem;
- color: #003b86;
- }
- .paper .audio-player {
- height: 1rem;
- display: none;
- }
- .paper .video-player {
- position: fixed;
- overflow: hidden;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(128, 128, 128, 0.4);
- z-index: 999;
- display: none;
- }
- .paper .video-player video {
- width: 6.5rem;
- height: 3.5rem;
- position: absolute;
- top: 50%;
- left: 50%;
- margin-top: -1.75rem;
- margin-left: -3.25rem;
- }
- .paper .video-player .close {
- position: absolute;
- font-size: 0.6rem;
- right: 3%;
- top: 30%;
- color: #333;
- }
|