msgList.wxss 464 B

123456789101112131415161718192021222324252627
  1. .msg-poster {
  2. margin: 20rpx auto;
  3. width: 94%;
  4. height: 300rpx;
  5. border-radius: 20rpx;
  6. }
  7. .t-icon {
  8. width: 40rpx;
  9. height: 40rpx;
  10. }
  11. .btn {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. height: 80rpx;
  16. margin: 0 20rpx 20rpx 20rpx;
  17. background-color: #4169E1;
  18. border-radius: 12rpx;
  19. box-shadow: 0 10rpx 20rpx rgba(0, 0, 0, 0.1);
  20. }
  21. .btn .btn-text {
  22. line-height: 38rpx;
  23. font-size: 38rpx;
  24. color: #FFF;
  25. font-family: YSfont;
  26. }