1234567891011121314151617181920 |
- /* 登录协议 */
- .agreement {
- display: flex;
- width: 100%;
- justify-content: center;
- .con {
- width: 376rpx;
- text-align: center;
- font-size: 24rpx !important;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666 !important;
- padding-top: 40rpx;
- margin-left: -10rpx;
- text {
- color: #3874F6;
- }
- }
- }
|