| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- .new-footer {
- display: flex;
- justify-content: space-between;
- position: fixed;
- width: 100vw;
- height: 130rpx;
- background: #FFFFFF;
- box-shadow: 0px -4rpx 16rpx 2rpx rgba(150, 157, 165, 0.16);
- bottom: 0;
- z-index: 9999;
- padding-left: 30rpx;
- box-sizing: border-box;
- padding-top: 10rpx;
- .historicalservicesqty {
- font-family: PingFang SC, PingFang SC;
- font-size: 32rpx;
- color: #333333;
- height: 90rpx;
- line-height: 90rpx;
- }
- .new-submit {
- width: 156rpx;
- height: 90rpx;
- background: #3874F6;
- border-radius: 8rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- margin-right: 30rpx;
- }
- .but {
- background: #FFFFFF;
- border: 2rpx solid #CCCCCC;
- font-family: PingFang SC, PingFang SC;
- font-weight: bold;
- font-size: 32rpx;
- color: #333333;
- margin-right: 20rpx;
- }
- }
|