更新
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.secondary-page {
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
padding: 32rpx 24rpx 48rpx;
|
||||
padding: 0 24rpx 48rpx;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(180deg, #1e2432 0%, #171d29 100%);
|
||||
overflow: hidden;
|
||||
@@ -35,7 +35,7 @@
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
margin-bottom: 28rpx;
|
||||
padding: 32rpx 30rpx;
|
||||
padding: 28rpx 30rpx;
|
||||
border-radius: 28rpx;
|
||||
background: rgba(39, 46, 64, 0.95);
|
||||
box-shadow: inset 0 0 0 2rpx rgba(255, 255, 255, 0.03);
|
||||
@@ -49,16 +49,9 @@
|
||||
letter-spacing: 4rpx;
|
||||
}
|
||||
|
||||
.secondary-page__title {
|
||||
display: block;
|
||||
color: #f6f8fb;
|
||||
font-size: 42rpx;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.secondary-page__description {
|
||||
display: block;
|
||||
margin-top: 14rpx;
|
||||
margin-top: 10rpx;
|
||||
color: #9aa5bb;
|
||||
font-size: 24rpx;
|
||||
line-height: 1.7;
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "我的设备"
|
||||
});
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "问题反馈"
|
||||
});
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "关注我们"
|
||||
});
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "首页"
|
||||
navigationBarTitleText: ""
|
||||
});
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "报修详情",
|
||||
navigationBarBackgroundColor: "#0B1220",
|
||||
navigationBarTextStyle: "white",
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "申请报修",
|
||||
navigationBarBackgroundColor: "#0B1220",
|
||||
navigationBarTextStyle: "white",
|
||||
|
||||
3
src/pages/report/navigation.ts
Normal file
3
src/pages/report/navigation.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export function resolveReportBackAction(pageStackLength: number) {
|
||||
return pageStackLength > 1 ? "navigateBack" : "redirectHome";
|
||||
}
|
||||
@@ -1,3 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "设置"
|
||||
});
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "帮助与客服"
|
||||
});
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
export default definePageConfig({
|
||||
navigationStyle: "custom",
|
||||
navigationBarTitleText: "教学视频"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user