小程序导航优化
parent
c91f706cd0
commit
6e65f7bedd
|
|
@ -7,12 +7,16 @@
|
|||
padding: 30rpx;
|
||||
}
|
||||
.items-content {
|
||||
border-radius: 50%;
|
||||
padding: 20rpx;
|
||||
border-radius: 50%;
|
||||
padding: 20rpx;
|
||||
text-align: center;
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
width: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
.data-list .items .title {
|
||||
margin-top: 10rpx;
|
||||
|
|
|
|||
|
|
@ -11,10 +11,14 @@
|
|||
.items-content {
|
||||
border-radius: 50%;
|
||||
padding: 20rpx;
|
||||
text-align: center;
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
}
|
||||
.data-list .items image {
|
||||
width: 80rpx !important;
|
||||
height: 80rpx !important;
|
||||
margin-top: 5rpx;
|
||||
}
|
||||
.data-list .items .title {
|
||||
margin-top: 10rpx;
|
||||
|
|
|
|||
Loading…
Reference in New Issue