vr-shopxo-source/sourcecode/alipay/components/icon-nav/icon-nav.acss

25 lines
434 B
Plaintext
Raw Normal View History

2018-12-28 10:58:37 +00:00
.data-list {
overflow: hidden;
}
.data-list .items {
width: calc(25% - 60rpx);
float: left;
padding: 30rpx;
}
.items-content {
2019-01-24 07:01:01 +00:00
border-radius: 50%;
padding: 20rpx;
text-align: center;
2020-02-07 11:15:38 +00:00
width: 70rpx;
height: 70rpx;
margin: 0 auto;
2018-12-28 10:58:37 +00:00
}
.data-list .items image {
2020-02-07 11:15:38 +00:00
width: 60rpx !important;
height: 60rpx !important;
2019-01-24 07:01:01 +00:00
margin-top: 5rpx;
2018-12-28 10:58:37 +00:00
}
.data-list .items .title {
margin-top: 10rpx;
font-size: 32rpx;
}