重写话题/搜索页面

main
Connor 2024-05-09 15:44:03 +08:00
parent 6a0d93b85b
commit 0587fb9250
41 changed files with 613 additions and 945 deletions

66
App.vue
View File

@ -33,4 +33,70 @@
/* 注意要写在第一行同时给style标签加入lang="scss"属性 */
@import "uview-plus/index.scss";
@import '@/static/scss/index.scss';
.mainContainer {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
/* 底部安全区 */
// padding-bottom: env(safe-area-inset-bottom);
box-sizing: border-box;
}
image {
width: 100%;
height: auto;
}
/* Flex布局 */
.flex{
display: flex;
}
.flexOne{
flex: 1;
}
.flexColumn{
flex-direction: column;
}
.wrap{
flex-wrap: wrap;
}
.noWrap{
flex-wrap: nowrap;
}
.alignCenter{
align-items: center;
}
.justifyCenter{
justify-content: center;
}
.alignBetween{
align-content: space-between;
}
.justifyBetween{
justify-content: space-between;
}
.alignStart{
align-items: flex-start;
}
.justifyStart{
justify-content: flex-start;
}
.alignEnd{
align-items: flex-end;
}
.justifyEnd{
justify-content: flex-end;
}
.justifyAround{
justify-content: space-around;
}
.qu{
width: 24rpx;
height: 24rpx;
}
</style>

View File

@ -1,8 +1,10 @@
// 应用全局配置
export default {
// baseUrl: 'https://vue.ruoyi.vip/prod-api',
baseUrl: 'http://47.93.242.168:8080',
// baseUrl: 'http://localhost:8080',
// baseUrl: 'http://47.93.242.168:8080',
// baseUrl: 'http://localhost:8080',
baseUrl: 'http://192.168.123.81:8080',
// baseUrl: 'http://47.93.242.168:8080',
// 应用信息
appInfo: {
// 应用名称

View File

@ -8,6 +8,15 @@
}
},
"pages": [{
"path": "pages/index",
"style": {
"navigationBarTitleText": "若依移动端框架",
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
}
,
{
"path": "pages/loginInfo/login",
"style": {
"navigationBarTitleText": "登录"
@ -19,13 +28,6 @@
"navigationBarTitleText": "注册"
}
}, {
"path": "pages/index",
"style": {
"navigationBarTitleText": "若依移动端框架",
"navigationStyle": "custom"
}
}
, {
"path": "pages/work/index",
"style": {
"navigationBarTitleText": "工作台"
@ -90,9 +92,9 @@
}, {
"path": "pages/search/index",
"style": {
"navigationStyle": "custom" ,
"navigationBarTextStyle": "white"
"navigationBarTextStyle": "white"
}
}],
"tabBar": {

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 567 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 504 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 962 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 113 KiB