电子日历HTML布局,css

css

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");

* {

box-sizing: border-box;

padding: 0;

margin: 0;

}

body {

background: #7e9dff;

font-family: "Roboto", sans-serif;

display: flex;

align-items: center;

height: 100vh;

}

.main-container {

background: #ecfffc;

color: #7e9dff;

width: 500px;

margin: auto;

border-radius: 10px;

}

h4 {

color: #7e9dff;

opacity: 0.7;

}

ul {

list-style: none;

}

a {

text-decoration: none;

}

.calendar-head {

display: flex;

justify-content: space-between;

padding: 30px;

border-bottom: 2px solid #7e9dff;

}

.calendar-body {

padding: 30px;

text-align: center;

}

.weekdays {

text-transform: uppercase;

color: #7e9dff;

font-weight: bold;

font-size: 0.9rem;

display: grid;

grid-template-columns: repeat(7, 1fr);

margin-bottom: 10px;

}

.days {

display: grid;

grid-template-columns: repeat(7, 1fr);

}

.days li {

padding: 10px 0;

cursor: pointer;

position: relative;

}

.days li:hover {

color: #c74b43;

}

.previous-month {

opacity: 0.2;

}

.date-with-event {

border: 2px solid #7e9dff;

padding: 10px;

border-radius: 50%;

}

.date-with-event:hover {

background: #7e9dff;

color: #ecfffc;

font-weight: bold;

}

.event-count {

position: absolute;

top: 0;

right: 5px;

font-size: 0.6rem;

background: #c74b43;

color: #fff;

display: block;

padding: 2px 5px;

border-radius: 50px;

}

.active {

background: #7e9dff;

color: #ecfffc;

font-weight: bold;

padding: 10px;

border-radius: 50%;

}

.calendar-footer {

display: flex;

align-items: center;

justify-content: space-between;

padding: 30px;

border-top: 2px solid #7e9dff;

}

.add-event-btn {

color: #7e9dff;

padding: 10px 15px;

border: 2px solid #7e9dff;

border-radius: 50%;

}

.add-event-btn:hover {

background: #7e9dff;

color: #ecfffc;

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值