agreement.scss 377 B

12345678910111213141516171819
  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. margin-left: -20rpx;
  13. text {
  14. color: #3874F6;
  15. }
  16. }
  17. }