33 lines
463 B
Plaintext
33 lines
463 B
Plaintext
/*
|
|
* 手太欠
|
|
* 企获客商城模块
|
|
*/
|
|
|
|
|
|
/* 商城分类 */
|
|
.mallNav {
|
|
background-color: white;
|
|
border-radius: 20rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.mallNav {
|
|
overflow: hidden;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.mallNav-label {
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
float: left;
|
|
text-align: center;
|
|
width: 25%;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
|
|
.mallNav-icon {
|
|
width: 70rpx;
|
|
height: 70rpx;
|
|
display: block;
|
|
margin: 0 auto 10rpx;
|
|
} |