123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- @font-face
- {
- font-family: LiSu;
- src: url('../font/SIMLI.TTF');
- }
- .fontLiSu {
- font-family: 'LiSu';
- }
- .colorc {
- color:#38290F;
- }
- .color2 {
- color:#9D3323;
- }
- .centerc {
- text-align:center;
- font-size:20px;
- line-height: 30px;
- height:100%;
- }
- img {
- max-width:100%;
- }
- button {
- background:none;
- outline:none;
- border:none;
- }
- .flexc {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .flexc-column {
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- }
- .btnc {
- width:22vh;
- height:22vh;
- line-height: 22vh;
- font-size:4.8vh;
- margin-top:20px;
- }
- .start-btn {
- background:url(../img/btn-bg1.png)center/18vh no-repeat;
- }
- .again-btn {
- background:url(../img/btn-bg1.png)center/18vh no-repeat;
- }
- .over-btn {
- background:url(../img/btn-bg2.png)center/18vh no-repeat;
- }
- .game {
- position:absolute;
- z-index:9999;
- width:100%;
- height:100%;
- overflow: hidden;
- }
- .bg {
- /* background:url(../img/bg.jpg)center 100% no-repeat; */
- }
- .center-bg {
- background: url(../img/cener-bg.jpg)center 100% no-repeat;
- }
- .game-container {
- position:relative;
- width:80%;
- height:80%;
-
- }
- .game-container .close-game {
- position: absolute;
- top: -16px;
- right: -14px;
- display: block;
- width: 30px;
- height: 30px;
- background: #38290F;
- border-radius: 15px;
- color: #EDDABA;
- font-size: 30px;
- text-align: center;
- line-height: 30px;
- }
- .game-container .start {
- width:100%;
- height:100%;
- }
- .game-container .left-title {
- width:16%;
- /* border:2px dashed rgb(39, 25, 14,0.16); */
- margin-right:6%;
- }
- .game-container .right-info {
- font-size:16px;
- line-height: 28px;
- color:#38290F;
- text-align:center;
- }
- .game-container .right-info {
- width:60%;
- }
- .game-container .right-info span {
- color:#9D3323;
- }
- .game-container .right-info .start-btn {
- font-size:16px;
- color:#9D3323;
- }
- .game-container .process .top-img {
- position:absolute;
- left:0;
- top:0;
- width:16%;
- /* border:1px dashed rgba(39, 25, 14,0.16); */
-
- }
- .game-container .process .topic {
- width:60%;
- margin-top:10%;
- }
- .game-container .process .topic .question {
- font-size:18px;
- line-height: 24px;
- }
- .game-container .process .topic .answer {
- width:100%;
- margin-top:10px;
- }
- .game-container .process .topic .answer ul li {
- line-height:20px;
- margin-bottom:5px;
- font-size:16px;
- }
- .game-container .process .topic .answer ul li:hover {
- border-bottom:1px solid #A58E65;
- color:#9D3323;
- }
- .game-container .process .topic .answer ul li.active {
- border-bottom:1px solid #A58E65;
- }
- .game-container .process .topic .answer ul li.correct::after {
- content: '√';
- color:#9D3323;
- margin-left:1em;
- }
- .game-container .process .topic .answer ul li.wrong::after {
- content:'×';
- color:#9D3323;
- margin-left:1em;
- }
- .game-container .process .next-btn {
- width: 18vh;
- height: 18vh;
- line-height: 18vh;
- position: absolute;
- right: 10%;
- bottom: 5%;
- font-size: 18px;
- background: url(../img/btn-bg1.png)center/100% no-repeat;
- text-align: center;
- }
- .pc {
- display:none;
- }
- .wap {
- display:block;
- }
- @media screen and (max-width:600px) {
- .btnc {
- width:22vw;
- height:22vw;
- line-height: 22vw;
- margin-top:0;
- font-size:4.8vw;
- }
- .start-btn {
- background:url(../img/btn-bg1.png)center/18vw no-repeat;
- }
- .again-btn {
- background:url(../img/btn-bg1.png)center/18vw no-repeat;
- }
- .over-btn {
- background:url(../img/btn-bg2.png)center/18vw no-repeat;
- }
- .centerc {
- font-size:5.5vw;
- line-height: 9.2vw;
- justify-content: flex-start;
- }
- .centerc p {
- margin-top:23vw;
- margin-bottom:32vw;
- }
- .bg {
- /* background: url(../img/wapbg.jpg)center no-repeat; */
- /* background:#38290fcc;
- background-size:cover; */
- }
- .center-bg {
- background: url(../img/wapcenter-bg.jpg)center 100% no-repeat;
- background-size:cover;
- }
- .game-container {
- width:88.8vw;
- height:149vw;
-
- }
- .game-container .close-game {
- width:8.5vw;
- height:8.5vw;
- line-height: 8.5vw;
- font-size:6vw;
- right:-4vw;
- top:-4vw;
- }
- .game-container .start {
- flex-direction: column;
- }
- .game-container .left-title {
- width:42.7%;
- height:auto;
- border-width:1px;
- margin-right:4vw;
- }
- .game-container .right-info {
- width:70%;
- font-size:3.2vw;
- line-height: 7vw;
- }
- .game-container .right-info .start-btn {
- position:relative;
- font-size:6vw;
- width:30.5vw;
- height:30.5vw;
- line-height: 30.5vw;
- background-size:23.5vw;
- }
- .game-container .right-info .start-btn::after {
- content:'';
- display:block;
- width:23.5vw;
- height:23.5vw;
- position:absolute;
- }
- .game-container .process .top-img {
- width:18.6vw;
- height:auto;
- position:relative;
- border:1px dashed rgba(39, 25, 14,0.16);
- margin-top:5.7vw;
- }
- .game-container .process .topic {
- width:66.6vw;
- margin-top:5.7vw;
- }
- .game-container .process .topic .question {
- font-size:4.1vw;
- line-height: 7vw;
- }
- .game-container .process .topic .answer {
- width:88%;
- margin:11vw auto 0;
- }
- .game-container .process .topic .answer ul li {
- line-height:6.3vw;
- margin-bottom:2vw;
- font-size:4vw;
- }
- .game-container .process .topic .answer ul li.active {
- border-bottom:1px solid #A58E65;
- }
- .game-container .process .topic .answer ul li.correct::after {
- content: '√';
- color:#9D3323
- }
- .game-container .process .topic .answer ul li.wrong::after {
- content:'×';
- color:#9D3323
- }
- .game-container .process .next-btn {
- width:14vw;
- height:14vw;
- line-height: 14vw;
- position:absolute;
- right:5.9vw;
- bottom:5.1vw;
- font-size:4.3vw;
- background:url(../img/btn-bg1.png)center/100% no-repeat;
- }
- }
|