1234567891011121314151617181920212223 |
- .layout-pretty{
- width: 100px;
- height: 30px;
- background-size: 100% !important;
- font-size: 14px;
- padding-left: 30px;
- padding-right: 10px;
- color: #fff;
- white-space: nowrap;
- text-align: center;
- }
- /* 最小 */
- .layout-pretty-small {
- width: 74px;
- height: 22px;
- padding: 0 5px 2px 18px;
- color: #fff !important;
- }
- .layout-pretty-small span{
- transform: scale(0.9);
- }
- /* 最小 */
|