filesbox/miniprogram/FilesBox/components/operateBar/operateBar.wxss
2023-09-21 10:23:31 +08:00

7 lines
462 B
Plaintext

@import "/app.wxss";
.box{background: #fff;width: 100%;display: flex;justify-content: space-around;text-align: center;color: #333;margin-top: 30rpx;}
.icon{width: 40rpx;height: 40rpx;}
.tag-active{background-color: #f5efff!important;border: 1px solid #9a64ff;}
.tag-class{border:1px solid #ececec}
.tab-box{padding:10rpx 20rpx;}
.more-box{display: flex;justify-content: flex-start;padding: 20rpx;color: #333;align-items: center;border-bottom: 1px solid #ececec;}