yuminge-app/yun-min-program-plugin-master/packageE/healthy/component/healthy_res/healthy_res.wxss

200 lines
3.0 KiB
Plaintext

/* packageE/healthy/component/healthy_Res/healthy_Res.wxss */
page { background: #fff; }
view,
input,
text {
box-sizing: border-box;
}
.header {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 20rpx;
padding: 0 25rpx;
padding-top: 20rpx;
}
.header .item {
width: 100%;
height: 175rpx;
padding: 31rpx 0 0 23rpx;
background-blend-mode:
normal,
normal;
border-radius: 26rpx;
}
.header .item.item1 {
background-image:
linear-gradient(
#f7fffc,
#f7fffc
),
linear-gradient(
0deg,
#ffa800 0%,
#ffd586 100%
);
}
.header .item.item2 {
background-image:
linear-gradient(
#f8f9ff,
#f8f9ff
),
linear-gradient(
#857f7f,
#857f7f
);
}
.header .item .desc .name {
font-size: 32rpx;
}
.header .item .desc .text {
margin-left: 22rpx;
color: #bababa;
font-size: 24rpx;
}
.header .item .num {
color: #343333;
font-size: 56rpx;
}
.listText {
padding: 30rpx 25rpx 0 25rpx;
display: flex;
flex-direction: column;
}
.listText .title {
font-size: 28rpx;
color: #292929;
}
.listText .text {
text-indent: 56rpx;
font-size: 28rpx;
/* text-overflow: -o-ellipsis-lastline;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical; */
color: #666;
}
/* .listText .text.close { */
/* overflow: hidden;
height: 80rpx; */
/* } */
.listText .text .opt {
color: #24d9a7;
white-space: nowrap;
}
.img {
padding: 48rpx 25rpx 0 25rpx;
}
.img image {
width: 700rpx;
height: 875rpx;
background-color: #cbcbcb;
border-radius: 21rpx;
}
.guessLike {
padding: 0 25rpx;
}
.guessLike .title {
color: #000;
font-size: 36rpx;
padding-top: 38rpx;
padding-bottom: 33rpx;
}
.guessLike .goods {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 27rpx;
}
/* .guessLike .goods .goodsItem{ } */
.guessLike .goods .goodsItem image {
width: 336rpx;
height: 334rpx;
background-color: #f4f4f4;
border-radius: 5rpx;
}
.guessLike .goods .goodsItem .name {
margin-top: 20rpx;
font-size: 28rpx;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
line-clamp: 1;
-webkit-box-orient: vertical;
}
.guessLike .goods .goodsItem .price {
margin-top: 27rpx;
display: flex;
padding-bottom: 17rpx;
}
.guessLike .goods .goodsItem .price .text1 {
font-size: 32rpx;
color: #ff2c29;
}
.guessLike .goods .goodsItem .price .text2 {
margin-left: 14rpx;
font-size: 28rpx;
color: #999;
text-decoration: line-through;
}
.guessLike .produto {
font-size: 28rpx;
font-weight: normal;
font-stretch: normal;
/* line-height: 75rpx; */
letter-spacing: 2rpx;
color: #666;
}
.guessLike .recipes {
background-color: #f5f5f5;
border-radius: 4rpx;
padding: 32rpx 18rpx;
}
.guessLike .recipes text {
color: #666;
font-size: 28rpx;
}
.mouseText {
position: fixed;
top: -100rpx;
left: -100rpx;
white-space: nowrap;
}