123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- .demo-box {
- width: 500px;
- overflow: hidden;
- background: #eef5fd;
- border: 1px solid #e6e8eb
- }
- .calendar-box * {
- box-sizing: border-box
- }
- .ht-rili-head {
- overflow: hidden
- }
- .ht-rili-querybox {
- overflow: hidden
- }
- .ht-rili-title {
- padding: 10px;
- display: inline-block;
- max-width: 200px;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- vertical-align: middle
- }
- .ht-rili-datebox {
- float: right;
- display: inline-block;
- vertical-align: middle;
- padding: 10px
- }
- .ht-rili-date {
- text-align: center;
- display: inline-block;
- width: 100px;
- height: 19px;
- line-height: 19px;
- vertical-align: middle
- }
- .ht-rili-leftarr {
- display: inline-block;
- width: 25px;
- height: 19px;
- background: url(../../images/left-arr.png) left center no-repeat;
- background-size: contain;
- vertical-align: middle;
- cursor: pointer
- }
- .ht-rili-rightarr {
- display: inline-block;
- width: 25px;
- height: 19px;
- background: url(../../images/right-arr.png) right center no-repeat;
- background-size: contain;
- vertical-align: middle;
- cursor: pointer
- }
- .ht-rili-th {
- width: 14.25%;
- float: left;
- text-align: center;
- height: 40px;
- line-height: 40px;
- color: #000
- }
- .ht-rili-td {
- width: 14.25%;
- float: left;
- text-align: center;
- height: 50px;
- background: #eef5fd;
- padding-top: 5px;
- cursor: pointer
- }
- .ht-rili-body {
- overflow: hidden
- }
- .ht-rili-day {
- font-family: Arial;
- font-size: 18px;
- font-weight: 700;
- display: inline-block;
- width: 100%
- }
- .ht-rili-money {
- font-family: Arial;
- display: inline-block;
- width: 100%;
- font-size: 12px;
- color: #d4585a
- }
- .ht-rili-td-disabled {
- color: #bfc4ca
- }
- .ht-rili-td-active {
- border-radius: 4px;
- background: #80b3e8
- }
|