From b4a383dda33c771161b7261a63ceb7dea9f9346b Mon Sep 17 00:00:00 2001 From: Nchyn <6263075@163.com> Date: Sat, 16 May 2020 23:43:12 +0800 Subject: [PATCH] Update nexmoe.html --- theme/nexmoe.html | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/theme/nexmoe.html b/theme/nexmoe.html index 10e58aa..2051f30 100644 --- a/theme/nexmoe.html +++ b/theme/nexmoe.html @@ -146,6 +146,16 @@ position: absolute; top: 180px; } + .more-disk{ + display: inline-block; + } + .more-disk div{ + list-style:none; + position:absolute;display:none;background:#fffaaa;border:0px #f7f7f7 solid;border-radius:5px;margin:-7px 0 0 0;padding:0 7px;color:#205D67;z-index:1; + } + .more-disk:hover div{display:block} + .more-disk div li{line-height:normal;} + .more-disk div li a[now]{background:#11faaa;}