duidui_mini_program/pages/myorder/myorder.wxss
2026-03-27 10:41:46 +08:00

69 lines
1.0 KiB
Plaintext

.van-tabs__line {
background-color: #49dae0 !important;
}
.van-ellipsis {
font-size: 32rpx;
font-weight: 400;
}
Page {
background-color: #f5f5f5;
}
.listdata {
width: 690rpx;
height: 310rpx;
border: 1rpx solid #f5f5f5;
margin: 0 auto;
border-radius: 5%;
background-color: white;
margin-top: 40rpx;
display: flex;
flex-direction: column;
justify-items: center;
align-items: center;
}
.dataitem1 {
margin-top: 20rpx;
width: 690rpx;
height: 180rpx;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-content: center;
}
.dataitem2 {
width: 690rpx;
height: 48rpx;
background-color: green;
}
.dataitem3 {
width: 690rpx;
height: 80rpx;
background-color: yellow;
}
.headitem1 {
width: 164rpx;
height: 164rpx;
background: url('https://ndnd.duiduiedu.com/uploads/pics/goodsline.png') no-repeat;
background-size: cover;
margin: 0 auto;
}
.headitem2{
width: 340rpx;
height: 175rpx;
background-color: red;
}
.headitem3{
width: 150rpx;
height: 175rpx;
background-color: green;
}