123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- @import "~@less/variables.less";
- .panBox{
- .pop;
- }
- .pan{
- width: 280px;
-
- td{
- width: 68px;
- height:44px;
- }
- span{
- border:1px #fff solid;
- outline: none;
- background: none;
- display: inline-block;
- width: 100%;
- height: 100%;
- text-align: center;
- line-height: 44px;
- color: #333;
- cursor: pointer;
- }
- span:hover{
- border-color: @blue;
- }
- .imgN{
- text-align: right;
- vertical-align: bottom;
- padding-right: 8px;
- cursor: pointer;
- }
- .clearN{
- color:#F6514A;
- text-align: left;
- padding-left: 8px;
- font-weight: bold;
- }
- .comf{
- color:#3B9ED0;
- text-align: right;
- padding-right: 8px;
- font-weight: bold;
- }
- .comf:hover{
- border-color: #fff;
- }
- .clearN:hover{
- border-color: #fff;
- }
- }
|