| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- .tab-box {
- display: flex;
- height: 90rpx;
- background-color: #fff;
- justify-content: space-between;
- .left {
- width: 55%;
- padding-left: 30rpx;
- .user {
- flex-shrink: 0;
- line-height: 90rpx;
- font-family: PingFang SC, PingFang SC;
- font-weight: 700;
- font-size: 28rpx;
- color: #333333;
- margin-right: 20rpx;
- }
- .type {
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #666666;
- flex-shrink: 0;
- .iconfont {
- font-size: 26rpx;
- margin-right: 10rpx;
- }
- }
- }
- .right {
- display: flex;
- align-items: center;
- height: 90rpx;
- flex-shrink: 0;
- .filtrate-box {
- display: flex;
- height: 100%;
- align-items: center;
- padding: 0 20rpx;
- font-family: PingFang SC, PingFang SC;
- font-size: 28rpx;
- color: #666666;
- .iconfont {
- margin-right: 6rpx;
- color: #999999;
- }
- }
- .search-box {
- display: flex;
- height: 100%;
- align-items: center;
- padding: 0 30rpx;
- .iconfont {
- font-size: 40rpx;
- }
- }
- }
- }
- .item {
- position: relative;
- .tag-box {
- .tag {
- height: 40rpx;
- font-size: 18rpx !important;
- font-family: PingFang SC-Regular, PingFang SC;
- padding: 0 12rpx;
- margin-right: 10rpx;
- }
- }
- .title {
- position: relative;
- display: flex;
- line-height: 38rpx;
- align-items: center;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-weight: bold;
- font-size: 28rpx;
- color: #333333;
- >text {
- display: inline-block;
- width: 80%;
- font-size: 30rpx;
- color: #333333;
- font-weight: normal;
- }
- .status {
- position: absolute;
- right: -20rpx;
- width: 132rpx;
- height: 40rpx;
- border-radius: 20rpx 0px 0px 20rpx;
- box-sizing: border-box;
- padding-left: 30rpx;
- line-height: 40rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #FFFFFF;
- font-weight: normal;
- }
- }
- .row {
- display: flex;
- line-height: 32rpx;
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 24rpx;
- color: #999999;
- margin-top: 10rpx;
- flex-wrap: wrap;
- .col {
- width: 50%;
- }
- }
- }
|