/* pages/shipOwnerManage/addShipOnwer/addShipOnwer.wxss */ .new-line { width: 690rpx; border-bottom: 1px solid #EBEBEB; height: 105rpx; margin-left: 30rpx; } .title { width: 160rpx; font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #20252E; margin-right: 60rpx; } .new-next { width: 590rpx; height: 96rpx; background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%); border-radius: 20rpx; font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; text-align: center; line-height: 96rpx; margin: 365rpx auto; } .id-title { font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #20252E; margin: 30rpx; } .id-uploader { margin: 30rpx auto; width: 666rpx; height: 194rpx; background: rgba(12, 143, 253, 0.1); border-radius: 4rpx; border: 2rpx dashed #028AFD; display: block; } .uploader-icon { width: 40rpx; height: 40rpx; line-height: 30rpx; border-radius: 40rpx; font-size: 40rpx; border: 2rpx solid #028AFD; color: #028AFD; text-align: center; margin: 30rpx auto; } .uploader-text { font-size: 30rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #666666; text-align: center; } .next-2 { width: 590rpx; height: 96rpx; background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%); border-radius: 20rpx; margin: 0 auto; margin-top: 128rpx; text-align: center; font-size: 34rpx; font-family: PingFangSC-Medium, PingFang SC; font-weight: 500; color: #FFFFFF; line-height: 96rpx; }