113 lines
3.4 KiB
Plaintext
113 lines
3.4 KiB
Plaintext
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/cache-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[2]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[3]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[0].use[5]!./src/pages/home/index.scss ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.homeContent {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.homeContent .wechatCode {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.homeContent .textcontent {
|
|
margin-top: 50rpx;
|
|
height: 200rpx;
|
|
}
|
|
.homeContent .QRcode {
|
|
width: 400rpx;
|
|
height: 400rpx;
|
|
background-color: #95de64;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.homeContent .addfried {
|
|
margin-top: 50rpx;
|
|
}
|
|
.homeContent .bottomAd {
|
|
position: fixed;
|
|
bottom: 20rpx;
|
|
width: 100%;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
background-color: chartreuse;
|
|
}
|
|
.homeContent .tagStyle {
|
|
font-size: 18rpx;
|
|
}
|
|
.homeContent .tagArr {
|
|
padding: 50rpx;
|
|
height: 150rpx;
|
|
}
|
|
.iconStyle {
|
|
color: #95de64;
|
|
}
|
|
.topHome {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.Swiper-box {
|
|
min-height: 150rpx;
|
|
border-radius: 15%;
|
|
}
|
|
.Swiper-box .Swiper {
|
|
border-radius: 15%;
|
|
}
|
|
.Swiper-box .Swiper .SwiperImg {
|
|
border-radius: 15%;
|
|
}
|
|
.homeLbs {
|
|
margin-top: 20rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-flex-direction: row;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.homeLbs .lbsMount {
|
|
margin-left: 30rpx;
|
|
}
|
|
.homeLbs .lbsMount .lbsMountTag {
|
|
margin-left: 10rpx;
|
|
}
|