7 changed files with 14 additions and 88 deletions
Split View
Diff Options
-
1app.json
-
14pages/agent/ability/index.js
-
4pages/agent/ability/index.json
-
6pages/agent/ability/index.wxml
-
64pages/agent/ability/index.wxss
-
10pages/agent/focus-fragment/index.js
-
3pages/agent/index/index.js
@ -1,63 +1 @@ |
|||
/* pages/agent/index/index.wxss */ |
|||
.bj{ |
|||
height: 1300rpx; |
|||
background-color: white; |
|||
} |
|||
.bgImgView { |
|||
width: 100%; |
|||
height: 548rpx; |
|||
padding: 160rpx 186rpx 94rpx 186rpx; |
|||
background-color: white; |
|||
} |
|||
|
|||
.imgsj { |
|||
height: 294rpx; |
|||
width: 378rpx; |
|||
} |
|||
|
|||
.midText { |
|||
width: 100%; |
|||
height: 67rpx; |
|||
padding: 0rpx 279rpx 0rpx 279rpx; |
|||
} |
|||
|
|||
.midText2 { |
|||
font-size: 48rpx; |
|||
color: #000000; |
|||
letter-spacing: 0; |
|||
text-align: left; |
|||
} |
|||
|
|||
.midText3 { |
|||
width: 100%; |
|||
height: 45px; |
|||
padding: 0rpx 199rpx 0rpx 199rpx; |
|||
margin-top: 12rpx; |
|||
} |
|||
|
|||
.midText4 { |
|||
font-size: 32rpx; |
|||
color: rgba(0, 0, 0, 0.75); |
|||
letter-spacing: 0; |
|||
text-align: left; |
|||
} |
|||
.bg-blue{ |
|||
color: #FFFFFF; |
|||
background-color: #008AFF; |
|||
} |
|||
|
|||
.offer-btn { |
|||
width: 480rpx; |
|||
height: 88rpx; |
|||
background: linear-gradient(312deg, rgba(38, 125, 214, 1) 0%, rgba(0, 138, 255, 1) 100%); |
|||
box-shadow: 0px 10px 13px -8px rgba(35, 126, 217, 0.53); |
|||
border-radius: 10rpx; |
|||
color: white; |
|||
font-size: 32rpx; |
|||
margin-left: 32rpx; |
|||
} |
|||
.bottomBtn{ |
|||
width: 100%; |
|||
height: 88rpx; |
|||
padding:0rpx 135rpx 0rpx 135rpx; |
|||
} |
|||
/* pages/agent/index/index.wxss */ |
|||
Write
Preview
Loading…
Cancel
Save