feedbackresult.wxss 725 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .text01{
  2. align-self: start;
  3. font-size: 36rpx;
  4. margin: 50rpx 0 0 40rpx;
  5. }
  6. .text02{
  7. align-self: start;
  8. font-size: 24rpx;
  9. font-weight: 400;
  10. margin: 10rpx 0 40rpx 40rpx;
  11. }
  12. .panel1{
  13. width:710rpx;
  14. background: #FFFFFF;
  15. border-radius: 20rpx;
  16. margin-bottom: 20rpx;
  17. align-items: flex-start;
  18. justify-content: flex-start;
  19. position: relative;
  20. }
  21. .text03{
  22. font-size: 28rpx;
  23. margin: 42rpx 0 0 40rpx;
  24. }
  25. .text04{
  26. margin: 10rpx 0 40rpx 40rpx;
  27. font-weight: 400;
  28. font-size: 24rpx;
  29. overflow-x: hidden;
  30. width:630rpx;
  31. white-space: nowrap;
  32. }
  33. .panel11{
  34. width: 120rpx;
  35. height: 70rpx;
  36. background: #D2D2D2;
  37. border-radius: 0 20rpx 0 30rpx;
  38. position: absolute;
  39. top:0;
  40. right:0;
  41. font-size:24rpx;
  42. }