页面切图

This commit is contained in:
仲么了
2023-02-20 14:19:28 +08:00
parent 7d28b3476a
commit 5e69ab1da6
50 changed files with 1136 additions and 213 deletions

View File

@@ -180,32 +180,32 @@ export default {
color: #999;
}
.nav {
position: sticky;
top: 0;
left: 0;
padding: 20rpx;
display: flex;
background: rgb(243, 244, 245);
// .nav {
// position: sticky;
// top: 0;
// left: 0;
// padding: 20rpx;
// display: flex;
// background: rgb(243, 244, 245);
.nav-menu {
padding: 10rpx 20rpx;
margin-left: 20rpx;
font-size: 28rpx;
border-radius: 8rpx;
background: $uni-theme-white;
// .nav-menu {
// padding: 10rpx 20rpx;
// margin-left: 20rpx;
// font-size: 28rpx;
// border-radius: 8rpx;
// background: $uni-theme-white;
&:first-of-type {
margin-left: 0;
}
// &:first-of-type {
// margin-left: 0;
// }
&-active {
background: $uni-theme-blue;
color: #fff;
}
}
// &-active {
// background: $uni-theme-blue;
// color: #fff;
// }
// }
}
// }
.content {
box-sizing: border-box;