categoryList.wxss 560 Bytes
page {
  display: block;
  min-height: 100%;
  background-color: #fff;
}

.item {
  display: flex;
  flex-direction: row;
  padding: 0rpx 40rpx;
  height: 88rpx;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #e0e0e0;
}

.name {
  font-family: PingFangSC;
  font-size: 32rpx;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.72;
  letter-spacing: -0.3px;
  text-align: left;
  color: #444;
}

.checked {
  width: 40rpx;
  height: 40rpx;
}

.expend {
  width: 25rpx;
  height: 14rpx;
}