@ -1,28 +1,35 @@ |
|||||||
{ |
{ |
||||||
"$schema":"https://json.schemastore.org/prettierrc.json", |
"$schema": "https://json.schemastore.org/prettierrc.json", |
||||||
"printWidth": 120, |
"printWidth": 120, |
||||||
"tabWidth": 2, |
"tabWidth": 2, |
||||||
"useTabs": false, |
"useTabs": false, |
||||||
"semi": true, |
"semi": true, |
||||||
"singleQuote": false, |
"singleQuote": true, |
||||||
"bracketSpacing": true, |
"bracketSpacing": true, |
||||||
"trailingComma": "all", |
"trailingComma": "all", |
||||||
"arrowParens": "always", |
"arrowParens": "always", |
||||||
"endOfLine": "auto", |
"endOfLine": "auto", |
||||||
"htmlWhitespaceSensitivity": "ignore", |
"htmlWhitespaceSensitivity": "ignore", |
||||||
"singleAttributePerLine": false, |
"singleAttributePerLine": false, |
||||||
|
"jsxSingleQuote": true, |
||||||
"overrides": [ |
"overrides": [ |
||||||
{ |
{ |
||||||
"files": "*.wxml", |
"files": "*.wxml", |
||||||
"options": { "parser": "html" } |
"options": { |
||||||
|
"parser": "html" |
||||||
|
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"files": "*.wxss", |
"files": "*.wxss", |
||||||
"options": { "parser": "css" } |
"options": { |
||||||
|
"parser": "css" |
||||||
|
} |
||||||
}, |
}, |
||||||
{ |
{ |
||||||
"files": "*.wxs", |
"files": "*.wxs", |
||||||
"options": { "parser": "babel" } |
"options": { |
||||||
|
"parser": "babel" |
||||||
|
} |
||||||
} |
} |
||||||
] |
] |
||||||
} |
} |
||||||
|
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 497 KiB |
After Width: | Height: | Size: 97 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 215 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 186 KiB |
After Width: | Height: | Size: 207 KiB |
After Width: | Height: | Size: 143 KiB |
After Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 90 KiB |
After Width: | Height: | Size: 151 KiB |
After Width: | Height: | Size: 111 KiB |
After Width: | Height: | Size: 142 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 131 KiB |
After Width: | Height: | Size: 115 KiB |
After Width: | Height: | Size: 184 KiB |
After Width: | Height: | Size: 20 KiB |
After Width: | Height: | Size: 834 B |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,5 @@ |
|||||||
|
{ |
||||||
|
"navigationBarTitleText": "帮助中心", |
||||||
|
"navigationStyle": "default", |
||||||
|
"usingComponents": {} |
||||||
|
} |
@ -0,0 +1,92 @@ |
|||||||
|
page { |
||||||
|
background-color: #f1feff; |
||||||
|
} |
||||||
|
.page { |
||||||
|
padding: 500rpx 0 80rpx; |
||||||
|
.module { |
||||||
|
.m-title { |
||||||
|
margin: 34rpx auto 0; |
||||||
|
display: block; |
||||||
|
width: 670rpx; |
||||||
|
max-height: 150rpx; |
||||||
|
} |
||||||
|
.m1-contaienr1 { |
||||||
|
margin: 32rpx 32rpx 0; |
||||||
|
width: 686rpx; |
||||||
|
height: 546rpx; |
||||||
|
} |
||||||
|
.m-card { |
||||||
|
margin: 26rpx 32rpx 0; |
||||||
|
background-color: #fff; |
||||||
|
border-radius: 24rpx; |
||||||
|
.c-title { |
||||||
|
padding: 32rpx 32rpx 16rpx 0; |
||||||
|
font-size: 36rpx; |
||||||
|
color: #141515; |
||||||
|
font-weight: bold; |
||||||
|
line-height: 56rpx; |
||||||
|
&::before { |
||||||
|
content: ''; |
||||||
|
margin-right: 20rpx; |
||||||
|
display: inline-block; |
||||||
|
width: 12rpx; |
||||||
|
height: 40rpx; |
||||||
|
background-color: #00b4c5; |
||||||
|
vertical-align: -4rpx; |
||||||
|
} |
||||||
|
} |
||||||
|
.c-title-line { |
||||||
|
margin: 0 32rpx; |
||||||
|
border-top: 1px dashed #00b4c5; |
||||||
|
} |
||||||
|
.c-container { |
||||||
|
padding: 36rpx 32rpx 44rpx; |
||||||
|
.list { |
||||||
|
.row { |
||||||
|
display: flex; |
||||||
|
gap: 16rpx; |
||||||
|
.order { |
||||||
|
margin-top: 10rpx; |
||||||
|
flex-shrink: 0; |
||||||
|
width: 40rpx; |
||||||
|
height: 40rpx; |
||||||
|
text-align: center; |
||||||
|
line-height: 40rpx; |
||||||
|
font-size: 32rpx; |
||||||
|
color: #fff; |
||||||
|
background: #00b4c5; |
||||||
|
border-radius: 50%; |
||||||
|
} |
||||||
|
.content { |
||||||
|
line-height: 56rpx; |
||||||
|
font-size: 32rpx; |
||||||
|
color: #4f5050; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
.photo { |
||||||
|
margin-top: 32rpx; |
||||||
|
width: 622rpx; |
||||||
|
} |
||||||
|
.mt24 { |
||||||
|
margin-top: 24rpx; |
||||||
|
} |
||||||
|
.mt32 { |
||||||
|
margin-top: 32rpx; |
||||||
|
} |
||||||
|
.ml56 { |
||||||
|
margin-left: 56rpx; |
||||||
|
} |
||||||
|
.step { |
||||||
|
font-size: 28rpx; |
||||||
|
color: #4f5050; |
||||||
|
line-height: 56rpx; |
||||||
|
.emphasis { |
||||||
|
color: #00b4c5; |
||||||
|
font-weight: bold; |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
||||||
|
} |
@ -0,0 +1,8 @@ |
|||||||
|
const _app = getApp<IAppOption>(); |
||||||
|
|
||||||
|
Page({ |
||||||
|
data: {}, |
||||||
|
onLoad() {}, |
||||||
|
}); |
||||||
|
|
||||||
|
export {} |