| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- /* 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;
- }
|