|
@@ -1,19 +1,19 @@
|
|
|
/* 登录协议 */
|
|
|
.agreement {
|
|
|
- display: flex;
|
|
|
- width: 100%;
|
|
|
- justify-content: center;
|
|
|
+ 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;
|
|
|
+ .con {
|
|
|
+ width: 316rpx;
|
|
|
+ text-align: center;
|
|
|
+ font-size: 24rpx !important;
|
|
|
+ font-family: PingFang SC-Regular, PingFang SC;
|
|
|
+ color: #666666 !important;
|
|
|
+ margin-left: -20rpx;
|
|
|
|
|
|
- text {
|
|
|
- color: #3874F6;
|
|
|
- }
|
|
|
- }
|
|
|
+ text {
|
|
|
+ color: #3874F6;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|