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