Newer
Older
smartKitchenMiniProgram / packageA / home_center / common_panel / components / Boolean / index.wxss
dutingting on 22 Nov 2022 618 bytes 1.0.1
/* pages/home_center/common_panel/components/Boolean/index.wxss */
.boolean-container {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  padding: 20px 24px;
  background-color: #fff;
  border-radius: 14px;
}

.boolean-name {
  flex: 1;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  line-height: 25px;
  color: #505050;
}

.van-switch__node {
  background-color: #fff;
	box-shadow: 0px 3px 3px 0px 
		rgba(0, 0, 0, 0.05), 
		0px 2px 2px 0px 
		rgba(0, 0, 0, 0.1), 
		0px 2px 2px 0px 
		rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.1);
}