Browse Source

修改风行侠认证首页文字错误,标题样式

1.0
396316021 1 year ago
parent
commit
456448dcd3
  1. 5
      pages/Authentication/components/index.scss
  2. 2
      pages/Authentication/index.vue

5
pages/Authentication/components/index.scss

@ -15,8 +15,9 @@
border-radius: 20rpx;
padding:38rpx 40rpx;
.content-title{
font-size: 32rpx;
font-weight: 400;
font-size: 40rpx;
font-weight: bold;
text-align: center;
color: #020B18;
line-height: 50rpx;
margin-bottom:26rpx;

2
pages/Authentication/index.vue

@ -19,7 +19,7 @@
</view>
<view class="fxx-content">
<view class="content-title">
行侠认证流程
行侠认证流程
</view>
<view class="content-main">
<u-parse :content="content"></u-parse>

Loading…
Cancel
Save