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; // margin-top: -2rpx;
box-sizing: border-box; box-sizing: border-box;
margin: 6rpx; margin: 6rpx;
border-radius: 5rpx;
border-radius: 20rpx;
} }
.active{ .active{
border: 1rpx solid #FF0000; border: 1rpx solid #FF0000;
color: #FF0000; color: #FF0000;
background-color: #FFF8F8; background-color: #FFF8F8;
position: relative; position: relative;
border-radius: 5rpx;
margin-right: 10rpx;
margin-bottom: 10rpx;
border-radius: 20rpx;
margin: 6rpx;
// text-align: left; // text-align: left;
// display: flex; // display: flex;
// justify-content: space-between; // justify-content: space-between;

Loading…
Cancel
Save