业务交流通
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.

index.wxss 662B

1234567891011121314151617181920212223242526272829303132333435
  1. /* pages/msgPage/msgPage.wxss */
  2. .top-view {
  3. background: #fff;
  4. box-sizing: border-box;
  5. padding: 0 20rpx;
  6. height: 88rpx;
  7. line-height: 88rpx;
  8. box-shadow: -1px 3px 12px 4px rgba(186, 186, 186, 0.1);
  9. border-radius: 20rpx;
  10. }
  11. .top-view .msg-top-img {
  12. width: 87rpx;
  13. height: 67rpx;
  14. margin-right: 26rpx;
  15. position: relative;
  16. top: 13rpx;
  17. }
  18. .top-view .msg-text{
  19. font-size: 24rpx;
  20. color: #728dd4;
  21. margin-right: 10rpx;
  22. }
  23. .top-view .msg-btn-go .van-button{
  24. width: 144rpx;
  25. margin-right: 10rpx;
  26. }
  27. .top-view .msg-colse-img{
  28. width: 30rpx;
  29. height: 30rpx;
  30. margin-left: 10rpx;
  31. margin-top: 29rpx;
  32. }