vesh-cli
Version:
码农村nodejs版本VESH框架脚手架搭建器
70 lines (69 loc) • 1.27 kB
CSS
.p_calender
{
width: 80%;
height: 250px;
text-align: center;
margin: 0 auto;
}
.p_calender .p_calender_buttons
{
text-align: center;
}
.p_calender table
{
width: 100%;
}
.p_calender thead tr :first-child, .p_calender thead tr :last-child
{
color: Red;
}
.p_calender td
{
margin: 0px 20px;
}
.p_calender tbody td
{
cursor: pointer;
background-color: #E3FFDB;
}
.p_calender tbody td div
{
margin: 0 auto;
width: 60px;
}
.p_calender tr:first
{
color: Red;
}
.p_calender td.p_calender_premonth, td.p_calender_nextmonth
{
color: #ddd;
}
.p_calender td.p_calender_points div
{
background: url(../../Image/part/point.png);
background-size: 8px 8px;
background-repeat: no-repeat;
background-position: 45px 0px;
}
.p_calender td.p_calender_success div
{
background: url(../../Image/part/success.png);
background-size: 13px 13px;
background-repeat: no-repeat;
background-position: 45px 12px;
}
.p_calender td.p_calender_today
{
background-color: #E8B131;
color: #FFFFF7;
}
.p_calender td.p_calender_selectday
{
background-color: #F05757;
color: #FFFFF7;
}
.p_calender th
{
border-bottom: solid 1px red;
}