userMsgMenager.wxss 660 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .imagV{
  2. margin-top: 30rpx;
  3. padding: 8rpx;
  4. width: 120rpx;
  5. height: 120rpx;
  6. border: 2rpx solid darkgray;
  7. }
  8. .yzmctV{
  9. display: flex;
  10. flex-direction: row;
  11. align-items: center;
  12. justify-content: center;
  13. margin-top: 40rpx;
  14. }
  15. .noinputV{
  16. width: 80%;
  17. height: 80rpx;
  18. line-height: 80rpx;
  19. border-radius: 20rpx;
  20. border: 2rpx solid darkgray;
  21. }
  22. .querenBt{
  23. margin-top: 30rpx;
  24. width: 80%;
  25. height: 60rpx;
  26. line-height: 60rpx;
  27. padding: 10rpx;
  28. border-radius: 20rpx;
  29. border: solid crimson;
  30. border-width: 0px 0px 6rpx 0px;
  31. text-align: center;
  32. justify-content: center;
  33. background-color: #E02F73;
  34. color: white;
  35. box-shadow: -4rpx 4rpx 2rpx 5rpx lightgrey;
  36. }