|
@@ -2,6 +2,13 @@
|
|
|
.mine{
|
|
|
padding: 0 20rpx;
|
|
|
}
|
|
|
+.slide-image {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ background-size:contain; /* 图片覆盖整个容器,可能部分图片不可见 */
|
|
|
+ background-position: center; /* 图片居中显示 */
|
|
|
+ background-repeat: no-repeat; /* 图片不重复 */
|
|
|
+}
|
|
|
.flex{
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -68,14 +75,17 @@
|
|
|
.menu_icon{
|
|
|
padding: 20px 20rpx 0 20rpx;
|
|
|
display: flex;
|
|
|
+ align-items: center;
|
|
|
justify-content: space-between;
|
|
|
color: var(--themeColor);
|
|
|
}
|
|
|
.menu_icon_item{
|
|
|
font-weight: bolder;
|
|
|
font-size: 30rpx;
|
|
|
+ min-height: 50px;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
+ justify-content: space-between;
|
|
|
flex-direction: column;
|
|
|
}
|
|
|
.menu_icon_item:active{
|
|
@@ -107,5 +117,15 @@
|
|
|
}
|
|
|
|
|
|
.myIcongroup43{
|
|
|
- font-size: 35rpx !important;
|
|
|
+ font-size: 60rpx !important;
|
|
|
+}
|
|
|
+.myIconanquanbangzhu{
|
|
|
+ margin-top: -10rpx;
|
|
|
+ font-size: 80rpx !important;
|
|
|
+}
|
|
|
+.myIconicon-test{
|
|
|
+ font-size: 70rpx !important;
|
|
|
+}
|
|
|
+.myIconguanzhu-yiguanzhu{
|
|
|
+ font-size: 60rpx !important;
|
|
|
}
|