feat: migrate static pages to native tabbar
This commit is contained in:
18
app.wxss
18
app.wxss
@@ -1,4 +1,4 @@
|
||||
@import 'tdesign-miniprogram/common/style/index.wxss';
|
||||
@import './miniprogram_npm/tdesign-miniprogram/common/style/index.wxss';
|
||||
|
||||
page {
|
||||
min-height: 100%;
|
||||
@@ -45,3 +45,19 @@ text {
|
||||
justify-content: space-between;
|
||||
gap: 24rpx;
|
||||
}
|
||||
|
||||
.xz-page--warm {
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(180deg, #f8edd6 0%, #f9f0de 24%, #f6ead4 100%);
|
||||
}
|
||||
|
||||
.xz-page--mingli {
|
||||
min-height: 100vh;
|
||||
background: linear-gradient(180deg, #fbf6f3 0%, #f4ebe6 100%);
|
||||
}
|
||||
|
||||
.xz-card {
|
||||
border-radius: 28rpx;
|
||||
border: 1rpx solid rgba(84, 58, 29, 0.08);
|
||||
box-shadow: 0 16rpx 36rpx rgba(84, 58, 29, 0.06);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user