/* pages/msgPage/msgPage.wxss */ .top-view { background: #fff; box-sizing: border-box; padding: 0 20rpx; height: 88rpx; line-height: 88rpx; box-shadow: -1px 3px 12px 4px rgba(186, 186, 186, 0.1); border-radius: 20rpx; } .top-view .msg-top-img { width: 87rpx; height: 67rpx; margin-right: 26rpx; position: relative; top: 13rpx; } .top-view .msg-text{ font-size: 24rpx; color: #728dd4; margin-right: 10rpx; } .top-view .msg-btn-go .van-button{ width: 144rpx; margin-right: 10rpx; } .top-view .msg-colse-img{ width: 30rpx; height: 30rpx; margin-left: 10rpx; margin-top: 29rpx; }