jurisdiction.scss 1022 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .noauth-cont {
  2. padding-top: 150rpx;
  3. text-align: center;
  4. font-size: 28rpx;
  5. .noauth-ico {
  6. width: 365rpx;
  7. height: 229rpx;
  8. margin-bottom: 70rpx;
  9. }
  10. .tip {
  11. width: 532rpx;
  12. margin: 0 auto 100rpx;
  13. .contract {
  14. padding: 40rpx 90rpx 0;
  15. line-height: 44rpx;
  16. text {
  17. display: inline-block;
  18. }
  19. }
  20. }
  21. .btn-cont {
  22. width: 368rpx;
  23. height: 80rpx;
  24. // position: relative;
  25. background: linear-gradient(268deg, #2ddbff 0%, #1599ff 49%, #005eff 100%);
  26. color: #fff;
  27. font-size: 34rpx;
  28. margin: 0 auto;
  29. text-align: center;
  30. line-height: 80rpx;
  31. &.back-btn {
  32. background: linear-gradient(268deg, #2ddbff 0%, #1599ff 49%, #005eff 100%) !important;
  33. // border: 2rpx solid #376cbb;
  34. color: #fff;
  35. margin-top: 30rpx;
  36. }
  37. .btn_bg {
  38. width: 100%;
  39. height: 80rpx;
  40. position: absolute;
  41. left: 0;
  42. top: 0;
  43. }
  44. .btn-txt {
  45. width: 100%;
  46. position: absolute;
  47. z-index: 1;
  48. }
  49. }
  50. }