From 16f39549591f27f186a879406d79c1a1faced0dd Mon Sep 17 00:00:00 2001 From: haiyangcui Date: Sun, 1 Nov 2020 12:17:20 +0100 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E7=9A=84st?= =?UTF-8?q?yle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/style.scss | 113 ------------------------------------- 1 file changed, 113 deletions(-) diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index acd9043..a793f2a 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -391,119 +391,6 @@ } } -// PictureView -.pictureView{ - .body{ - height: calc(100% - 40px); - display: flex; - position: relative; - overflow-y: auto; - &::-webkit-scrollbar{ - width: 5px; - height: 1px; - } - &::-webkit-scrollbar-thumb { - border-radius: 10px; - position: absolute; - } - &::-webkit-scrollbar-track { - border-radius: 10px; - position: absolute; - } - .body-box{ - height: 100%; - width: 100%; - } - .show-img{ - height: 100%; - width: 100%; - padding: 10px; - .card{ - border-radius: 6px; - overflow: hidden; - .img{ - position: relative; - min-height: 40px; - img{ - width: 100%; - height: auto; - cursor: pointer; - } - .rate{ - position: absolute; - top: 5%; - right: -40%; - width: 100%; - background-color: #2f90b9; - color: #cdcdcd; - height: 30px; - line-height: 30px; - font-size: 14px; - text-align: center; - transform: rotate(45deg); - } - .update{ - position: absolute; - top: 5%; - left: -40%; - width: 100%; - background-color: #68b88e; - color: #cdcdcd; - height: 30px; - line-height: 30px; - font-size: 14px; - text-align: center; - transform: rotate(-45deg); - } - .operate{ - display: none; - position: absolute; - left: 0; - bottom: 0; - background-color: #111111aa; - width: 100%; - font-size: 13px; - .operate-wrap{ - display: flex; - justify-content: space-between; - .o-play, .o-star, .o-share{ - cursor: pointer; - display: inline-block; - width: 80px; - height: 36px; - text-align: center; - line-height: 36px; - color: #cdcdcd; - &:hover{ - background-color: #111; - } - } - } - } - } - .name{ - font-size: 16px; - padding: 10px; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; - cursor: pointer; - } - .info{ - display: flex; - justify-content: space-between; - font-size: 12px; - padding: 10px; - } - &:hover{ - .operate{ - display: block; - } - } - } - } - } -} // loading .zy-loading{ width: 100%;