addShipOnwer.wxss 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /* pages/shipOwnerManage/addShipOnwer/addShipOnwer.wxss */
  2. .new-line {
  3. width: 690rpx;
  4. border-bottom: 1px solid #EBEBEB;
  5. height: 105rpx;
  6. margin-left: 30rpx;
  7. }
  8. .title {
  9. width: 160rpx;
  10. font-size: 30rpx;
  11. font-family: PingFangSC-Regular, PingFang SC;
  12. font-weight: 400;
  13. color: #20252E;
  14. margin-right: 60rpx;
  15. }
  16. .new-next {
  17. width: 590rpx;
  18. height: 96rpx;
  19. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  20. border-radius: 20rpx;
  21. font-size: 34rpx;
  22. font-family: PingFangSC-Medium, PingFang SC;
  23. font-weight: 500;
  24. color: #FFFFFF;
  25. text-align: center;
  26. line-height: 96rpx;
  27. margin: 365rpx auto;
  28. }
  29. .id-title {
  30. font-size: 30rpx;
  31. font-family: PingFangSC-Regular, PingFang SC;
  32. font-weight: 400;
  33. color: #20252E;
  34. margin: 30rpx;
  35. }
  36. .id-uploader {
  37. margin: 30rpx auto;
  38. width: 666rpx;
  39. height: 194rpx;
  40. background: rgba(12, 143, 253, 0.1);
  41. border-radius: 4rpx;
  42. border: 2rpx dashed #028AFD;
  43. display: block;
  44. }
  45. .uploader-icon {
  46. width: 40rpx;
  47. height: 40rpx;
  48. line-height: 30rpx;
  49. border-radius: 40rpx;
  50. font-size: 40rpx;
  51. border: 2rpx solid #028AFD;
  52. color: #028AFD;
  53. text-align: center;
  54. margin: 30rpx auto;
  55. }
  56. .uploader-text {
  57. font-size: 30rpx;
  58. font-family: PingFangSC-Regular, PingFang SC;
  59. font-weight: 400;
  60. color: #666666;
  61. text-align: center;
  62. }
  63. .next-2 {
  64. width: 590rpx;
  65. height: 96rpx;
  66. background: linear-gradient(270deg, #0089FD 0%, #43A9FF 100%);
  67. border-radius: 20rpx;
  68. margin: 0 auto;
  69. margin-top: 128rpx;
  70. text-align: center;
  71. font-size: 34rpx;
  72. font-family: PingFangSC-Medium, PingFang SC;
  73. font-weight: 500;
  74. color: #FFFFFF;
  75. line-height: 96rpx;
  76. }