Browse Source

频道样式优化

test
Enzo 4 years ago
parent
commit
4797fdb044
  1. 7
      pages/channel/index.vue

7
pages/channel/index.vue

@ -204,16 +204,15 @@
// margin-top: -2rpx;
box-sizing: border-box;
margin: 6rpx;
border-radius: 5rpx;
border-radius: 20rpx;
}
.active{
border: 1rpx solid #FF0000;
color: #FF0000;
background-color: #FFF8F8;
position: relative;
border-radius: 5rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
border-radius: 20rpx;
margin: 6rpx;
// text-align: left;
// display: flex;
// justify-content: space-between;

Loading…
Cancel
Save