yuminge-app/yun-min-program-plugin-master/packageD/auction/auction-mine/my_auction/my_auction.wxss

240 lines
3.5 KiB
Plaintext

/* packageD/auction/auction-mine/my_auction/my_auction.wxss */
page {
height: 100vh;
background: #fff;
}
.content {
background-color: #fff;
padding: 0 24rpx;
padding-top: 0.75rem;
margin-bottom: 90rpx;
}
.content .list {
display: flex;
margin-bottom: 0.75rem;
}
.content .list .image {
display: flex;
width: 254rpx;
height: 256rpx;
border-radius: 10rpx;
}
.content .list .image image {
width: 100%;
height: 100%;
border-radius: 10rpx;
}
.content .list .rights {
display: flex;
flex-direction: column;
margin-left: 0.5rem;
flex: 1;
justify-content: space-between;
}
.content .list .rights .title {
text-align: left;
font-size: 14px;
color: #000;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.content .list .rights .bottom {
text-align: left;
}
.content .list .rights .bottom .cash {
display: flex;
font-size: 20rpx;
color: #f01818;
margin-bottom: 10rpx;
}
.content .list .rights .bottom .cash view:nth-child(2) {
margin-left: 7rpx;
}
.content .list .rights .bottom .time {
/* margin: 0.75rem 0; */
margin-bottom: 20rpx;
font-size: 20rpx;
color: #999;
}
.content .list:last-child {
margin-bottom: 0;
}
.content .blank {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.content .blank img {
width: 6rem;
height: 6rem;
}
.content .blank span {
margin-top: 15px;
color: #ccc;
font-size: 14px;
}
.right_box {
width: 72rpx;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #ff2c29;
margin-left: 25rpx;
font-size: 24rpx;
color: #fff;
}
/* 已拍下 */
.end_top {
display: flex;
align-items: center;
justify-content: space-between;
height: 90rpx;
border-bottom: 1rpx solid #cbcbcb;
}
.end_top_left {
margin-left: 38rpx;
}
.end_top_right {
margin-right: 25rpx;
}
.end_vie {
padding: 27rpx 27rpx 16rpx 25rpx;
}
.end_list {
display: flex;
justify-content: space-between;
align-items: center;
height: 128rpx;
}
.endimage {
width: 128rpx;
height: 128rpx;
border: solid 1rpx #e5e5e5;
}
.end_conten {
display: flex;
flex-direction: column;
max-width: 407rpx;
height: 100%;
justify-content: space-between;
}
.end_rig {
display: flex;
flex-direction: column;
text-align: right;
justify-content: space-between;
height: 100%;
}
.tit_name {
font-size: 24rpx;
color: #999;
}
.rt {
/* margin-top: 10rpx; */
font-size: 24rpx;
color: #333;
}
.tt {
font-size: 28rpx;
color: #999;
}
.end_btn {
display: flex;
padding-top: 58rpx;
justify-content: space-between;
}
.btn_tit {
font-size: 30rpx;
color: #333;
}
.ones {
width: 148rpx;
height: 58rpx;
border-radius: 6rpx;
font-size: 28rpx;
color: #333;
display: flex;
justify-content: center;
align-items: center;
border: solid 2rpx #cbcbcb;
margin-right: 35rpx;
}
.twos {
width: 148rpx;
height: 58rpx;
border-radius: 6rpx;
font-size: 28rpx;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
background: #f53838;
}
.cbtn {
display: flex;
justify-content: space-between;
align-items: center;
}
.line {
width: 100%;
height: 20rpx;
background: #f2f2f7;
}
.newbox {
display: flex;
justify-content: space-between;
}
.btnbox {
width: 128rpx;
height: 64rpx;
background-color: #f01818;
border-radius: 32rpx;
text-align: center;
line-height: 64rpx;
color: #fff;
}