12345678910111213141516171819 |
- .logout {
- text-align: center;
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- line-height: 80rpx;
- }
- .menu-list-warp .menu-list-box {
- width: 25%;
- text-align: center;
- float: left;
- padding: 20rpx;
- }
- .menu-list-warp .menu-list-box image {
- width: 100rpx;
- height: 100rpx;
- }
|