2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 11:40:51 +08:00
xiaoyao-cvs-plugin/resources/dailyNote/dailyNote.css

91 lines
1.4 KiB
CSS
Raw Normal View History

2022-06-23 22:30:41 +08:00
@font-face {
font-family: HYWenHei-55W;
src: url('../font/HYWenHei-55W.ttf');
}
html {
width: 964px;
height: 100%;
font-family: HYWenHei-55W, monospace;
}
#container {
min-height: 900px;
height: auto;
width: 100%;
}
.title {
position: absolute;
top: 64px;
left: 225px;
font-weight: bold;
font-size: 22px;
text-align: left;
}
.item {
width: 228px;
left: 200px;
top: 350px;
color: #7b8386;
font-weight: bold;
font-size: 22px;
margin-left: 205px;
margin-bottom: 25px;
}
.paiqian {
position: absolute;
width: 400px;
height: 26px;
left: 520px;
top: 80px;
text-align: center;
color: #7b8386;
font-weight: bold;
font-size: 20px;
}
.icon {
width: 65px;
margin: 5px 0 4px 13px;
display: inline-block;
vertical-align: bottom;
}
.icon_div {
display: inline-block;
vertical-align: super;
margin-top: -10px;
margin-left: 15px;
}
.all_icon {
text-align: left;
position: relative;
top: -25px;
}
.time {
position: relative;
top: -20px;
}
.item .main .time {
font-size: 12px;
display: block;
position: initial;
}
.item .main {
display: block;
}
.item .top {
font-weight: bold;
font-size: 30px;
display: block;
}
.item:nth-last-child(2){
margin-top: 35px;
}