12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- .bgc-17b3ec{
- background-color: #17b3ec;
- }
- .c-999{color: #999;}
- .footer{
- position:fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- }
- .footer div{
- width: 50%;
- float: left;
- font-size: 17px;
- text-align: center;
- padding: 10px 0;
- }
- .cancel-btn{
- border-top: 1px solid #e1e1e1;
- background-color: #fff;
- color: #666;
- }
- .confirm-btn{
- border-top: 1px solid #17b3ec;
- background-color: #17b3ec;
- color: #fff;
- }
- .tag{
- display: inline-block;
- min-width: 84px;
- text-align: center;
- padding: 5px 10px;
- border: 1px solid #e1e1e1;
- border-radius: 15px;
- margin-top: 10px;
- margin-right: 10px;
- font-size: 14px;
- color: #333;
- }
- .tag.active{
- background-color: #17b3ec;
- color: #fff;
- border-color: #17b3ec;
- }
- .reset-btn{
- position: absolute;
- top: 15px;
- right: 15px;
- font-size: 17px;
- color: #17b3ec;
- font-weight: 600;
- }
|