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.
164 lines
2.5 KiB
164 lines
2.5 KiB
.box {}
|
|
|
|
view{
|
|
word-break:break-all;
|
|
}
|
|
.top {
|
|
padding: 60rpx 0rpx 30rpx 30rpx;
|
|
background: #3476fe;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 260rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.top_img {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
margin-right: 30rpx;
|
|
border-radius: 5000rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.top_img image {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
}
|
|
|
|
.top_info {
|
|
color: white;
|
|
font-weight: 600;
|
|
flex: 1;
|
|
}
|
|
|
|
.top_name {
|
|
margin-bottom: 20rpx;
|
|
font-size: 38rpx;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.top_address {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.top_card {
|
|
width: 200rpx;
|
|
background: white;
|
|
text-align: center;
|
|
color: #3476fe;
|
|
font-weight: 550;
|
|
padding: 10rpx 0;
|
|
border-radius: 1000rpx 0 0 1000rpx ;
|
|
}
|
|
|
|
.top_card_text {
|
|
}
|
|
|
|
.body {
|
|
/* margin-bottom: 100rpx; */
|
|
height: calc(100vh - 360rpx);
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.body_item {
|
|
border-bottom: solid 10rpx #efefef;
|
|
padding: 20rpx;
|
|
display: flex;
|
|
|
|
}
|
|
|
|
.body_item_img {
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.body_item_img image {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.body_item_info {
|
|
flex: 1;
|
|
width: 510rpx;
|
|
position: relative;
|
|
}
|
|
.fx{
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 50rpx !important;
|
|
padding: 0 !important;
|
|
height: 50rpx;
|
|
opacity: 0;
|
|
}
|
|
.body_item_info_title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.body_item_info_title_text {
|
|
/* font-weight: 550; */
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.body_item_info_title image {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
|
|
.body_item_info_dasc {
|
|
width: 100%;
|
|
font-size: 24rpx;
|
|
color: #949494;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.body_item_info_bottom {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.body_item_info_price {
|
|
color: red;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.body_item_info_time {
|
|
color: #979797;
|
|
font-size: 24rpx;
|
|
}
|
|
.bottom{
|
|
position: fixed;
|
|
width: 100vw;
|
|
height: 100rpx;
|
|
left: 0;
|
|
bottom: 0;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
.bottom_left{
|
|
display: inline-block;
|
|
height: 100rpx;
|
|
width: 250rpx;
|
|
line-height: 100rpx;
|
|
background: #3fbf3b;
|
|
width: 250rpx;
|
|
}
|
|
.bottom_right{
|
|
display: inline-block;
|
|
height: 100rpx;
|
|
width: 500rpx;
|
|
line-height: 100rpx;
|
|
background: #3476fe;
|
|
}
|