12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- .c-17b3ec{
- color: #17b3ec;
- }
- .c-ccc{
- color: #ccc;
- }
- .c-red{
- color: #ff5e6c;
- }
- .c-green{
- color: #06bf04;
- }
- .arrow{
- width: 20px;
- height: 10px;
- background: url(../images/xiazhan_icon.png) 100% 100% no-repeat;
- background-size: 20px 10px;
- }
- .month-panel{
- background-color: #fff;
- margin-top: 10px;
- border-top: 1px solid #E1E1E1;
- border-bottom: 1px solid #E1E1E1;
- }
- .month-panel:first-child{
- margin-top: 0;
- }
- .month,
- .date{
- display: -webkit-box;
- display: box;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- box-pack: center;
- box-align: center;
- padding: 10px 15px;
- /*border-bottom: 1px solid #e1e1e1;*/
- }
- .date-panel{
- border-bottom: 1px solid #e1e1e1;
- }
- .date-panel:last-child{
- border-bottom: 0;
- }
- .date-list{
- display: none;
- border-top: 1px solid #e1e1e1;
- }
- .fa-angle-down,.fa-angle-up{
- color: #ccc;
- font-size: 20px;
- }
- .record-list{
- display: none;
- border-top: 1px solid #e1e1e1;
- }
- .record{
- display: -webkit-box;
- display: box;
- -webkit-box-pack: center;
- -webkit-box-align: center;
- box-pack: center;
- box-align: center;
- padding: 10px 0px;
- border-bottom: 1px solid #e1e1e1;
-
- font-size: 14px;
- color: #323232;
- }
- .record:last-child{
- border-bottom: 0;
- }
- .no-record{
- text-align: center;
- padding: 10px;
- font-size: 14px;
- color: #666;
- display: none;
- }
|