李志伟 3 年前
父节点
当前提交
d7efdfbb08
共有 2 个文件被更改,包括 12 次插入9 次删除
  1. 1
    2
      src/pages/PayOrder/index.jsx
  2. 11
    7
      src/pages/PayOrder/style.less

+ 1
- 2
src/pages/PayOrder/index.jsx 查看文件

@@ -277,7 +277,6 @@ export default withLayout((props) => {
277 277
           </view>
278 278
           <view className='Card-user'>
279 279
             <Radio
280
-
281 280
               className='Radio-text'
282 281
               value='agreement'
283 282
               checked={agreement}
@@ -287,7 +286,7 @@ export default withLayout((props) => {
287 286
             >
288 287
               我已阅读知晓并同意
289 288
               </Radio>
290
-              <text style='color:#274190;text-decoration:underline;font-weight:400;' onClick={goRules}>
289
+              <text className='ptxy'onClick={goRules}>
291 290
                 《平台用户服务协议》
292 291
               </text>
293 292
 

+ 11
- 7
src/pages/PayOrder/style.less 查看文件

@@ -232,7 +232,7 @@
232 232
     left: 0;
233 233
     right: 0;
234 234
     .Card-number-box {
235
-      width: 94%;
235
+      width: calc(100% - 60px);
236 236
       margin: auto;
237 237
       box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
238 238
       .Card-number {
@@ -241,20 +241,24 @@
241 241
         background-color: @whiteColor;
242 242
       }
243 243
       .Card-user {
244
-        width: 100%;
245 244
         height: 96px;
246 245
         padding-bottom: 30px;
246
+        line-height: 96px;
247 247
         background-color: @whiteColor;
248 248
         .Radio-text{
249
-          padding-left: 20px;
249
+          padding-left: 40px;
250 250
           position: relative;
251
-          top: 24px;
251
+          bottom: 6px;
252 252
           color: #666666;
253
-          // left: 28px;
254
-          font-size: 30px;
255
-     
253
+          font-size: 36px;
254
+          zoom: 70%;
256 255
         }
257 256
       }
257
+      .ptxy{
258
+        color: #274190;
259
+          text-decoration:underline;
260
+          font-size: 25px;
261
+      }
258 262
     }
259 263
     .button-box-button-box {
260 264
       position: relative;