Newer
Older
smartKitchenMiniProgram / packageA / allEquipment / allEquipment.wxss
dutingting on 22 Nov 2022 797 bytes 1.0.1
/* packageA/allEquipment/allEquipment.wxss */
page {
  padding: 20rpx 0 50rpx 0;
	/* min-height: 100%; */
	background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%);
}
.list {
	display: flex;
	justify-content: space-between;
	border-bottom: 2rpx solid #ccc;
	padding: 50rpx 50rpx;
	background-color: rgba(255,255, 255, .3);
}
.left {
	display: flex;
}
.img {
	width: 100rpx;
	height: 100rpx;
	vertical-align: middle;
	margin-right: 20rpx;
}
.text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.text-title {
	font-weight: 500;
	margin-bottom: 16rpx;
}
.button-area {
	padding: 10rpx 16rpx;
	background-color: rgba(36, 131, 179, .2);
	/* color: #fff; */
	border-radius: 16rpx;
	font-size: 26rpx;
	height: 36rpx;
	white-space: nowrap;
	margin-left: 16rpx;
}