12345678910111213141516171819202122232425262728293031323334353637383940 |
- .resumedeliveryresults{
- &-unavbar{
- ::v-deep .u-border-bottom:after {
- border-bottom-width: 0 !important;
- }
- }
-
- &-image{
- margin-top: 10vh;
- width: 100%;
- text-align: center;
-
- .image{
- width: 176rpx;
- height: 176rpx;
- }
- }
-
- &-content{
- margin-top: 36rpx;
- width: 100%;
- text-align: center;
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: bold;
- color: #000000;
- line-height: 45rpx;
- }
-
- &-bottom{
- margin-top: 30vh;
- width: 100%;
- text-align: center;
-
- .okbtn{
- width: 50%;
- border-radius: 40rpx;
- }
- }
- }
|