message.wxss 509 B

123456789101112131415161718192021222324252627282930
  1. /* message/message.wxss */
  2. .card{
  3. width: 90%;
  4. margin: auto;
  5. height: 270rpx;
  6. background: #fff;
  7. border-radius: 10rpx;
  8. margin-top: 18rpx;
  9. padding: 20rpx 20rpx;
  10. position: relative;
  11. /* box-shadow: 5px 5px 5px #cdcfcf; */
  12. }
  13. .card2{
  14. display: flex;
  15. justify-content: space-between;
  16. color: #696969;
  17. margin-bottom: -10rpx;
  18. }
  19. .btn1{
  20. position: absolute;
  21. right: 20rpx;
  22. bottom: 25rpx;
  23. }
  24. .card1{
  25. display: flex;
  26. justify-content: space-between;
  27. color: #696969;
  28. margin-bottom: 8rpx;
  29. }