371 lines
6.3 KiB
CSS
371 lines
6.3 KiB
CSS
page {
|
|
background-color: #fff;
|
|
padding-bottom: 0;
|
|
min-height: 100vh;
|
|
}
|
|
|
|
image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header {
|
|
position: absolute;
|
|
z-index: 2;
|
|
width: 750rpx;
|
|
height: 243rpx;
|
|
background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
|
|
}
|
|
|
|
.searchBox {
|
|
display: flex;
|
|
align-items: center;
|
|
z-index: 2;
|
|
}
|
|
|
|
.searchBox_left {
|
|
box-sizing: border-box;
|
|
padding-left: 20rpx;
|
|
}
|
|
|
|
|
|
|
|
|
|
.swiper {
|
|
height: 750rpx;
|
|
width: 750rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.swiper swiper {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.swiper .NumDot {
|
|
width: 100rpx;
|
|
height: 50rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-size: 30rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: absolute;
|
|
right: 27rpx;
|
|
bottom: 20rpx;
|
|
}
|
|
|
|
.Money {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
margin-top: 40rpx;
|
|
font-weight: bold;
|
|
font-size: 80rpx;
|
|
color: #FF370B;
|
|
margin-left: 12rpx;
|
|
}
|
|
|
|
.MoneyMark {
|
|
font-size: 60rpx;
|
|
padding-bottom: 6rpx;
|
|
}
|
|
|
|
.MoneyUnit {
|
|
font-size: 40rpx;
|
|
font-weight: 400;
|
|
padding-bottom: 10rpx;
|
|
}
|
|
|
|
.oldMoney {
|
|
font-size: 40rpx;
|
|
color: #C7C7C7;
|
|
margin-left: 30rpx;
|
|
padding-bottom: 4rpx;
|
|
}
|
|
|
|
.GGBox {
|
|
margin: 0 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.GG_rigth {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.GG_left {
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
flex-wrap: nowrap;
|
|
overflow: hidden;
|
|
overflow-x: auto;
|
|
margin-right: 40rpx;
|
|
}
|
|
|
|
.GG_Item {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
background: #F6F7FB;
|
|
border-radius: 10rpx 10rpx 10rpx 10rpx;
|
|
padding: 12rpx 16rpx;
|
|
white-space: nowrap;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.Tit {
|
|
font-size: 36rpx;
|
|
color: #222222;
|
|
margin: 0 20rpx;
|
|
margin-top: 20rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
.Msg {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
margin: 0 20rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.GoodsMsg {
|
|
font-size: 33rpx;
|
|
color: #222222;
|
|
margin: 0 20rpx;
|
|
margin-top: 55rpx;
|
|
font-weight: 700;
|
|
}
|
|
|
|
|
|
.Msg_Item {
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #EBEBEB;
|
|
;
|
|
}
|
|
|
|
.Msg_ItemTit {
|
|
width: 120rpx;
|
|
margin-right: 100rpx;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
margin: 0 20rpx;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.Msg_ItemCon {
|
|
font-size: 28rpx;
|
|
color: #222222;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.Msg_ItemCon image {
|
|
width: 28rpx;
|
|
height: 28rpx;
|
|
}
|
|
|
|
.GoosMsg {
|
|
width: 100%;
|
|
}
|
|
|
|
.GoosMsg image {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.Car {
|
|
width: 750rpx;
|
|
height: 123rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 3rpx -3rpx 15rpx 0rpx rgba(255, 27, 27, 0.05);
|
|
display: flex;
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
box-sizing: border-box;
|
|
padding: 0 30rpx;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.car_left {
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 24rpx;
|
|
color: #222222;
|
|
}
|
|
|
|
.car_left image {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.car_right {
|
|
width: 470rpx;
|
|
height: 70rpx;
|
|
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 26rpx;
|
|
}
|
|
|
|
.cars {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
position: relative;
|
|
}
|
|
|
|
.share {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 36rpx;
|
|
}
|
|
|
|
.u-badge {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -10rpx;
|
|
}
|
|
|
|
.car_right .input {
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
font-weight: 700;
|
|
}
|
|
|
|
|
|
.shadow {
|
|
background: rgba(0, 0, 0, 0.4);
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 9;
|
|
}
|
|
|
|
.shadowBox1 {
|
|
height: 250rpx;
|
|
width: 100%;
|
|
background-color: #fff;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
display: flex;
|
|
}
|
|
|
|
.shadowBox1Item {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 28rpx;
|
|
color: #000000;
|
|
}
|
|
|
|
.shadowBox1Item image {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-bottom: 26rpx;
|
|
}
|
|
|
|
.shadowBox2 {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.shadowBox_img {
|
|
width: 600rpx;
|
|
height: 945rpx;
|
|
background: url('https://wechat-img-file.oss-cn-beijing.aliyuncs.com/property-img-file/shop_share_bg.png') no-repeat;
|
|
background-size: 100% 100%;
|
|
}
|
|
|
|
.shadowBox_btn {
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
width: 600rpx;
|
|
height: 90rpx;
|
|
background: linear-gradient(91deg, #FF7658 0%, #FF370B 100%);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 60rpx;
|
|
}
|
|
|
|
.boxshadow_tit {
|
|
font-size: 32rpx;
|
|
color: #222222;
|
|
text-align: center;
|
|
padding-top: 40rpx;
|
|
}
|
|
|
|
.boxshadow_img {
|
|
width: 450rpx;
|
|
height: 600rpx;
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
.line {
|
|
margin: 0 auto;
|
|
width: 556rpx;
|
|
height: 1rpx;
|
|
border-bottom: 1rpx dashed #E9E9E9;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
|
|
.shadowBoxInfo {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-left: 62rpx;
|
|
margin-top: 11rpx;
|
|
}
|
|
|
|
.shadowboxInfo_left {
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
background: #EFEFEF;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 36rpx;
|
|
}
|
|
|
|
.shadowboxInfo_right_1 {
|
|
font-size: 32rpx;
|
|
color: #222222;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.shadowboxInfo_right_2 {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
|
|
.active{
|
|
background: #FF370B;
|
|
color: #fff;
|
|
} |