resumeDeliveryResults.scss 648 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .resumedeliveryresults{
  2. &-unavbar{
  3. ::v-deep .u-border-bottom:after {
  4. border-bottom-width: 0 !important;
  5. }
  6. }
  7. &-image{
  8. margin-top: 10vh;
  9. width: 100%;
  10. text-align: center;
  11. .image{
  12. width: 176rpx;
  13. height: 176rpx;
  14. }
  15. }
  16. &-content{
  17. margin-top: 36rpx;
  18. width: 100%;
  19. text-align: center;
  20. font-size: 36rpx;
  21. font-family: PingFangSC-Regular, PingFang SC;
  22. font-weight: bold;
  23. color: #000000;
  24. line-height: 45rpx;
  25. }
  26. &-bottom{
  27. margin-top: 30vh;
  28. width: 100%;
  29. text-align: center;
  30. .okbtn{
  31. width: 50%;
  32. border-radius: 40rpx;
  33. }
  34. }
  35. }