This commit is contained in:
myname 2025-11-06 12:10:42 +09:00
commit 3975b6df2e
3 changed files with 20 additions and 13 deletions

View File

@ -1,7 +1,7 @@
.wrap{width: 100%; height: 100%; position: relative; display: flex; align-items: stretch; min-width: 1240px;}
/* leftmenu */
.area_left{width: 280px; background-color: #2557b4; box-shadow: 5px 0 10px rgba(0,0,0,0.1); z-index: 1; transition: width 0.3s linear; border-radius: 0 35px 35px 0;}
.area_left{width: 300px; background-color: #2557b4; box-shadow: 5px 0 10px rgba(0,0,0,0.1); z-index: 1; transition: width 0.3s linear; border-radius: 0 35px 35px 0;}
.area_left .logo{width: 100%; height: 100px; text-align: center; border-bottom: 1px solid #688DD0;}
.area_left .logo a{height: 100%; display: flex; justify-content: center; align-items: center;}
.area_left .logo img{margin-left: -15px;}
@ -15,7 +15,7 @@
/* //leftmenu */
/* top_util */
.area_right{width:calc(100% - 280px);}
.area_right{width:calc(100% - 300px);}
.top_util{width: 100%; height: 100px; justify-content: space-between; background-color: #fff;padding: 0 47px 0 37px; box-sizing: border-box; align-items: center;}
.top_util,.user,.user_info,.alram{display: flex; align-items: center;}
@ -43,10 +43,10 @@
.alram p{margin-left: 10px; font-size: 16px; font-weight: 400; color: #555;}
.top_util .area_right{display:flex;gap:10px;}
.user_info_ul{display:inline-flex;height:38px;padding:0 20px 0 0;border-radius:35px;background:#f4f5f6;align-items:center;}
.user_info_ul{display:inline-flex;height:38px;padding:0 20px;border-radius:35px;background:#f4f5f6;align-items:center;}
.user_info_ul li{position:relative;display:inline-flex;align-items:center;line-height:1.8;}
.user_info_ul li:first-child{margin:0 20px 0 0;}
.user_info_ul li:first-child:after{position:absolute;content:"";width:1px;height:15px;background:#d5d5d5;right:0;}
/* .user_info_ul li:first-child{margin:0 20px 0 0;}
.user_info_ul li:first-child:after{position:absolute;content:"";width:1px;height:15px;background:#d5d5d5;right:0;} */
.user_info_ul li .icon.user{width:20px;height:20px;margin:0 4px 0 0;background:url(/kofair_case_seed/adm/images/layout/icon_user.png) no-repeat center center;}
.user_info_ul select{width:145px;padding:0 0 0 20px;font-size:16px;border:0 !important;background:transparent url(/ipedu/visitEdu/adm/publish/image/common/icon_arrow.png) no-repeat calc(100% - 20px) center !important;}

View File

@ -162,7 +162,7 @@
table-layout: fixed;
font-size: inherit;
width: 100%;
margin-top: .75em;
margin-top: 1.2em;
margin-bottom: .5em;
}
@media (min-height: 33.875em) {
@ -205,6 +205,7 @@
color:#3A3C41;
justify-content:center;
align-items:center;
margin:0 auto;
}
.picker__day--today {
position: relative;
@ -248,6 +249,11 @@
font-weight:500;
}
.picker__day--today.picker__day--outfocus{
color: #ddd !important;
border-bottom: 2px solid #ddd;
}
.picker__day--today:hover{
color: #f86a3c !important;
background: #fee9e2 !important;
@ -263,8 +269,9 @@
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
background: #f86a3c;
color: #fff;
background: #f86a3c !important;
color: #fff !important;
border-radius:8px !important;
}
.picker__day--disabled,
.picker__day--disabled:hover,

View File

@ -64,7 +64,7 @@
.section02 .list a:hover{border:5px solid #396ac4;box-shadow:4px 8px 10px rgba(0,0,0,0.1);transition:all 0.4s;}
.section02 .list a.none:hover{border:5px solid transparent;box-shadow:none;}
.section02 .list .date{font-size:3rem;font-family:'Gmarket Sans TTF';font-weight:bold;}
.section02 .list .title{font-size:2.1rem;font-weight:500;color:#555;line-height:1.4;}
.section02 .list .title{height:60px;font-size:2.1rem;font-weight:500;color:#555;line-height:1.4;display: -webkit-box;word-wrap: break-word;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;overflow: hidden;}
.section02 .list .status{display:flex;width:90px;height:40px;font-size:1.9rem;font-weight:500;border-radius:3px;justify-content:center;align-items:center;}
.section02 .list .status.blue{background:#e5eef3;color:#2750a3;}
.section02 .list .status.purple{background:#f0ebff;color:#764feb;}
@ -161,11 +161,11 @@
.section02 .list_content{padding:14px;border-radius:60px;box-sizing:border-box;flex-wrap:wrap;}
.section02 .list_content>li{width:50%;}
.section02 .tab{height:108px;font-size:5.6rem;border-radius:108px;padding:0 20px;margin:0;white-space:nowrap;}
.section02 .list{width:100%;max-width:100%;height:50%;padding:0 0 20px 0;overflow-x:auto;-webkit-overflow-scrolling: touch;top:456px;border:0;}
.section02 .list{width:100%;max-width:100%;height:50%;padding:0 0 20px 0;overflow-x:auto;-webkit-overflow-scrolling: touch;top:456px;border:0;gap:40px;}
.section02 .list li{width:100%;flex: 0 0 70%;}
.section02 .list a{height:550px;}
.section02 .list .date{font-size:6.8rem;}
.section02 .list .title{font-size:5.6rem;}
.section02 .list .title{height:170px;font-size:5.6rem;}
.section02 .list .status{width:180px;height:80px;font-size:4.2rem;}
@ -232,13 +232,13 @@
.section02 .main_title{gap:15px;margin:0 0 25px 0;}
.section02 .list_content{padding:7px;}
.section02 .list_content>li{width:calc(100% / 4);}
.section02 .tab{height:54px;font-size:2.8rem;padding:0 10px;margin:0;}
.section02 .tab{height:54px;font-size:2.8rem;padding:0;margin:0;}
/* .section02 .list{height:calc(100% - 225px);top:176px;padding:0 25px 20px 25px;box-sizing:border-box;} */
.section02 .list{height:auto;top:176px;padding:0 25px 20px 25px;box-sizing:border-box;}
.section02 .list li{flex:0 0 90%;}
.section02 .list a{height:250px;padding:30px 40px;}
.section02 .list .date{font-size:3.4rem;}
.section02 .list .title{font-size:2.8rem;line-height:1.2;}
.section02 .list .title{height:65px;font-size:2.8rem;line-height:1.2;}
.section02 .list .status{width:90px;height:40px;font-size:2.1rem;}
.section03 .slide_util{font-size:2.8rem;gap:20px;}