feat: 添加微信群
This commit is contained in:
2
dist/pages/home/index.js
vendored
2
dist/pages/home/index.js
vendored
File diff suppressed because one or more lines are too long
6
dist/pages/home/index.js.LICENSE.txt
vendored
6
dist/pages/home/index.js.LICENSE.txt
vendored
@@ -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 ***!
|
||||
\******************************************************/
|
||||
|
||||
49
dist/pages/home/index.wxss
vendored
49
dist/pages/home/index.wxss
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user