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.
 

191 lines
3.2 KiB

/* pages/info/groupOrderInfo/index.wxss */
page {
background: #f2f2f2;
font-size: 30rpx;
color: #333333;
}
.box {
margin: 30rpx;
padding: 30rpx;
border-radius: 20rpx;
background: white;
text-align: center;
position: relative;
}
.code {
color: #0B898E;
font-size: 40rpx;
}
.top-tips {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 30rpx;
margin-bottom: 50rpx;
}
.top-tip {
width: 50%;
}
.top-tips .line {
width: 2rpx;
height: 40rpx;
background: #0B898E;
flex-shrink: 0;
}
.top-btn {
margin:20rpx 0 !important;
padding: 0 !important;
line-height: 68rpx;
height: 68rpx;
display: block;
border: 1rpx solid #0B898E;
border-radius: 10rpx;
box-sizing: border-box;
font-weight: 500;
color: #0B898E;
margin-top: 20rpx;
}
.top-btn.full {
background: #0B898E;
color: #fff;
}
.box-title {
text-align: left;
font-weight: bold;
}
.search-box {
background: #f2f2f2;
border-radius: 30rpx;
height: 60rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin: 20rpx 0;
text-align: left;
}
.icon-sousuo {
font-size: 30rpx;
color: #666;
flex-shrink: 0;
margin: 0 20rpx;
}
.search-box input {
flex: 1;
font-size: 26rpx;
display: block;
width: 500rpx;
}
.search-box .btn {
line-height: 40rpx;
text-align: center;
border-left: 1rpx solid #CCCCCC;
color: #0B898E;
width: 110rpx;
flex-shrink: 0;
font-size: 26rpx;
}
.item {
padding: 30rpx 0;
border-bottom: 1rpx solid #D8D8D8;
}
.item.active .item-top {
color: #0B898E;
font-weight: bold;
}
.item-top {
display: flex;
align-items: center;
justify-content: space-between;
}
.item-btns {
display: flex;
align-items: center;
justify-content: flex-end;
color: #0B898E;
font-size: 26rpx;
margin-top: 20rpx;
}
.item-btn {
margin-left: 50rpx;
}
.faqiren {
width: 120rpx;
line-height: 40rpx;
background: rgba(11, 137, 142, .1);
border-radius: 10rpx;
color: #0B898E;
font-size: 26rpx;
text-align: center;
}
.new-tip {
color: #999;
font-size: 26rpx;
text-align: left;
margin-bottom: 20rpx;
}
.count-down {
position: absolute;
left: 50%;
line-height: 50rpx;
background: #0B898E;
border-radius: 0px 0px 20rpx 20rpx;
text-align: center;
color: #fff;
font-size: 32rpx;
width: 320rpx;
margin-left: -160rpx;
top: 0;
}
.top-new-tips {
font-size: 24rpx;
color: #0B898E;
margin: 0;
}
.mask-content image {
display: block;
width: 220rpx;
margin: 0 auto;
height: 220rpx;
margin-bottom: 60rpx;
}
.mask-content {
font-size: 30rpx;
text-align: center;
padding-top: 60rpx;
padding-bottom: 30rpx;
width: 460rpx;
}
.mask-info {
background: rgba(11, 137, 142, .1);
color: #0B898E;
font-size: 32rpx;
margin-bottom: 40rpx;
line-height: 50rpx;
padding: 10rpx 0;
}
.icon-close {
position: absolute;
right: 20rpx;
top: 20rpx;
}
.order-btn{
width: 110rpx;
height: 110rpx;
background: #FFFFFF;
box-shadow: 0rpx 0rpx 11rpx 0rpx rgba(17,17,17,0.2);
border-radius: 55rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: fixed;
bottom: 120rpx;
right: 20rpx;
box-sizing: border-box;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #0B898E;
}