12345678910111213141516171819 |
- /* 登录协议 */
- .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;
- margin-left: -20rpx;
- text {
- color: #3874F6;
- }
- }
- }
|