|
@@ -275,16 +275,15 @@ export default {
|
|
.dayDate {
|
|
.dayDate {
|
|
padding: 0 5px;
|
|
padding: 0 5px;
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
- width: 1.5em;
|
|
|
|
- height: 1.5em;
|
|
|
|
- line-height: 1.5em;
|
|
|
|
- font-size: 1.3rem;
|
|
|
|
|
|
+ width: 1.3em;
|
|
|
|
+ height: 1.3em;
|
|
|
|
+ line-height: 1.3em;
|
|
|
|
+ font-size: 1.1rem;
|
|
font-family: Adobe Heiti Std;
|
|
font-family: Adobe Heiti Std;
|
|
- font-weight: normal;
|
|
|
|
color: #000;
|
|
color: #000;
|
|
background-color: #f4f4f4;
|
|
background-color: #f4f4f4;
|
|
transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
- margin: 0 auto;
|
|
|
|
|
|
+ margin: 0 auto .3em auto;
|
|
}
|
|
}
|
|
|
|
|
|
.dayDate_son {
|
|
.dayDate_son {
|
|
@@ -295,6 +294,7 @@ export default {
|
|
|
|
|
|
.CalenBody .CalenCol {
|
|
.CalenBody .CalenCol {
|
|
padding: 10px 0;
|
|
padding: 10px 0;
|
|
|
|
+ font-weight: 600;
|
|
border-left: 1px solid #eee;
|
|
border-left: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
}
|