123456789101112131415161718192021222324 |
- @import "~@less/variables.less";
- .panBox{
- .pop;
- display: table;
- }
- .pan{
- width: 280px;
-
- td{
- width: 68px;
- height:44px;
- }
- button{
- border:1px #fff solid;
- outline: none;
- background: none;
- display: inline-block;
- width: 100%;
- height: 100%;
- }
- button:hover{
- border-color: @blue;
- }
- }
|