130 lines
1.8 KiB
Plaintext
130 lines
1.8 KiB
Plaintext
/* packageD/energy/userCard/userCard.wxss */
|
|
.btnBox {
|
|
width: 100%;
|
|
position: fixed;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
bottom: 10rpx;
|
|
}
|
|
|
|
.btn {
|
|
width: 600rpx;
|
|
height: 80rpx;
|
|
box-shadow:
|
|
0rpx 4rpx 8rpx 0rpx
|
|
rgba(255, 79, 73, 0.13);
|
|
border-radius: 40rpx;
|
|
font-size: 32rpx;
|
|
background-image:
|
|
linear-gradient(
|
|
0deg,
|
|
#ff8a66 0%,
|
|
#ff4946 84%
|
|
),
|
|
linear-gradient(
|
|
#03ddc8,
|
|
#03ddc8
|
|
);
|
|
color: #fff;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
}
|
|
|
|
.cardBox {
|
|
min-height: 100vh;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.cardBox swiper {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.card {
|
|
height: 314rpx;
|
|
background-color: #ffe4df;
|
|
border-radius: 33rpx;
|
|
margin: 0 30rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.card image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.is_type {
|
|
position: absolute;
|
|
left: 26rpx;
|
|
bottom: 19rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.residue {
|
|
position: absolute;
|
|
top: 20rpx;
|
|
right: 26rpx;
|
|
font-size: 26rpx;
|
|
color: #000;
|
|
}
|
|
|
|
.storeInformation {
|
|
margin: 0 30rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.name {
|
|
font-size: 32rpx;
|
|
line-height: 48rpx;
|
|
color: #000;
|
|
margin: 50rpx 0;
|
|
}
|
|
|
|
.storeDetail {
|
|
font-size: 28rpx;
|
|
line-height: 48rpx;
|
|
margin-left: 18rpx;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.line {
|
|
width: 100%;
|
|
height: 20rpx;
|
|
background-color: #f5f7fa;
|
|
}
|
|
|
|
.cardlis {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.lis {
|
|
display: flex;
|
|
flex-direction: column;
|
|
margin-top: 49rpx;
|
|
align-items: center;
|
|
}
|
|
|
|
.lis .img {
|
|
width: 86rpx;
|
|
height: 86rpx;
|
|
margin-bottom: 31rpx;
|
|
}
|
|
|
|
.lis .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.isNone {
|
|
background: #fff;
|
|
text-align: center;
|
|
margin-top: 60rpx;
|
|
color: #999;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|