128 lines
2.2 KiB
Plaintext
128 lines
2.2 KiB
Plaintext
|
|
/* pages/activity/activity.wxss */
|
||
|
|
.Group {
|
||
|
|
height: 270rpx;
|
||
|
|
display: flex;
|
||
|
|
/* border-bottom: 1px solid #999999; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.Group-image {
|
||
|
|
width: 230rpx;
|
||
|
|
height: 230rpx;
|
||
|
|
margin: 19rpx 28rpx 19rpx 31rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Group-image image {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content {
|
||
|
|
/* padding: 20rpx 35rpx; */
|
||
|
|
width: 400rpx;
|
||
|
|
height: 201rpx;
|
||
|
|
margin-top: 28rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .title1 {
|
||
|
|
font-size: 30rpx;
|
||
|
|
font-weight: 700;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .title2 {
|
||
|
|
font-size: 26rpx;
|
||
|
|
height: 37rpx;
|
||
|
|
line-height: 37rpx;
|
||
|
|
display: flex;
|
||
|
|
color: #B4B4B4;
|
||
|
|
margin: 11rpx 0 18rpx 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .title2 .house {
|
||
|
|
width: 28rpx;
|
||
|
|
height: 28rpx;
|
||
|
|
margin-right: 7rpx;
|
||
|
|
margin-top: 5rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .title2 .house image {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .Price {
|
||
|
|
display: flex;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .Price .Price1 {
|
||
|
|
font-size: 34rpx;
|
||
|
|
color: #FF4A4A;
|
||
|
|
line-height: 42rpx;
|
||
|
|
margin-right: 17rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .Price .Price2 {
|
||
|
|
font-size: 24rpx;
|
||
|
|
color: #CBCBCB;
|
||
|
|
line-height: 41rpx;
|
||
|
|
margin-right: 23rpx;
|
||
|
|
text-decoration:line-through;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .Price .Price3 {
|
||
|
|
width: 51rpx;
|
||
|
|
height: 21rpx;
|
||
|
|
font-size: 15rpx;
|
||
|
|
color: #E75D4D;
|
||
|
|
border: 1px solid #E75D4D;
|
||
|
|
border-radius: 4rpx;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 18rpx;
|
||
|
|
margin-top: 10rpx;
|
||
|
|
}
|
||
|
|
|
||
|
|
.order-list{
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/* _______________________________________ */
|
||
|
|
view {
|
||
|
|
box-sizing: border-box;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.custom-bar {
|
||
|
|
/* background-color: #aaa; */
|
||
|
|
position: fixed;
|
||
|
|
left: 0;
|
||
|
|
top: 0;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
.custom-bar__wrapper {
|
||
|
|
padding: 0 10rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: center;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.search-group {
|
||
|
|
width: 100%;
|
||
|
|
height: 100%;
|
||
|
|
display: flex;
|
||
|
|
justify-content: flex-start;
|
||
|
|
align-items: center;
|
||
|
|
border-radius: 60rpx;
|
||
|
|
/* padding: 0 10rpx; */
|
||
|
|
padding-left: 25rpx;
|
||
|
|
background: #F5F5F5;
|
||
|
|
}
|
||
|
|
.search-group > input {
|
||
|
|
font-size: 25rpx;
|
||
|
|
width: 800rpx;
|
||
|
|
}
|
||
|
|
.search-group > image {
|
||
|
|
height: 32rpx;
|
||
|
|
width: 32rpx;
|
||
|
|
margin-right: 20rpx
|
||
|
|
}
|
||
|
|
|