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.
 

103 lines
1.7 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;
}
.code {
color: #0B898E;
font-size: 40rpx;
font-weight: bold;
line-height: 100rpx;
}
.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 {
line-height: 68rpx;
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-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;
}