From eb3fb5ea71f354aa6002c4cf06b5f371d73570bf Mon Sep 17 00:00:00 2001 From: dingyongliang Date: Fri, 1 Jul 2022 01:39:33 +0000 Subject: [PATCH] * mv style. --- www/theme/default/style.css | 6 ++++++ www/theme/default/x.style.css | 5 ----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 8ea1f57acc..9af189801e 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -92,3 +92,9 @@ a.showMoreImage:hover {opacity: 1;} .icon-size-width:before {content: "\e9c5"; transform: rotate(90deg); -ms-transform: rotate(90deg); -moz-transform: rotate(90deg); -webkit-transform: rotate(90deg); -o-transform: rotate(90deg);} .checkbox-primary > label{overflow: hidden;} + +body.xxc-embed {overflow-x: auto; overflow-y: hidden;} +.xxc-embed #header {position: fixed;top: 0;width: 100%;z-index: 10;} +.xxc-embed #toolbar {position: fixed;right: 120px!important;} +.xxc-embed #main {position: absolute;top: 50px;bottom: 0;left: 0;right: 0;overflow: auto;} +.xxc-embed .fix-table-copy-wrapper {top: 50px!important;} diff --git a/www/theme/default/x.style.css b/www/theme/default/x.style.css index 46064ecdfc..24d222ce45 100644 --- a/www/theme/default/x.style.css +++ b/www/theme/default/x.style.css @@ -10,8 +10,3 @@ body{padding:0px; margin: 0px;background-color: #fff;} .xuanxuan-card{padding-bottom:55px;} .xuancard-actions{width: 100%;text-align: center; height: 35px; padding: 1px;} .xuancard-actions.fixed{position: fixed; background: #fff; border-top: 1px solid #eee; bottom: 0; margin-bottom: 0; z-index: 999;} -body.xxc-embed {overflow-x: auto; overflow-y: hidden;} -.xxc-embed #header {position: fixed;top: 0;width: 100%;z-index: 10;} -.xxc-embed #toolbar {position: fixed;right: 120px!important;} -.xxc-embed #main {position: absolute;top: 50px;bottom: 0;left: 0;right: 0;overflow: auto;} -.xxc-embed .fix-table-copy-wrapper {top: 50px!important;}