You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

style.css 17 kB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'FOT-KurokaneStd-EB';
  4. font-style: normal;
  5. /*font-weight: 400;*/
  6. src: url("fonts/FOT-KurokaneStd-EB.woff2") format('woff2'),
  7. url("fonts/FOT-KurokaneStd-EB.woff") format('woff'),
  8. url("fonts/FOT-KurokaneStd-EB.ttf") format('truetype'),
  9. url("fonts/FOT-KurokaneStd-EB.eot") format('embedded-opentype'),
  10. url("fonts/FOT-KurokaneStd-EB.svg") format('svg');
  11. }
  12. body{
  13. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  14. }
  15. .display-none{
  16. display:none;
  17. }
  18. .disabled{
  19. cursor: not-allowed;
  20. pointer-events: none;
  21. opacity: 0.5;
  22. }
  23. .title{
  24. font-size: 2em;
  25. font-weight: bold;
  26. }
  27. .detail{
  28. min-height: 100px;
  29. font-size: 1.5em;
  30. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  31. }
  32. .title,.detail{
  33. width:100%;
  34. border: none;
  35. background: none;
  36. box-sizing: border-box;
  37. padding: 1px;
  38. }
  39. .title:focus,.detail:focus{
  40. border: black solid 1px;;
  41. background-color: #eee;
  42. padding: 0;
  43. }
  44. ul{
  45. margin: 0;
  46. padding: 0;
  47. list-style: none;
  48. }
  49. /*队伍的整个盒子*/
  50. .formation-box{
  51. width: 648px;
  52. min-width: 648px;
  53. }
  54. /*单个怪物*/
  55. .monster{
  56. font-family: 'FOT-KurokaneStd-EB',"Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  57. width: 100px;
  58. height: 100px;
  59. margin: 0;
  60. display: block;
  61. background-repeat: no-repeat;
  62. position: relative;
  63. cursor: pointer;
  64. border-radius: 5px;
  65. }
  66. .null .monster,.delay .monster,
  67. .null .property,.delay .property,
  68. .null .subproperty,.delay .subproperty
  69. {
  70. box-sizing: border-box;
  71. background-image: none;
  72. }
  73. .null .monster{
  74. background-color: rgba(230,230,230,0.5);
  75. border: 3px grey dashed;
  76. }
  77. .edit-box .null .monster{
  78. background-color: #653;
  79. border: none;
  80. box-shadow: inset black 0 0 7px;
  81. }
  82. .delay .monster{
  83. background-color: yellow;
  84. box-shadow: inset orange 0 0 7px;
  85. border: 3px black solid;
  86. }
  87. .delay .monster::before{
  88. display: block;
  89. width: 94px;
  90. height: 94px;
  91. color: black;
  92. font-size: 30px;
  93. line-height: 47px;
  94. text-align: center;
  95. font-weight: bold;
  96. /*content: "应 对\A威 吓";*/
  97. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  98. white-space: pre-wrap;
  99. display: inline-block;
  100. }
  101. /*怪物属性*/
  102. .property,.subproperty{
  103. position:absolute;
  104. left:0;top:0;
  105. width: 100px;
  106. height: 100px;
  107. background-repeat: no-repeat;
  108. background-image: url(images/CARDFRAME2.PNG);
  109. background-position: 100px 100px; /*默认都不显示*/
  110. }
  111. /*怪物-加值*/
  112. .monster .plus{
  113. color: yellow;
  114. font-size: 17px;
  115. line-height: 17px;
  116. text-shadow: black 0 0 1px,black 0 0 2px, black 2px 2px 0;
  117. position: absolute;
  118. left:10px;
  119. }
  120. .null .monster>div,.delay .monster>div{
  121. display:none;
  122. }
  123. .monster .plus .hp::before,
  124. .monster .plus .atk::before,
  125. .monster .plus .rcv::before,
  126. .monster .plus ._297::before{
  127. content: "+";
  128. }
  129. .monster .plus ._297{ /*297默认不显示*/
  130. display:none;
  131. }
  132. .monster .plus.has297 .hp,.monster .plus.zero .hp,
  133. .monster .plus.has297 .atk,.monster .plus.zero .atk,
  134. .monster .plus.has297 .rcv,.monster .plus.zero .rcv{ /*当是297时隐藏3维*/
  135. display:none;
  136. }
  137. .monster .plus.has297 ._297{ /*当是297时显示297*/
  138. display:block;
  139. }
  140. /*怪物-觉醒*/
  141. .monster .awoken-count{
  142. color: yellow;
  143. text-shadow: black 0 0 4px;
  144. text-align: center;
  145. background-image: url(images/awoken-count-bg.png);
  146. background-repeat: no-repeat;
  147. width: 34px;
  148. height: 38px;
  149. position: absolute;
  150. top: -4px;
  151. right: 0;
  152. transform: scale(0.75) translateX(4px);
  153. }
  154. .monster .awoken-count,
  155. .monster .awoken-count.full-awoken::before{
  156. font-size: 20px;
  157. line-height: 28px;
  158. }
  159. .monster .awoken-count.full-awoken{
  160. font-size: 0;
  161. }
  162. .monster .awoken-count.full-awoken::before{
  163. content: "★";
  164. }
  165. .monster .awoken-count.allowable-assist.full-awoken::before{
  166. content: none;
  167. }
  168. .monster .awoken-count.allowable-assist{
  169. font-size: 0;
  170. text-shadow: none;
  171. background-position: 0 -38px;
  172. }
  173. /*怪物-超觉醒*/
  174. .monster .super-awoken{
  175. position: absolute;
  176. right:0;
  177. top: 25px;
  178. transform: scale(0.75) translateX(4px);
  179. }
  180. /*怪物-等级*/
  181. .monster .level{
  182. color: white;
  183. height: 17px;
  184. text-shadow: black 0 0 2px, black 2px 2px 0;
  185. position: absolute;
  186. left: 5px;
  187. bottom: 0px;
  188. vertical-align: top;
  189. }
  190. .monster .level,.monster .level.max::before{
  191. font-size: 15px;
  192. line-height: 17px;
  193. }
  194. .monster .level.max{
  195. font-size: 0;
  196. }
  197. .monster .level._110{
  198. color: lightskyblue;
  199. }
  200. /*.monster .level::before{
  201. content: "Lv.";
  202. }.monster .level.max::before{
  203. content: "Lv.最大";
  204. }*/
  205. .monster .id{
  206. display: block;
  207. color: white;
  208. font-family: "Microsoft Yahei","Source Han Sans",Arial, Helvetica, sans-serif;
  209. font-size: 15px;
  210. line-height: 17px;
  211. height: 17px;
  212. text-shadow: black 0px 0px 2px,black -1px -1px 1px,black 1px 1px 1px;
  213. position: absolute;
  214. left: 5px;
  215. bottom: 15px;
  216. }
  217. .not-show-mon-id .monster .id{
  218. display: none;
  219. }
  220. /*.monster .id::before{
  221. content: "No.";
  222. }*/
  223. /*辅助和队伍的每一只框架*/
  224. .member, .acquisitus-awoken-icon{
  225. display: block;
  226. float: left;
  227. position: relative;
  228. width: 108px;
  229. }
  230. .formation-box .monster{
  231. margin: 4px; /*留给队长边框的*/
  232. }
  233. .formation-assist, .formation-team,.formation-badge{
  234. display: inline-block;
  235. }
  236. /*队伍的背景色*/
  237. .formation-A-box .formation-team,.formation-A-box .formation-latents{
  238. background-color:pink;
  239. }
  240. .formation-B-box .formation-team,.formation-B-box .formation-latents{
  241. background-color:lightblue;
  242. }
  243. .formation-A-bigbox, .formation-B-bigbox{
  244. position: relative;
  245. font-size:0;
  246. }
  247. .formation-B-bigbox{
  248. margin-top:15px;
  249. }
  250. /*队伍A、B的文字*/
  251. .formation-A-bigbox::after, .formation-B-bigbox::before{
  252. font-size: 30px;
  253. font-weight: bold;
  254. text-align: center;
  255. line-height: 50px;
  256. white-space: pre-wrap;
  257. display: inline-block;
  258. width: 108px;
  259. height: 108px;
  260. }
  261. .formation-A-bigbox::after{
  262. color:red;
  263. background-color:pink;
  264. /*content: "队伍\A A";*/
  265. }
  266. .formation-B-bigbox::before{
  267. color:blue;
  268. background-color:lightblue;
  269. /*content: "队伍\A B";*/
  270. vertical-align:top;
  271. }
  272. .formation-A-box, .formation-B-box{
  273. display: inline-block;
  274. vertical-align:bottom;
  275. }
  276. .formation-A-box .formation-assist .member::after, .formation-B-box .formation-assist .member::before{
  277. width: 108px;
  278. text-align: center;
  279. font-size: 18px;
  280. font-weight: bold;
  281. display: inline-block;
  282. position: relative;
  283. }
  284. .formation-A-box .formation-assist .member::after{
  285. color:red;
  286. /*content: "▼辅助";*/
  287. }
  288. .formation-B-box .formation-assist .member::before{
  289. color:blue;
  290. /*content: "▲辅助";*/
  291. }
  292. .formation-box .team-info{
  293. font-size: 15px;
  294. }
  295. .team-info .tIf-total-hp,.team-info .tIf-total-rcv{
  296. display:inline-block;
  297. }
  298. /*队伍的潜觉*/
  299. .formation-latents .latents{
  300. width: 108px;
  301. /*float:left;*/
  302. margin-bottom: -20px;
  303. display: inline-block;
  304. }
  305. .formation-latents .latent-ul{
  306. font-size: 0;
  307. width: 152px;
  308. transform: translate(-22px,-8px) scale(0.63);
  309. }
  310. .formation-latents .latent-icon{
  311. margin-left: 3px;
  312. margin-right: 3px;
  313. }
  314. .formation-latents .latent-icon-12,
  315. .formation-latents .latent-icon-13,
  316. .formation-latents .latent-icon-14,
  317. .formation-latents .latent-icon-15,
  318. .formation-latents .latent-icon-16,
  319. .formation-latents .latent-icon-17,
  320. .formation-latents .latent-icon-18,
  321. .formation-latents .latent-icon-19,
  322. .formation-latents .latent-icon-20,
  323. .formation-latents .latent-icon-21,
  324. .formation-latents .latent-icon-22,
  325. .formation-latents .latent-icon-23,
  326. .formation-latents .latent-icon-24,
  327. .formation-latents .latent-icon-25,
  328. .formation-latents .latent-icon-26,
  329. .formation-latents .latent-icon-27,
  330. .formation-latents .latent-icon-28,
  331. .formation-latents .latent-icon-29,
  332. .formation-latents .latent-icon-30,
  333. .formation-latents .latent-icon-31,
  334. .formation-latents .latent-icon-32,
  335. .formation-latents .latent-icon-33{
  336. margin: 0;
  337. }
  338. /*队长的边框*/
  339. .formation-A-box .formation-team .team-leader .monster, .formation-B-box .formation-team .team-leader .monster{
  340. border-radius: 10px;
  341. border-width:4px;
  342. border-style:solid;
  343. box-sizing: initial;
  344. margin: 0;
  345. }
  346. .formation-A-box .formation-team .team-leader .monster{
  347. border-color: red;
  348. }
  349. .formation-B-box .formation-team .team-leader .monster{
  350. border-color: blue;
  351. }
  352. /*三维计算值*/
  353. .formation-ability .abilitys{
  354. padding-left: 5px;
  355. box-sizing: border-box;
  356. font-size: 15px;
  357. width: 108px;
  358. display: inline-block;
  359. }
  360. .abilitys .hp::before,.abilitys .atk::before,.abilitys .rcv::before{
  361. width: 45px;
  362. display: inline-block;
  363. }
  364. /*.abilitys .hp::before{
  365. content: "HP:";
  366. }
  367. .abilitys .atk::before{
  368. content: "攻击:";
  369. }
  370. .abilitys .rcv::before{
  371. content: "回复:";
  372. }*/
  373. /*编辑窗口*/
  374. .blur-bg{
  375. filter:blur(5px);
  376. pointer-events: none;
  377. }
  378. .edit-box{
  379. background-color: rgba(82, 53, 30, 0.8);
  380. color: white;
  381. position: absolute;
  382. left:0;
  383. top:0;
  384. width:100%;
  385. box-sizing: border-box;
  386. min-width:664px;
  387. }
  388. .edit-box-title{
  389. text-align: center;
  390. font-size: 2em;
  391. font-weight: bold;
  392. }
  393. /*.edit-box .edit-box-title::before{
  394. content: "修改队员";
  395. }
  396. .edit-box .edit-box-title.edit-box-title-assist::before{
  397. content: "修改辅助";
  398. }*/
  399. .edit-box .monsterinfo-box{
  400. font-family: 'FOT-KurokaneStd-EB';
  401. color: white;
  402. text-shadow: black 2px 2px 0;
  403. height: 100px;
  404. margin: 5px 0;
  405. background-image: linear-gradient(#798421,#394914);
  406. border-top: #B1BB39 solid 4px;
  407. border-bottom: #72941D ridge 7px;
  408. box-shadow: black 0 3px 3px;
  409. padding: 5px 10px;
  410. }
  411. /*.edit-box .search-box::before{
  412. content: "▼怪物ID";
  413. }*/
  414. .edit-box .search-box .m-id{
  415. box-sizing: border-box;
  416. font-size: 25px;
  417. height: 40px;
  418. width: 100%;
  419. }
  420. .edit-box .search-box .search-button{
  421. width: 100%;
  422. height: 40px;
  423. font-size: 25px;
  424. }
  425. .edit-box .search-box,.edit-box .setting-box{
  426. padding: 0 10px;
  427. }
  428. .edit-box .search-box .evo-card-list li{
  429. display: inline-block;
  430. width: 75px;
  431. height: 75px;
  432. }
  433. .edit-box .search-box .evo-card-list .monster{
  434. float: none;
  435. transform: scale(0.75) translate(-13px,-13px);
  436. }
  437. .edit-box .search-box .evo-card-list .monster .id{
  438. bottom: 5px;
  439. font-size: 20px;
  440. }
  441. .edit-box .setting-row{
  442. width: 100%;
  443. }
  444. .monsterinfo-box .monster-head{
  445. float: left;
  446. margin-right:5px;
  447. }
  448. .monsterinfo-box .monster-id{
  449. display:inline-block;
  450. width:150px;
  451. }
  452. /*.monsterinfo-box .monster-id::before{
  453. content: "No.";
  454. }*/
  455. .monsterinfo-box .monster-rare{
  456. display:inline-block;
  457. }
  458. .monsterinfo-box .monster-rare::before{
  459. color:gold;
  460. text-shadow: black 0 0 3px,black 0 2px 3px;
  461. }
  462. .rare-1::before{content: "★";}
  463. .rare-2::before{content: "★★";}
  464. .rare-3::before{content: "★★★";}
  465. .rare-4::before{content: "★★★★";}
  466. .rare-5::before{content: "★★★★★";}
  467. .rare-6::before{content: "★★★★★★";}
  468. .rare-7::before{content: "★★★★★★★";}
  469. .rare-8::before{content: "★★★★★★★★";}
  470. .rare-9::before{content: "★★★★★★★★★";}
  471. .rare-10::before{content: "★★★★★★★★★★";}
  472. .monsterinfo-box .monster-id,.monsterinfo-box .monster-rare,.monsterinfo-box .monster-name{
  473. vertical-align: top;
  474. margin:0;
  475. height: 34px;
  476. font-size: 22px;
  477. line-height: 22px;
  478. }
  479. .monsterinfo-box .monster-type{
  480. font-size: 0;
  481. }
  482. .monsterinfo-box .monster-type .type-name{
  483. display:inline-block;
  484. margin-right: 10px;
  485. }
  486. .monsterinfo-box .monster-type .type-icon{
  487. margin-right:3px;
  488. }
  489. .monsterinfo-box .monster-type .type-name::after{
  490. vertical-align: middle;
  491. font-size: 22px;
  492. line-height: 22px;
  493. }
  494. .edit-box .setting-box .row-mon-level::before{
  495. /*content: "▼怪物等级";*/
  496. display: block;
  497. }
  498. .edit-box .setting-box .m-level{
  499. font-size: 25px;
  500. height: 40px;
  501. width: calc(100% - 215px);
  502. box-sizing: border-box;
  503. }
  504. .m-level-btn-min,.m-level-btn-max{
  505. height: 40px;
  506. box-sizing: border-box;
  507. font-size: 25px;
  508. }
  509. .m-level-btn-min{
  510. width: 60px;
  511. }
  512. .m-level-btn-max{
  513. width: 145px;
  514. }
  515. /*.m-level-btn-max::before{
  516. content: "最高Lv";
  517. }
  518. .edit-box .setting-box .row-mon-awoken::before{
  519. content: "▼怪物觉醒";
  520. }*/
  521. .row-mon-awoken .awoken-ul, .row-mon-super-awoken .awoken-ul{
  522. font-size: 0;
  523. height: 32px;
  524. }
  525. .awoken-ul li{
  526. margin-right: 5px;
  527. }
  528. .awoken-ul li:last-of-type{
  529. margin-right: 0;
  530. }
  531. .edit-box .awoken-ul .awoken-icon{
  532. cursor: pointer;
  533. }
  534. .awoken-ul .awoken-icon.unselected-awoken{
  535. opacity: 0.3;
  536. }
  537. .row-mon-awoken .awoken-icon.awoken-count,
  538. .row-mon-awoken .awoken-icon.awoken-count.full-awoken::before
  539. {
  540. color: yellow;
  541. font-size: 22px;
  542. line-height: 28px;
  543. font-weight: bold;
  544. text-shadow: black 0 0 4px;
  545. text-align: center;
  546. }
  547. .row-mon-awoken .awoken-icon.awoken-count.full-awoken{
  548. font-size: 0;
  549. }
  550. .row-mon-awoken .awoken-icon.awoken-count.full-awoken::before{
  551. content: "★";
  552. }
  553. .row-mon-awoken .m-super-awoken-ul{
  554. margin-top: 5px;
  555. }
  556. /*.edit-box .setting-box .row-mon-super-awoken::before{
  557. content: "▼超觉醒";
  558. }*/
  559. .edit-box .setting-box .row-mon-plus::before{
  560. /*content: "▼怪物加值";*/
  561. display: block;
  562. }
  563. .row-mon-plus .ability-value::before{content: "(";}
  564. .row-mon-plus .ability-value::after{content: ")";}
  565. .setting-box .m-plus-hp,.setting-box .m-plus-atk,.setting-box .m-plus-rcv{
  566. font-size: 25px;
  567. height: 40px;
  568. width: calc(100% - 288px);
  569. box-sizing: border-box;
  570. }
  571. .m-plus-hp-li::before,.m-plus-atk-li::before,.m-plus-rcv-li::before,.row-mon-plus .ability-value{
  572. font-size: 25px;
  573. width: 55px;
  574. display: inline-block;
  575. }
  576. .row-mon-plus .ability-value{
  577. width: 90px;
  578. }
  579. /*.m-plus-hp-li::before{content: "HP";}
  580. .m-plus-atk-li::before{content: "攻击";}
  581. .m-plus-rcv-li::before{content: "回复";}*/
  582. .m-plus-btn{
  583. height: 40px;
  584. width: 55px;
  585. box-sizing: border-box;
  586. font-size: 25px;
  587. }
  588. .m-plus-btn::before,.m-plus-btn-297::before{
  589. content: "+";
  590. }
  591. .m-plus-btn-297{
  592. float:right;
  593. width: 85px;
  594. height: 120px;
  595. box-sizing: border-box;
  596. font-size: 25px;
  597. }
  598. /*.edit-box .setting-box .row-mon-latent::before{
  599. content: "▼潜在觉醒";
  600. }*/
  601. .m-latent-ul{
  602. text-align: center;
  603. font-size: 0;
  604. }
  605. .m-latent-ul .latent-icon{
  606. margin-left: 12px;
  607. }
  608. .m-latent-ul .latent-icon:first-of-type{
  609. margin-left: 0;
  610. }
  611. .m-latent-allowable-ul{
  612. margin-top: 5px;
  613. }
  614. .m-latent-allowable-ul .latent-icon,
  615. .m-latent-ul .latent-icon-1,
  616. .m-latent-ul .latent-icon-2,
  617. .m-latent-ul .latent-icon-3,
  618. .m-latent-ul .latent-icon-4,
  619. .m-latent-ul .latent-icon-5,
  620. .m-latent-ul .latent-icon-6,
  621. .m-latent-ul .latent-icon-7,
  622. .m-latent-ul .latent-icon-8,
  623. .m-latent-ul .latent-icon-9,
  624. .m-latent-ul .latent-icon-10,
  625. .m-latent-ul .latent-icon-11,
  626. .m-latent-ul .latent-icon-12,
  627. .m-latent-ul .latent-icon-13,
  628. .m-latent-ul .latent-icon-14,
  629. .m-latent-ul .latent-icon-15,
  630. .m-latent-ul .latent-icon-16,
  631. .m-latent-ul .latent-icon-17,
  632. .m-latent-ul .latent-icon-18,
  633. .m-latent-ul .latent-icon-19,
  634. .m-latent-ul .latent-icon-20,
  635. .m-latent-ul .latent-icon-21,
  636. .m-latent-ul .latent-icon-22,
  637. .m-latent-ul .latent-icon-23,
  638. .m-latent-ul .latent-icon-24{
  639. cursor: pointer;
  640. }
  641. .m-latent-allowable-ul .latent-icon.unselected-latent{
  642. cursor: default;
  643. opacity: 0.3;
  644. }
  645. .edit-box .button-box{
  646. border-top: black solid 3px;
  647. background-color: rgba(0,0,0,0.5);
  648. margin-top: 10px;
  649. padding: 5px;
  650. height: 50px;
  651. }
  652. .edit-box .button-box .button-null,
  653. .edit-box .button-box .button-delay,
  654. .edit-box .button-box .button-cancel,
  655. .edit-box .button-box .button-done{
  656. height: 50px;
  657. box-sizing: border-box;
  658. font-size: 25px;
  659. font-weight: bold;
  660. }
  661. .edit-box .button-box .button-null,
  662. .edit-box .button-box .button-delay{
  663. float: left;
  664. margin-right:5px;
  665. }
  666. .edit-box .button-box .button-cancel,
  667. .edit-box .button-box .button-done{
  668. float: right;
  669. margin-left:5px;
  670. }
  671. /*.edit-box .button-box .button-null::after{
  672. content: "留空格子";
  673. }
  674. .edit-box .button-box .button-delay::after{
  675. content: "应对威吓";
  676. }
  677. .edit-box .button-box .button-cancel::after{
  678. content: "取消修改";
  679. }
  680. .edit-box .button-box .button-done::after{
  681. content: "确认修改";
  682. }
  683. .edit-box .button-box .button-done.cant-assist::after{
  684. content: "不能辅助";
  685. }*/
  686. .awoken-total-box::before{
  687. font-size: 20px;
  688. margin-top:5px;
  689. /*content: "觉醒总计:";*/
  690. }
  691. .detail-box{
  692. margin-top:5px;
  693. }
  694. .awoken-total-box .awoken-ul .awoken-count{
  695. font-size: 16px;
  696. line-height: 32px;
  697. font-family: 'FOT-KurokaneStd-EB';
  698. float: left;
  699. margin-right: 3px;
  700. }
  701. .awoken-total-box .awoken-ul .count{
  702. height: 32px;
  703. width: 37px;
  704. display: inline-block;
  705. vertical-align: middle;
  706. }
  707. .awoken-total-box .awoken-ul .count::before{
  708. content: "×";
  709. }
  710. /*控制框*/
  711. .control-box{
  712. margin-bottom: 10px;
  713. }
  714. .control-box .languages-label::before{
  715. content: "Lanuage:";
  716. }
  717. .control-box .solo-link,.control-box .multi-link{
  718. /*margin-left: 10px;*/
  719. }
  720. .control-box .solo-link::before{
  721. content: "Jump To Solo Version";
  722. }
  723. .control-box .multi-link::before{
  724. content: "Jump To 2-Player Version";
  725. }
  726. .control-box .btn-show-mon-id{
  727. margin-left: 5px;
  728. }
  729. /*.control-box .btn-show-mon-id::before{
  730. content: "隐藏怪物ID";
  731. }
  732. .not-show-mon-id .control-box .btn-show-mon-id::before{
  733. content: "显示怪物ID";
  734. }*/
  735. #interchange-line{
  736. pointer-events: none;
  737. position: absolute;
  738. left: 0;
  739. top: 0;
  740. }
  741. #interchange-line g line {
  742. fill: none;
  743. stroke: blue;
  744. stroke-linecap: round;
  745. stroke-width: 5;
  746. stroke-dasharray: 10;
  747. }

智龙迷城队伍图制作工具