264 lines
4.9 KiB
Plaintext
264 lines
4.9 KiB
Plaintext
.mygroups .content .list_box {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.mygroups .content .list_box .list {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .time_state {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 14px;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.mt-span {
|
|
margin-left: 40rpx;
|
|
}
|
|
|
|
.mr-span {
|
|
margin-left: 250rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .time_state .state {
|
|
color: #f15353;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box {
|
|
border-top: solid 2rpx #ebebeb;
|
|
padding: 20rpx 28rpx;
|
|
display: flex;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_img {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
overflow: hidden;
|
|
background: #f2f2f2;
|
|
border-radius: 8rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_img image {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name {
|
|
width: 494rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name .name_price {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name .name_price .name {
|
|
width: 100%;
|
|
font-size: 14px;
|
|
line-height: 40rpx;
|
|
max-height: 80rpx;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name .name_price .price {
|
|
font-size: 14px;
|
|
text-align: right;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name .name_price .price .span {
|
|
color: #8c8c8c;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name .option {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
color: #f15353;
|
|
margin-top: 20rpx;
|
|
text-align: left;
|
|
position: absolute;
|
|
bottom: 20rpx;
|
|
flex-wrap: nowrap;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .goods_box .goods_name .option view {
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .all_price {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding: 0 28rpx;
|
|
text-align: right;
|
|
font-size: 14px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .all_price .span {
|
|
font-weight: bold;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt {
|
|
border-top: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
padding: 16rpx 28rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt .button {
|
|
border-radius: 6rpx;
|
|
border: solid 2rpx #666;
|
|
padding: 0;
|
|
width: 140rpx;
|
|
height: 50rpx;
|
|
text-align: center;
|
|
margin-left: 20rpx;
|
|
font-size: 12px;
|
|
line-height: 50rpx;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt .botton-Popover {
|
|
position: relative;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt .botton-Popover .botton-Popover-main {
|
|
position: absolute;
|
|
width: 140rpx;
|
|
height: auto;
|
|
border: 1rpx solid #e2e2e2;
|
|
display: flex;
|
|
flex-direction: column;
|
|
bottom: 32px;
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt .botton-Popover .botton-Popover-main::before {
|
|
content: '';
|
|
width: 0;
|
|
height: 0;
|
|
bottom: 0;
|
|
left: 50%;
|
|
margin-bottom: -12px;
|
|
margin-left: -6px;
|
|
position: absolute;
|
|
border: 6px solid;
|
|
border-color: #e2e2e2 transparent transparent;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt .botton-Popover .botton-Popover-main .button {
|
|
margin: 0 auto;
|
|
border: none;
|
|
border-bottom: 1rpx solid #e2e2e2;
|
|
width: 80%;
|
|
}
|
|
|
|
.mygroups .content .list_box .list .allbt .botton-Popover .botton-Popover-main .button:last-child {
|
|
border: none;
|
|
}
|
|
|
|
.store-box {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0.5rem 0.875rem 0;
|
|
text-align: left;
|
|
color: #333;
|
|
}
|
|
|
|
.store-box image {
|
|
width: 1.875rem;
|
|
height: 1.875rem;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
margin-right: 0.5rem;
|
|
}
|
|
|
|
.store-box .store-name {
|
|
flex: 1;
|
|
font-size: 0.75rem;
|
|
}
|
|
|
|
/* zhp */
|
|
.txtTa {
|
|
display: inline-block;
|
|
}
|
|
|
|
.headTop {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 32rpx 41.6rpx;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.headTop .imgbox {
|
|
width: 96rpx;
|
|
height: 96rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.headTop .imgbox image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 100%;
|
|
}
|
|
|
|
.headTop .rightBox {
|
|
flex: 1;
|
|
text-align: left;
|
|
margin-left: 12.8rpx;
|
|
}
|
|
|
|
/* 易货 */
|
|
.boxYh {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
width: 100%;
|
|
border-radius: 30rpx;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.btn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.cancelBtn {
|
|
color: #f15353;
|
|
padding: 5rpx 30rpx;
|
|
border-radius: 10rpx;
|
|
border: 1rpx solid #f15353;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 35rpx;
|
|
}
|
|
|
|
.submitBtn {
|
|
margin-left: 35rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: #f15353;
|
|
color: #fff;
|
|
padding: 5rpx 30rpx;
|
|
border-radius: 10rpx;
|
|
}
|