jiaqingjiayi-xiaochengxu/甲情_甲意/miniprogram/pages/wodeshoucang/wodeshoucang.acss

113 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-12-10 10:35:22 +00:00
/* 给css变量的默认底色用来兜底使用 */
.t-swipe {
width: 100%;
margin: 0 auto;
background-color: var(--color-background);
margin-top: 40rpx;
}
.t-swipe-item {
font-size: 32rpx;
color: #333333;
height: 100%vw;
}
.t-swipe-item-con {
height: 300rpx;
line-height: 300rpx;
width: 100%;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.t-swipe-item-con-view {
background-color: var(--color-card);
text-indent: 1em;
position: relative;
height: 100%;
color: var(--color-text-primary);
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.t-swipe-item-con-view::after {
content: '';
2024-11-10 07:01:22 +00:00
position: absolute;
2024-12-10 10:35:22 +00:00
bottom: 0;
left: 0;
2024-11-10 07:01:22 +00:00
width: 100%;
2024-12-10 10:35:22 +00:00
height: 1px;
max-height: 1px;
min-height: 1px;
transform: scaleY(0.5);
background-color: var(--color-border);
}
.t-swipe-item-con-btn {
display: flex;
justify-content: center;
align-items: center;
}
.t-swipe-item-con-btn-icon {
font-size: 32px;
}
.left-slot {
display: flex;
align-items: center;
justify-content: center;
2024-11-10 07:01:22 +00:00
width: 100%;
}
2024-12-10 10:35:22 +00:00
.box{
width: 100%;
display: flex; /* 启用 Flexbox 布局 */
flex-direction: column; /* 设置主轴为竖直方向 */
align-items: center; /* 在交叉轴(水平方向)上居中对齐 */
}
.kuang{
width: 75%;
height: 240rpx;
border: 1px solid #de868f;
margin-top: 30rpx;
margin-left: 25rpx;
2024-11-10 07:01:22 +00:00
border-radius: 20px;
}
2024-12-10 10:35:22 +00:00
.image{
width: 100px;
height: 100px;
2024-11-10 07:01:22 +00:00
border-radius: 20px;
2024-12-10 10:35:22 +00:00
position: relative;
top: 25rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.wenzi{
width: 65%;
height: 180rpx;
position: relative;
left: 220rpx;
bottom: 450rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.text{
font-weight: bolder;
margin-left: 10rpx;
position: relative;
top: 30rpx;
right: 10rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.box1{
font-size: 13px;
width: 100rpx;
background-color: cornflowerblue;
margin-top: 20rpx;
margin-left: 10rpx;
color: white;
position: relative;
top: 88rpx;
right: 210rpx;
2024-11-10 07:01:22 +00:00
}
2024-12-10 10:35:22 +00:00
.dingwei{
position: relative;
2024-11-10 07:01:22 +00:00
}
.yy3{
width: 10px;
2024-12-10 10:35:22 +00:00
height: 20px;
position: relative;
left: 210rpx;
bottom: 70rpx;
2024-11-10 07:01:22 +00:00
background-color: #4095e5;
}