vr-shopxo-source/sourcecode/weixin/components/icon-nav/icon-nav.wxss

33 lines
609 B
Plaintext
Raw Normal View History

2018-12-29 10:39:25 +00:00
.data-list {
2018-12-31 18:53:36 +00:00
overflow: hidden;
background: #fff;
margin-bottom: 20rpx;
2018-12-29 10:39:25 +00:00
}
.data-list .items {
2018-12-31 18:53:36 +00:00
width: calc(25% - 60rpx);
float: left;
padding: 30rpx;
2018-12-29 10:39:25 +00:00
}
.items-content {
2018-12-31 18:53:36 +00:00
border-radius: 50%;
padding: 20rpx;
2019-01-24 07:01:01 +00:00
text-align: center;
2020-02-07 11:15:38 +00:00
width: 70rpx;
height: 70rpx;
margin: 0 auto;
2018-12-29 10:39:25 +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-29 10:39:25 +00:00
}
.data-list .items .title {
2018-12-31 18:53:36 +00:00
margin-top: 10rpx;
font-size: 32rpx;
text-align:center;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
max-width: 100%;
2018-12-29 10:39:25 +00:00
}