mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-09-22 19:26:40 +08:00
22 lines
274 B
SCSS
22 lines
274 B
SCSS
/*!
|
|
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
|
* @author ThinkGem
|
|
* @version 2020-9-1
|
|
*/
|
|
|
|
.toolbar {
|
|
padding-top: 5px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.grid {
|
|
|
|
.grid-icon {
|
|
color: #666;
|
|
}
|
|
|
|
.grid-text {
|
|
font-size: 32rpx;
|
|
padding: 15rpx;
|
|
}
|
|
} |