This commit is contained in:
zhaofang
2022-11-08 19:12:43 +08:00
parent 07528364d2
commit aa2bf796d0
8 changed files with 20 additions and 9 deletions

View File

@@ -96,9 +96,15 @@
}, },
{ {
"pagePath": "pages/plus/index", "pagePath": "pages/plus/index",
"text": "发布", // "text": "发布",
"iconPath": "static/images/tabbar/plus0.png", "iconPath": "static/images/tabbar/plus.png",
"selectedIconPath": "static/images/tabbar/plus1.png" "selectedIconPath": "static/images/tabbar/plus.png"
},
{
"pagePath": "pages/news/index",
"text": "消息",
"iconPath": "static/images/tabbar/new0.png",
"selectedIconPath": "static/images/tabbar/new1.png"
}, },
{ {
"pagePath": "pages/my/index", "pagePath": "pages/my/index",

View File

@@ -1066,7 +1066,7 @@
padding: 20upx 0upx; padding: 20upx 0upx;
background-color: #fff; background-color: #fff;
.con-tab{ .con-tab{
display: flex; display: flex;
padding: 5upx 20upx; padding: 5upx 20upx;
.con-tab-item { .con-tab-item {

View File

@@ -140,7 +140,7 @@
width: 100%; width: 100%;
padding: 50upx; padding: 50upx;
box-sizing: border-box; box-sizing: border-box;
bottom: 70upx; bottom: 90upx;
left: 0; left: 0;
.tabbar-box { .tabbar-box {
@@ -152,7 +152,7 @@
padding: 15upx 20upx; padding: 15upx 20upx;
box-sizing: border-box; box-sizing: border-box;
z-index: 2; z-index: 2;
box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 5px 3px rgba(101,101,101, 0.1);
&:after { &:after {
content: ''; content: '';
@@ -166,7 +166,7 @@
transform: rotate(45deg); transform: rotate(45deg);
background: #fff; background: #fff;
z-index: 1; z-index: 1;
box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 2px 2px 5px 3px rgba(101,101,101, 0.1);
border-radius: 2px; border-radius: 2px;
} }
@@ -187,10 +187,15 @@
width: 100%; width: 100%;
// color: #007AFF; // color: #007AFF;
z-index: 3; z-index: 3;
margin: 10upx; margin: 20upx;
text-align: center; text-align: center;
font-size: $uni-font-size-base; font-size: $uni-font-size-base;
.explain{
margin-top: 10upx;
font-size: 24upx;
font-weight: 600;
color: #333333;
}
.box-image { .box-image {
width: 30px; width: 30px;
height: 30px; height: 30px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1012 B