.pack-code{ text-align: center; background: #ed6a2d url(../../lib/img/code_back.png) no-repeat; background-size: 100%; } .code{ background: white; margin: 0 50rpx; border-radius: 10rpx; } .price-installment{ position: relative; border-top: dashed 1rpx #eee; padding: 50rpx 30rpx; color: gray; } .price-installment::before, .price-installment::after{ content: " "; position: absolute; top: -12rpx; height: 25rpx; width: 25rpx; background: #ed6a2d; border-radius: 50%; } .price-installment::before{ left: -13rpx; } .price-installment::after{ right: -13rpx; } .code-img{ padding: 30rpx; } .code-price{ padding: 30rpx 0; font-size: 45rpx; color: #ed6a2d; font-weight: bold; }