litian
2024-03-26 10db09788d74b441a2efd85f5d4614e944b07bb3
packageDomain/pages/sampleBookList/index.wxss
@@ -1,3 +1,8 @@
.container {
  width: 100vw;
  height: 100vh;
}
.page-header {
  background-color: #fff;
  position: fixed;
@@ -7,7 +12,13 @@
}
.bookServices-list {
  padding-top: 280rpx;
  padding-top: 294rpx;
  background: #F2F3F8;
}
.content {
  height: calc(100vh - env(safe-area-inset-bottom) - 294rpx);
  box-sizing: border-box;
}
.nacigationBar {
@@ -124,16 +135,14 @@
  transform: rotate(180deg);
}
.list-body {
  background: #F2F3F8;
  padding: 40rpx 0;
}
.list-body {}
.title {
  display: flex;
  height: 60rpx;
  font-weight: bold;
  align-items: center;
  margin-top: 20rpx;
}
.title .line {
@@ -168,7 +177,7 @@
.book-list {
  padding: 24rpx;
  padding: 20rpx;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rpx;
@@ -184,7 +193,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 +259,7 @@
}
.checkbox .t-checkbox__icon--left {
  margin-right: 10rpx !important;
  margin-right: 6rpx !important;
}
.checkbox .t-checkbox__title {