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.
92 lines
1.6 KiB
92 lines
1.6 KiB
/* pages/home/home.wxss */
|
|
|
|
.container {
|
|
min-height: 100vh;
|
|
}
|
|
|
|
.banner image.van-uploader__preview-image{
|
|
width: 750rpx !important;
|
|
height: 650rpx !important;
|
|
}
|
|
.van-uploader__preview {
|
|
margin: 0 !important;
|
|
}
|
|
.details_text {
|
|
background: #fff;
|
|
color: #333;
|
|
font-size: 30rpx;
|
|
padding: 55rpx 45rpx 140rpx;
|
|
margin-top: -40rpx;
|
|
border-top-left-radius: 30rpx;
|
|
border-top-right-radius: 30rpx;
|
|
position: relative;
|
|
line-height: 50rpx;
|
|
}
|
|
.details_text .text_title {
|
|
font-size: 38rpx;
|
|
}
|
|
.details_text .text_info {
|
|
margin: 35rpx 0 55rpx;
|
|
font-size: 24rpx;
|
|
color: #666;
|
|
|
|
}
|
|
.details_text image {
|
|
width: 661rpx;
|
|
height: 360rpx;
|
|
border-radius: 8rpx;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.main_title {
|
|
padding-top: 20rpx;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.main_title text {
|
|
display: block;
|
|
font-size: 38rpx !important;
|
|
}
|
|
.main_con image {
|
|
width: 320rpx;
|
|
height: 200rpx;
|
|
border-radius: 16rpx;
|
|
margin-top: 26rpx;
|
|
}
|
|
.main_con text {
|
|
display: block;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.footer_share {
|
|
position: fixed;
|
|
bottom: 0;
|
|
background: #fff;
|
|
width: 100%;
|
|
height: 50rpx;
|
|
line-height: 50rpx;
|
|
padding: 34rpx 0;
|
|
text-align: center;
|
|
border-top: 1px solid #eee;
|
|
font-size: 32rpx;
|
|
}
|
|
.van-col--8 {
|
|
height: 50rpx;
|
|
border-right: 1px solid #eee;
|
|
}
|
|
.van-icon {
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
button::after {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
border: none !important;
|
|
background-color: none !important;
|
|
font-size: 32rpx !important;
|
|
}
|
|
button{
|
|
font-size: 32rpx !important;
|
|
background: none;
|
|
margin-top: -18rpx
|
|
}
|
|
|