重写话题/搜索页面
66
App.vue
|
@ -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>
|
||||
|
|
|
@ -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: {
|
||||
// 应用名称
|
||||
|
|
20
pages.json
|
@ -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": {
|
||||
|
|
1466
pages/index.vue
After Width: | Height: | Size: 8.5 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 4.3 KiB |
After Width: | Height: | Size: 4.2 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 7.8 KiB |
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 3.7 KiB |
After Width: | Height: | Size: 7.4 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 9.6 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 567 KiB |
After Width: | Height: | Size: 504 KiB |
After Width: | Height: | Size: 1.4 MiB |
After Width: | Height: | Size: 215 KiB |
After Width: | Height: | Size: 962 KiB |
After Width: | Height: | Size: 1.9 MiB |
After Width: | Height: | Size: 1.3 MiB |
After Width: | Height: | Size: 2.6 MiB |
After Width: | Height: | Size: 962 KiB |
After Width: | Height: | Size: 113 KiB |