vr-shopxo-source/sourcecode/baidu/components/icon-nav/icon-nav.css

33 lines
609 B
CSS
Raw Normal View History

2019-07-16 13:12:26 +00:00
.data-list {
overflow: hidden;
background: #fff;
margin-bottom: 20rpx;
}
.data-list .items {
width: calc(25% - 60rpx);
float: left;
padding: 30rpx;
}
.items-content {
border-radius: 50%;
padding: 20rpx;
text-align: center;
2020-02-07 11:15:38 +00:00
width: 70rpx;
height: 70rpx;
margin: 0 auto;
2019-07-16 13:12:26 +00:00
}
.data-list .items image {
2020-02-07 11:15:38 +00:00
width: 60rpx !important;
height: 60rpx !important;
2019-07-16 13:12:26 +00:00
margin-top: 5rpx;
}
.data-list .items .title {
margin-top: 10rpx;
font-size: 32rpx;
text-align:center;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
}