115級畢業典禮各項得獎同學及受證代表出席調查【蘭潭及新民校區系所】
115級畢業典禮|得獎同學及受證代表出席調查
:root {
--primary-orange: #e07a3b;
--secondary-gold: #f8c644;
--bg-color: #fdfaf7;
--card-bg: #ffffff;
--text-dark: #4a3728;
--text-light: #7c685b;
--accent-blue: #cbdcf0;
--font-family: 'Helvetica Neue', Helvetica, Arial, 'Microsoft JhengHei', sans-serif;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: var(--font-family);
background-color: var(--bg-color);
color: var(--text-dark);
line-height: 1.6;
}
.hero-section {
position: relative;
background: linear-gradient(135deg, #f4ccae 0%, var(--accent-blue) 100%);
padding: 60px 20px;
text-align: center;
border-bottom: 5px solid var(--secondary-gold);
overflow: hidden;
}
.hero-section::before {
content: '';
position: absolute;
top: -50px;
right: -50px;
width: 200px;
height: 200px;
background-color: rgba(248, 198, 68, 0.4);
border-radius: 50%;
z-index: 1;
}
.hero-section::after {
content: '';
position: absolute;
bottom: -80px;
left: -30px;
width: 250px;
height: 250px;
border: 2px dashed rgba(255, 255, 255, 0.5);
border-radius: 50%;
z-index: 1;
}
.hero-content {
position: relative;
z-index: 2;
}
.univ-title {
font-size: 1.1rem;
color: rgba(74, 55, 40, 0.8);
letter-spacing: 2px;
margin-bottom: 10px;
font-weight: bold;
}
.main-title {
font-size: 2.8rem;
color: var(--text-dark);
font-weight: 900;
text-shadow: 2px 2px 4px rgba(255,255,255,0.6);
margin-bottom: 15px;
}
.sub-title {
display: inline-block;
background-color: var(--text-dark);
color: #fff;
padding: 8px 25px;
border-radius: 30px;
font-size: 1.2rem;
font-weight: bold;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.container {
max-width: 900px;
margin: -40px auto 40px;
padding: 0 20px;
position: relative;
z-index: 10;
}
.card {
background-color: var(--card-bg);
border-radius: 12px;
box-shadow: 0 8px 24px rgba(74, 55, 40, 0.08);
padding: 30px;
margin-bottom: 25px;
border-top: 4px solid transparent;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
transform: translateY(-3px);
box-shadow: 0 12px 30px rgba(74, 55, 40, 0.12);
}
.intro-card {
border-top-color: var(--secondary-gold);
text-align: center;
font-size: 1.1rem;
color: var(--text-light);
}
.section-title {
font-size: 1.5rem;
color: var(--primary-orange);
margin-bottom: 20px;
display: flex;
align-items: center;
gap: 10px;
border-bottom: 2px solid #f0e4d7;
padding-bottom: 10px;
}
.section-title.center-no-border {
justify-content: center;
border: none;
}
.grid-2 {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.info-card {
border-left: 5px solid var(--accent-blue);
padding: 20px;
background-color: #fafdfc;
border-radius: 8px;
}
.info-card.lantan { border-left-color: var(--accent-blue); }
.info-card.xinmin { border-left-color: var(--primary-orange); }
.info-title {
font-size: 1.3rem;
font-weight: bold;
color: var(--text-dark);
margin-bottom: 15px;
display: flex;
align-items: center;
gap: 8px;
}
.info-list {
list-style: none;
}
.info-list li {
margin-bottom: 12px;
display: flex;
flex-direction: column;
}
.info-label {
font-size: 0.9rem;
color: #fff;
background-color: var(--text-light);
padding: 3px 8px;
border-radius: 4px;
display: inline-block;
width: fit-content;
margin-bottom: 4px;
}
.info-value {
font-weight: bold;
font-size: 1.1rem;
}
.info-value.highlight {
color: var(--primary-orange);
font-size: 1.2rem;
}
.info-note {
font-size: 0.85rem;
color: var(--text-light);
}
.cta-section {
background: linear-gradient(to right, #fff, #fef7f2);
border: 2px dashed var(--primary-orange);
text-align: center;
padding: 40px 20px;
}
.cta-btn {
display: inline-block;
background-color: var(--primary-orange);
color: #fff;
text-decoration: none;
padding: 15px 40px;
font-size: 1.3rem;
font-weight: bold;
border-radius: 30px;
box-shadow: 0 4px 15px rgba(224, 122, 59, 0.4);
transition: all 0.3s ease;
margin-top: 15px;
}
.cta-btn:hover {
background-color: #c9652a;
box-shadow: 0 6px 20px rgba(224, 122, 59, 0.6);
transform: scale(1.05);
}
.notice-card {
background-color: #fff9f5;
border: 1px solid #f0e4d7;
}
.notice-time {
font-size: 1.5rem;
color: var(--primary-orange);
font-weight: bold;
margin: 10px 0;
}
.notice-alert-text {
color: #c0392b;
font-weight: bold;
font-size: 0.95rem;
}
.footer {
text-align: center;
padding: 40px 20px;
background-color: var(--text-dark);
color: #fff;
margin-top: 40px;
}
/* 響應式設計 (RWD) */
@media (max-width: 768px) {
.main-title { font-size: 2.2rem; }
.grid-2 { grid-template-columns: 1fr; }
.container { margin-top: -20px; }
.card { padding: 20px; }
}
國立嘉義大學
115級畢業典禮
得獎同學及受證代表出席調查
各位畢業班獲獎代表同學您好:
為利本組進行「115級畢業典禮」之座位精確安排與動線規劃,
請 【蘭潭及新民校區】 之受獎/受證同學務必填寫下方調查問卷,感謝您的配合。
【智育獎由第一名代表上台頒獎】出席調查名單只調查第1名資料
出席調查填寫
請點擊下方按鈕開啟調查表單進行填寫
立即填寫調查問卷
※ 建議於5月6日前完成填寫以利統計
預演報到資訊
蘭潭校區
出席人員 各系畢業班受獎學生 包含所有學制之受獎/受證代表
預演地點 瑞穗館
報到時間 115年5月20日 (三) 13:10 前
新民校區
出席人員 各系畢業班受獎學生 包含所有學制之受獎/受證代表
預演地點 國際會議廳
報到時間 115年5月20日 (三) 13:10 前
典禮當天報到須知
典禮日期:115年5月23日 (星期六)
報到截止時間:09:00 AM
請所有受獎及受證同學準時於規定報到地點完成簽到。逾時將可能導致座位異動或 無法上台受獎,敬請各位準時配合!
請務必穿著學位服參加!
時間剛好 我們正好
國立嘉義大學 115 級畢業典禮
課外活動組 敬啟