Commit 5109977f by zeyang

优化法条摘要

parent 20df4fbc
...@@ -1577,7 +1577,7 @@ ...@@ -1577,7 +1577,7 @@
<view style="background:yellow;" class="bolder"> <view style="background:yellow;" class="bolder">
保险金信托1.0、2.0设立步骤请咨询CFFP专业财务规划师: 保险金信托1.0、2.0设立步骤请咨询CFFP专业财务规划师:
</view> </view>
<view style="margin: 50rpx 23%;"> <view style="margin: 50rpx 30%;">
<image mode="widthFix" src="../../static/lawManual/lawManual2.png" /> <image mode="widthFix" src="../../static/lawManual/lawManual2.png" />
</view> </view>
<view style="text-align: center;color:red"> <view style="text-align: center;color:red">
...@@ -1684,7 +1684,12 @@ ...@@ -1684,7 +1684,12 @@
登录/注册即可免费查看 登录/注册即可免费查看
</view> </view>
<view class="loginPopupInput"> <view class="loginPopupInput">
<view class="loginPopupInputLine">
<input type="number" placeholder="请输入手机号">
</view>
<view class="loginPopupInputLine">
<input type="number" placeholder="请输入验证码">
</view>
</view> </view>
</view> </view>
</uni-popup> </uni-popup>
...@@ -1874,11 +1879,21 @@ ...@@ -1874,11 +1879,21 @@
letter-spacing: 1rpx; letter-spacing: 1rpx;
.loginPopupBox { .loginPopupBox {
padding: 330rpx 40rpx; padding: 30rpx 40rpx;
border-radius: 20rpx;
background: linear-gradient(180deg, rgba(246, 232, 219, 1) 0%, rgba(255, 255, 255, 1) 100%); background: linear-gradient(180deg, rgba(246, 232, 219, 1) 0%, rgba(255, 255, 255, 1) 100%);
.loginPopupTitle{ .loginPopupTitle{
color: rgba(17, 24, 38, 1); color: rgba(17, 24, 38, 1);
font-size: 36rpx; font-size: 34rpx;
margin-bottom: 40rpx;
}
.loginPopupInput{
.loginPopupInputLine{
background-color: #fff;
margin-bottom: 50rpx;
padding: 20rpx 30rpx;
border-radius: 5px;
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment