You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
1.9 KiB
104 lines
1.9 KiB
5 years ago
|
/* subpages/heart/pages/groupBuyConfirmList/groupBuyConfirmList.wxss */
|
||
|
page {
|
||
|
background: #f7f7f7;
|
||
|
}
|
||
|
.groupbuy-confirm-list {
|
||
|
background: #ffffff;
|
||
|
}
|
||
|
.top-title {
|
||
|
width: 690rpx;
|
||
|
display: flex;
|
||
|
justify-content: space-around;
|
||
|
align-items: center;
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: bold;
|
||
|
color: #333333;
|
||
|
height: 100rpx;
|
||
|
line-height: 100rpx;
|
||
|
margin: 0 auto;
|
||
|
}
|
||
|
.top-title view {
|
||
|
flex: 1;
|
||
|
}
|
||
|
.confirm-list {
|
||
|
width: 690rpx;
|
||
|
margin: 0 auto;
|
||
|
border-top: 1px solid #DCDCDC;
|
||
|
}
|
||
|
.confirm-list .confirm-item {
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: flex-start;
|
||
|
align-items: center;
|
||
|
height: 78rpx;
|
||
|
}
|
||
|
.confirm-list .confirm-item .username {
|
||
|
width: 220rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
overflow: hidden;
|
||
|
text-overflow:ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|
||
|
.confirm-list .confirm-item .userphone {
|
||
|
width: 240rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 400;
|
||
|
color: #333333;
|
||
|
}
|
||
|
.confirm-list .confirm-item .checkbox {
|
||
|
width: 200rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.confirm-list .confirm-item .checkbox image {
|
||
|
width: 42rpx;
|
||
|
height: 42rpx;
|
||
|
}
|
||
|
.bottom-menu {
|
||
|
background: #fff;
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
width: 100%;
|
||
|
height: 98rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.bottom-menu .checkbox {
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
margin-left: 32rpx;
|
||
|
}
|
||
|
.bottom-menu .checkbox image {
|
||
|
width: 42rpx;
|
||
|
height: 42rpx;
|
||
|
margin-right: 12rpx;
|
||
|
}
|
||
|
|
||
|
.bottom-menu .submit {
|
||
|
width: 178rpx;
|
||
|
height: 78rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
.bottom-menu .submit .submit-bk {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
position: absolute;
|
||
|
z-index: -1;
|
||
|
}
|
||
|
.bottom-menu .submit .submit-text {
|
||
|
font-size: 34rpx;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
color: #FFFFFF;
|
||
|
height: 78rpx;
|
||
|
line-height: 78rpx;
|
||
|
text-align: center;
|
||
|
}
|