登录流程接口对接

This commit is contained in:
唐明明
2022-01-06 14:54:22 +08:00
parent 4709ff0c4a
commit 53a6f0b149
10 changed files with 202 additions and 60 deletions

View File

@@ -193,7 +193,8 @@ export default {
line-height: 44rpx;
width: 160rpx;
font-weight: bold;
font-size: $title-size-lg;
font-size: $title-size;
color: $text-color;
@extend .nowrap;
}
&-describe{
@@ -227,11 +228,12 @@ export default {
border-radius: $radius;
}
.new-title {
font-size: $title-size-lg;
font-size: $title-size;
line-height: 45rpx;
min-height: 100rpx;
margin-bottom: 10px;
font-weight: bold;
color: $text-color;
}
.new-tool {
color: $text-gray;