业务交流通
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.wxss 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /* pages/msgPage/msgPage.wxss */
  2. .msg-page {
  3. min-height: calc(100vh - 150rpx);
  4. }
  5. .top-view {
  6. background: #fff;
  7. box-sizing: border-box;
  8. padding: 0 20rpx;
  9. height: 88rpx;
  10. line-height: 88rpx;
  11. box-shadow: -1px 3px 12px 4px rgba(186, 186, 186, 0.1);
  12. border-radius: 20rpx;
  13. margin-bottom: 20rpx;
  14. }
  15. .top-view .msg-top-img {
  16. width: 87rpx;
  17. height: 67rpx;
  18. margin-right: 26rpx;
  19. position: relative;
  20. top: 13rpx;
  21. }
  22. .top-view .msg-text{
  23. font-size: 24rpx;
  24. color: #728dd4;
  25. margin-right: 10rpx;
  26. }
  27. .top-view .msg-btn-go .van-button{
  28. width: 144rpx;
  29. margin-right: 10rpx;
  30. }
  31. .top-view .msg-colse-img{
  32. width: 30rpx;
  33. height: 30rpx;
  34. margin-left: 10rpx;
  35. margin-top: 29rpx;
  36. }
  37. .msg-box-view {
  38. background: #fff;
  39. box-sizing: border-box;
  40. border-radius: 20rpx;
  41. min-height: calc(100vh - 150rpx);
  42. }
  43. .msg-box-view.topShow{
  44. min-height: calc(100vh - 258rpx);
  45. }
  46. .msg-box-view.not-msg-data{
  47. text-align: center;
  48. box-sizing: border-box;
  49. padding-top: 140rpx;
  50. }
  51. .msg-box-view.not-msg-data .not-msg-data-img{
  52. width: 302rpx;
  53. height: 224rpx;
  54. }
  55. .msg-box-view.not-msg-data .not-data-msg-info{
  56. font-size: 24rpx;
  57. color: #b3bfcb;
  58. margin-top: 20rpx;
  59. }