TA的每日心情 | 衰 2020-8-15 10:40 |
---|
签到天数: 146 天 [LV.7]常住居民III
状元
- 积分
- 39693
|
这个词典的CSS 和 JS 太复杂,我做了一半就放弃了
LM5style_switch.css:
- .pagetitle{background-repeat:repeat-y;}
- /* my new comment
- .EXAMPLE .cn_txt, .Error .cn_txt,.cn_txt {
- display:none;
- }
- */
- .lm5ppMenu_title .cn_title {
- -webkit-transform: translateY(100%);
- transform: translateY(100%);
- opacity: 0;
- }
- .lm5ppMenu_title .en_title {
- -webkit-transform: translateY(0%);
- transform: translateY(0%);
- opacity: 1;
- }
- /* My new add */
- .ldoceEntry .Sense,
- .LDOCEVERSION_new .BoxPanel,
- .LDOCE_word_family {
- display: block !important;
- }
- .LDOCEVERSION_new.lm5ppBox .foldsign_fold .foldsignbar1,
- .foldsign_fold .foldsignbar1 {
- transform: none;
- -webkit-transform: none;
- }
复制代码
|
|