agreement.scss 405 B

1234567891011121314151617181920
  1. /* 登录协议 */
  2. .agreement {
  3. display: flex;
  4. width: 100%;
  5. justify-content: center;
  6. .con {
  7. width: 376rpx;
  8. text-align: center;
  9. font-size: 24rpx !important;
  10. font-family: PingFang SC-Regular, PingFang SC;
  11. color: #666666 !important;
  12. padding-top: 40rpx;
  13. margin-left: -10rpx;
  14. text {
  15. color: #3874F6;
  16. }
  17. }
  18. }