feat: 添加微信群

This commit is contained in:
eric
2022-12-10 19:13:05 +08:00
parent c1f5807fad
commit b287c4da8e
10 changed files with 153 additions and 126 deletions

File diff suppressed because one or more lines are too long

View File

@@ -34,6 +34,8 @@
/*! ../wxs/utils */
/*! ./components/WeGroup */
/*! ./context */
/*! ./node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js */
@@ -116,6 +118,10 @@
!*** ./node_modules/@antmjs/vantui/es/field/wxs.js ***!
\*****************************************************/
/*!*****************************************************!*\
!*** ./src/pages/home/components/WeGroup/index.tsx ***!
\*****************************************************/
/*!******************************************************!*\
!*** ./node_modules/@antmjs/vantui/es/grid/index.js ***!
\******************************************************/

View File

@@ -53,3 +53,52 @@
-ms-flex-pack: justify;
justify-content: space-between;
}
.Swiper-box {
min-height: 150rpx;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/components/WeGroup/index.scss ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.weGroup {
margin-top: 40rpx;
padding: 20rpx;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
background-color: #f5f5f5;
min-height: 100rpx;
}
.weGroup .left {
width: 50x;
height: 50rpx;
margin-right: 40rpx;
}
.weGroup .right {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-right: 20rpx;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}
.weGroup .right .rightup {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
}