You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
2.0 KiB
24 lines
2.0 KiB
.nav{z-index: 4; position: fixed; top:0;left:0;width:100%;height:100rpx;line-height:100rpx;background:#fff;} |
|
.nav .navtop{width:70%;margin:0 auto;display:flex;box-sizing: border-box;} |
|
.navtop> view{text-align:center;width:50%;} |
|
.navtop> view text{height:70rpx; display:inline-block;line-height: 70rpx;color:#979797;font-size: 32rpx;} |
|
.navtop .cur text{ border-bottom:4rpx solid #FE4C00; color:#494949;font-size: 34rpx;} |
|
.other{width:100%;background: #fff;margin-top:100rpx;} |
|
.last{margin-bottom:120rpx;} |
|
.other .other-top{height:92rpx;line-height:92rpx;font-size:32rpx;padding: 0 6%;} |
|
.other .other-top image{height:36rpx;width:6rpx;vertical-align: middle;margin-right:16rpx;} |
|
.other .other-circle{width:100%;} |
|
.other .other-circle .other-list{border-bottom:2rpx solid #F3F3F3;padding:24rpx 6%; |
|
width:88%;} |
|
.other .other-circle .other-list .list-top{display: flex;justify-content: start;} |
|
.other .other-circle .other-list .other-left{width:40%;} |
|
.other .other-circle .other-list .other-left image{width:240rpx;height:152rpx;border-radius: 8rpx;} |
|
.other .other-circle .other-list .other-right{width:60%;} |
|
.other .other-circle .other-list .other-right .other-name{color:#676457;font-size:24rpx;height:56rpx;line-height:28rpx;overflow: hidden; |
|
display:-webkit-box;-webkit-line-clamp:2; -webkit-box-orient: vertical; word-break:break-all;} |
|
.other .other-circle .other-list .other-right .other-time{font-size:20rpx;color:#BBBBBB;padding:16rpx 0} |
|
.other .other-circle .other-list .other-right .other-people{padding-top:2rpx;font-size:24rpx;color:#676457;display: flex;justify-content: space-between;} |
|
.other .other-circle .other-list .other-right .other-people text{padding:8rpx 20rpx;color:#fff;background: #ffcb12;border-radius: 6rpx;box-shadow: 0px 3rpx 10rpx 0px rgba(255,108,1,0.34);} |
|
.sign{display: flex;justify-content: space-between;font-size:24rpx;margin-top:24rpx} |
|
.sign view text{font-weight: bold;color:#FFCB12;padding:0 4rpx;font-size:30rpx} |
|
.sign view image{width:32rpx;height:32rpx;margin-left:11rpx;transform:rotate(180deg);vertical-align: middle;} |