page { background-color: #ffffff; } /* 搜索框 */ .search-box { display: flex; width: 100vw; height: 60rpx; margin-top: 30rpx; padding: 0 24rpx; box-sizing: border-box; } .search-input { display: flex; align-items: center; width: 568rpx; height: 60rpx; background: #F6F7F8; border-radius: 30rpx; overflow: hidden; } .search-input>image { width: 28rpx; height: 28rpx; margin-left: 24rpx; } .search-input>input { flex: 1; font-size: 28rpx !important; height: 60rpx; line-height: 60rpx; margin-left: 10rpx; } .input-placeholder { font-size: 28rpx !important; color: rgba(0, 0, 0, .3) !important; line-height: 40px; } /* 新建按钮 */ .newButton { width: 118rpx !important; height: 60rpx !important; background: #FFB600 !important; border: 0 !important; border-radius: 10rpx !important; margin-left: 16rpx !important; padding: 0 !important; font-size: 28rpx !important; font-family: PingFangSC-Medium, PingFang SC !important; color: #FFFFFF !important; } .newly-built-icon { width: 20rpx; height: 20rpx; margin-right: 4rpx; } /* 底部 */ .footer { position: fixed; width: 100vw; background: #FFFFFF; box-shadow: 0px -2rpx 16rpx 0px rgba(0, 0, 0, 0.1); bottom: 0; left: 0; padding: 14rpx 0 2rpx; } .option-item { display: flex; flex-direction: column; align-items: center; width: 80rpx; height: 84rpx; } .option-item .item-text { height: 34rpx; font-size: 24rpx; color: #000000; line-height: 34rpx; margin-top: 6rpx; } .option-item image { width: 62rpx; height: 44rpx; } @import "/pages/tabbar-pages/message/index.wxss"; .msgImg { border-radius: 50%; overflow: hidden; } .msg-box { border: 0 !important; } .msgCount { width: 110rpx; height: 100rpx; } .msgCount .time { width: 150rpx; height: 44rpx; font-size: 24rpx; font-weight: 400; color: rgba(0, 0, 0, .4); line-height: 44rpx; text-align: left; } .msgCount .count { display: flex; justify-content: flex-end; align-items: center; margin-top: 8rpx; height: 40rpx; } .msgCount .count>view { height: 30rpx; line-height: 30rpx; padding: 0 12rpx; border-radius: 30rpx; font-size: 24rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 550; color: #FFFFFF; background-color: #4DC2D4; } .borTop::after { content: ''; height: 0rpx; } .msgText { width: 430rpx; } .msgTime { width: 150rpx; text-align: center; }