11
This commit is contained in:
parent
3d38ce3c61
commit
5dfc233c31
|
@ -19,8 +19,8 @@ const install = (Vue, vm) => {
|
||||||
// },
|
// },
|
||||||
// });
|
// });
|
||||||
Vue.prototype.$u.http.setConfig({
|
Vue.prototype.$u.http.setConfig({
|
||||||
// baseUrl: 'http://192.168.2.81:3302',
|
baseUrl: 'http://192.168.2.81:3302',
|
||||||
baseUrl: 'https://kang.chuangtewl.com/prod-api',
|
// baseUrl: 'https://kang.chuangtewl.com/prod-api',
|
||||||
loadingText: '努力加载中~',
|
loadingText: '努力加载中~',
|
||||||
loadingTime: 800,
|
loadingTime: 800,
|
||||||
// 设置自定义头部content-type
|
// 设置自定义头部content-type
|
||||||
|
|
|
@ -181,21 +181,22 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.img {
|
.img {
|
||||||
width: 311rpx;
|
width: 350rpx;
|
||||||
height: 311rpx;
|
height: 350rpx;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 750rpx;
|
top: 750rpx;
|
||||||
left: 50%;
|
left: 53%;
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
// padding-left: 40rpx;
|
// padding-left: 40rpx;
|
||||||
// padding-right: 20rpx;
|
// padding-right: 20rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
z-index: 999 !important;
|
||||||
// border: 1px dashed #ccc;
|
// border: 1px dashed #ccc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tuixx {
|
.tuixx {
|
||||||
position: fixed;
|
position: absolute;
|
||||||
bottom: 182rpx;
|
top: 1220rpx;
|
||||||
left: 110rpx;
|
left: 110rpx;
|
||||||
|
|
||||||
view {
|
view {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user