yiming
2024-03-26 09905b43ec2a249ef0e6057d148b8620cfaa1506
packageDomain/pages/sampleBookList/index.wxss
@@ -1,3 +1,8 @@
.container {
  width: 100vw;
  height: 100vh;
}
.page-header {
  background-color: #fff;
  position: fixed;
@@ -7,7 +12,12 @@
}
.bookServices-list {
  padding-top: 280rpx;
  padding-top: 294rpx;
}
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 294rpx);
  box-sizing: border-box;
}
.nacigationBar {
@@ -126,7 +136,6 @@
.list-body {
  background: #F2F3F8;
  padding: 40rpx 0;
}
.title {
@@ -134,6 +143,7 @@
  height: 60rpx;
  font-weight: bold;
  align-items: center;
  margin-top: 20rpx;
}
.title .line {
@@ -168,7 +178,7 @@
.book-list {
  padding: 24rpx;
  padding: 20rpx;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rpx;
@@ -184,7 +194,7 @@
  flex-direction: column;
  align-items: center;
  margin-bottom: 40rpx;
  padding: 50rpx 20rpx 32rpx 20rpx;
  padding: 50rpx 16rpx 32rpx 16rpx;
  box-shadow: 0rpx 0rpx 18rpx 2rpx rgba(0, 0, 0, 0.08);
  background: #fff;
}
@@ -250,7 +260,7 @@
}
.checkbox .t-checkbox__icon--left {
  margin-right: 10rpx !important;
  margin-right: 6rpx !important;
}
.checkbox .t-checkbox__title {