From 76a3b3c213bad988f8d29ec69a624977b3aee01c Mon Sep 17 00:00:00 2001 From: geun1416 <1416geun@palnet.co.kr> Date: Mon, 23 May 2022 17:01:24 +0900 Subject: [PATCH] company, topbtn --- html/{company01.html => company.html} | 0 html/css/common.css | 10 ++++++++-- html/include/header.html | 2 +- html/index.html | 2 +- html/js/common.js | 19 ++++++++++++++++--- 5 files changed, 26 insertions(+), 7 deletions(-) rename html/{company01.html => company.html} (100%) diff --git a/html/company01.html b/html/company.html similarity index 100% rename from html/company01.html rename to html/company.html diff --git a/html/css/common.css b/html/css/common.css index 1091c99..d334b16 100644 --- a/html/css/common.css +++ b/html/css/common.css @@ -98,9 +98,9 @@ box-shadow: 4px 4px 4px #ddd;} 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } } -.topBtn{color:#fff;font-weight:500;width:50px;height:50px;background:rgba(255,255,255,0.5);border:2px solid #2290c9;border-radius:100%; +.topBtn{display:none;color:#fff;font-weight:500;width:50px;height:50px;background:#2290c9;border:2px solid #2290c9;border-radius:100%; position:fixed;right:50px;bottom:20px;z-index:999;display:flex;justify-content:center;align-items:center;} - .topBtn i{font-size:20px;} + .topBtn i{font-size:20px;color:#fff;} /*footer*/ #footer{background:#21272e;position:absolute;bottom:0;width:100%;height:160px;} @@ -112,6 +112,12 @@ box-shadow: 4px 4px 4px #ddd;} .ft-info span.no-line::before{display:none;} .ft-sub{bottom:auto!important;} +/* 스크롤바 설정*/ +*::-webkit-scrollbar{width: 6px;height:6px;} +/* 스크롤바 막대 설정*/ +*::-webkit-scrollbar-thumb{height:auto;background-color:#ddd;border-radius: 10px;} +/* 스크롤바 뒷 배경 설정*/ +*::-webkit-scrollbar-track{background-color: rgba(0,0,0,0);} /*sub*/ .breadcrumbs{position: absolute;z-index:1;} diff --git a/html/include/header.html b/html/include/header.html index b191b82..529e951 100644 --- a/html/include/header.html +++ b/html/include/header.html @@ -44,7 +44,7 @@ 회사소개 하위분류