Newer
Older
smartKitchenMiniProgram / pages / guide / index.wxss
/* pages/guide/index.wxss */
page {
  /* padding: 20rpx 0 50rpx 0; */
	/* min-height: 100%; */
	background: linear-gradient(180deg, #fefeff 0%, #a8cee1 50%, #fefeff 100%);
}

.guide {
  padding: 32rpx 0;
}

.list-item{
  display: flex;
  background-color: #fff;
  padding: 28px 16px 28px 20px;
  border-radius: 16px;
  margin-bottom: 12px;
}

.list-item-header {
  display: flex;
  flex: 1;
}

.list-item-header-name {
	font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #22242c;
}

.over-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.over-label {
  margin-bottom: 32px;
  font-family: PingFangSC-Regular;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.over-image {
  width: 260px;
  height: 260px;
  border-radius: 50%;
}
.swiper-img {
	width: 100%;
	height: 100%;
}
/* 图标 */
.icon-class-one {
	height: 0 !important;
}
.grid-item {
	margin-top: 60rpx;
}
.grid-item-content {
	background-color: rgba(255, 255, 255, .4) !important;
}
.grid-item-content:active {
	background-color: rgba(36, 131, 179, 0.1) !important;
}

.grid-text {
	color: rgba(0, 0, 0, 1) !important;
	font-size: 36rpx !important;
}
.recommend{
    padding: 20rpx;
    margin-bottom: 120rpx;
}
.recommend-top{
  display: flex;
  justify-content: space-between;
}
.recommend-title{
    font-size: 38rpx;
}
.recommend-right{
    margin-top: 10rpx;
    font-size: 28rpx;
    color: #ccc;
}
.recommend-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.content-item{
    width: 320rpx;
    margin-top: 55rpx;
}
.item-image{
    width: 100%;
}