暂时提交

feasure-livedata
lld 2026-04-04 02:34:58 +08:00
parent 0d14266fa7
commit a47d7d2f00
7 changed files with 25 additions and 15 deletions

View File

@ -102,11 +102,12 @@ export default {
</script>
<style lang="scss" scoped>
page { background: #edf1f7; }
page {
background: linear-gradient(180deg, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page {
min-height: 100vh;
background: #edf1f7;
padding: 20rpx 25rpx;
}
@ -242,10 +243,14 @@ page { background: #edf1f7; }
font-size: 24rpx;
color: #555;
background: #fff;
border: 2rpx solid #ddd;
border: 1rpx solid #ddd;
border-radius: 30rpx;
padding: 10rpx 30rpx;
padding: 10rpx 80rpx;
line-height: 1.4;
justify-items: center;
justify-content: center;
align-items: center;
align-content: center;
}
}
}

View File

@ -85,11 +85,12 @@ export default {
</script>
<style lang="scss" scoped>
page { background: #edf1f7; }
page {
background: linear-gradient(180deg, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page {
min-height: 100vh;
background: #edf1f7;
padding-bottom: 120rpx;
}

View File

@ -77,11 +77,12 @@ export default {
</script>
<style lang="scss" scoped>
page { background: #edf1f7; }
page {
background: linear-gradient(180deg, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page {
min-height: 100vh;
background: #edf1f7;
display: flex;
flex-direction: column;
padding: 30rpx 20rpx;

View File

@ -113,11 +113,12 @@ export default {
</script>
<style lang="scss" scoped>
page { background: #edf1f7; }
page {
background: linear-gradient(180deg, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page {
min-height: 100vh;
background: #edf1f7;
display: flex;
flex-direction: column;
}

View File

@ -142,7 +142,7 @@ export default {
<style lang="scss" scoped>
page {
background: linear-gradient(180deg, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
background: radial-gradient(circle at top, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page-bg {

View File

@ -75,11 +75,12 @@ export default {
</script>
<style lang="scss" scoped>
page { background: #edf1f7; }
page {
background: radial-gradient(circle at top, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page {
padding: 30rpx;
background: #edf1f7;
min-height: 100vh;
}

View File

@ -144,11 +144,12 @@ export default {
</script>
<style lang="scss" scoped>
page { background: #edf1f7; }
page {
background: linear-gradient(180deg, #e8f0ff 0%, #f5f7fa 60%, #ffffff 100%);
}
.page-bg {
min-height: 100vh;
background: #edf1f7;
padding-bottom: 120rpx;
}