wang_xy hai 1 ano
pai
achega
20888aff9a
Modificáronse 3 ficheiros con 419 adicións e 417 borrados
  1. 245 245
      pages/index/index.vue
  2. 171 169
      pages/login/login.vue
  3. 3 3
      pages/noLogin/typeList.vue

+ 245 - 245
pages/index/index.vue

@@ -1,266 +1,266 @@
 <template>
-	<view class="content" style="position: relative;">
-		<view>
-			<image src="https://cczdsz.cn/app/images/5fde4230055e4eefb4dded5ba3325333.png" mode="" class="header"></image>
-		</view>
-		<view class="justify-content">
-			<view class="align-items" style="position: absolute; top: 66rpx;left: 40rpx;">
-				<image src="https://cczdsz.cn/app/images/logo.png" mode="" class="header-title"></image>
-			</view>
-			<view class="align-items"
-				style="position: absolute; top: 180rpx; left: 300rpx; font-size: 10pt;font-size: 36rpx; color: #fff;">
-				{{name}} !欢迎你登录本应用
-			</view>
-			<!-- <view class="align-items" style="position: absolute; top: 90rpx; left: 0;" @click="gotopage('/pages/noLogin/typeList')">
-			<back></back>
-		</view> -->
-		</view>
-		<view style="margin: 0 30rpx;">
-			<swiper class="swiper" @change="change" autoplay="true" interval="3000">
-				<swiper-item v-for="(item,index) in lunbo" :key="index">
-					<view>
-						<image :src="item.picUrl" mode=""></image>
-					</view>
-				</swiper-item>
-			</swiper>
-		</view>
-		<!-- 	<view class="distance justify-content">
-			<view class="square" @click="gotopage('/pages/cityConstrution/cityConstrution')">
-				<image src="https://cczdsz.cn/app/images//city.png" mode="" class="icon"></image>
-				<view class="font-thirty-six">
-					阀管施工
-				</view>
-			</view>
-			<view class="square" @click="history()">
-				<image src="https://cczdsz.cn/app/images//construction.png" mode="" class="icon"></image>
-				<view class="font-thirty-six">
-					历史施工
-				</view>
-			</view>
-			<view class="square" @click="gotopage('/pages/service/service')">
-				<image src="https://cczdsz.cn/app/images//service.png" mode="" class="icon"></image>
-				<view class="font-thirty-six">
-					服务说明
-				</view>
-			</view>
-			<view class="square" @click="gotopage('/pages/aboutme/aboutme')">
-				<image src="https://cczdsz.cn/app/images//construction.png" mode="" class="icon"></image>
-				<view class="font-thirty-six">
-					关于我们
-				</view>
-			</view>
-		</view>
-		<view class="justify-content" style="margin: 50rpx 30rpx 0;"> -->
-		<view class="tongzhicont">
-			<view class="gonggao">
-				<view class="justify-content">
-					<view class="font-forty-eight text"> 公告内容 </view>
-					<view class="font-thirty-six darkgray more" @click="more()"> 更多<u-icon name="arrow-right"></u-icon>
-					</view>
-				</view>
-				<view v-for="(item,index) in list" style="margin: 30rpx 0;">
-					<u-parse class="title" :html="item.text"></u-parse>
-				</view>
-			</view>
-			<view class="notice" :key="index">
-				<view style="margin: 30rpx 0;">
-					<rich-text class="one-title" :nodes="oneManage.title"></rich-text>
-					<rich-text class="one-time" :nodes="oneManage.time"></rich-text>
-					<!-- <view class="font-forty"> -->
-					<mpHtml :content="oneManage.text"></mpHtml>
-					<!-- </view> -->
-				</view>
-			</view>
-			<!-- 	</view> -->
-		</view>
-	</view>
+  <view class="content" style="position: relative;">
+    <view>
+      <image src="https://cczdsz.cn/app/images/5fde4230055e4eefb4dded5ba3325333.png" mode="" class="header"></image>
+    </view>
+    <view class="justify-content">
+      <view class="align-items" style="position: absolute; top: 66rpx;left: 40rpx;">
+        <image src="https://cczdsz.cn/app/images/logo.png" mode="" class="header-title"></image>
+      </view>
+      <view class="align-items"
+            style="position: absolute; top: 180rpx; left: 300rpx; font-size: 10pt;font-size: 36rpx; color: #fff;">
+        {{name}} !欢迎你登录本应用
+      </view>
+      <!-- <view class="align-items" style="position: absolute; top: 90rpx; left: 0;" @click="gotopage('/pages/noLogin/typeList')">
+      <back></back>
+    </view> -->
+    </view>
+    <view style="margin: 0 30rpx;">
+      <swiper class="swiper" @change="change" autoplay="true" interval="3000">
+        <swiper-item v-for="(item,index) in lunbo" :key="index">
+          <view>
+            <image :src="item.picUrl" mode=""></image>
+          </view>
+        </swiper-item>
+      </swiper>
+    </view>
+    <!-- 	<view class="distance justify-content">
+      <view class="square" @click="gotopage('/pages/cityConstrution/cityConstrution')">
+        <image src="https://cczdsz.cn/app/images//city.png" mode="" class="icon"></image>
+        <view class="font-thirty-six">
+          阀管施工
+        </view>
+      </view>
+      <view class="square" @click="history()">
+        <image src="https://cczdsz.cn/app/images//construction.png" mode="" class="icon"></image>
+        <view class="font-thirty-six">
+          历史施工
+        </view>
+      </view>
+      <view class="square" @click="gotopage('/pages/service/service')">
+        <image src="https://cczdsz.cn/app/images//service.png" mode="" class="icon"></image>
+        <view class="font-thirty-six">
+          服务说明
+        </view>
+      </view>
+      <view class="square" @click="gotopage('/pages/aboutme/aboutme')">
+        <image src="https://cczdsz.cn/app/images//construction.png" mode="" class="icon"></image>
+        <view class="font-thirty-six">
+          关于我们
+        </view>
+      </view>
+    </view>
+    <view class="justify-content" style="margin: 50rpx 30rpx 0;"> -->
+    <view class="tongzhicont">
+      <view class="gonggao">
+        <view class="justify-content">
+          <view class="font-forty-eight text"> 公告内容 </view>
+          <view class="font-thirty-six darkgray more" @click="more()"> 更多<u-icon name="arrow-right"></u-icon>
+          </view>
+        </view>
+        <view v-for="(item,index) in list" style="margin: 30rpx 0;">
+          <u-parse class="title" :html="item.text"></u-parse>
+        </view>
+      </view>
+      <view class="notice" :key="index">
+        <view style="margin: 30rpx 0;">
+          <rich-text class="one-title" :nodes="oneManage.title"></rich-text>
+          <rich-text class="one-time" :nodes="oneManage.time"></rich-text>
+          <!-- <view class="font-forty"> -->
+          <mpHtml :content="oneManage.text"></mpHtml>
+          <!-- </view> -->
+        </view>
+      </view>
+      <!-- 	</view> -->
+    </view>
+  </view>
 </template>
 <script>
-	import service from '@/api/index.js'
-	import mpHtml from '@/components/mp-html/mp-html.vue'
-	export default {
-		components: {
-			mpHtml
-		},
-		data() {
-			return {
-				list: [],
-				oneManage: {},
-				name: '',
-				lunbo: []
-			}
-		},
-		onLoad() {
-			uni.showTabBar();
-			//this.getLunBo();
-			this.getUserName();
-		},
-		onShow() {
-			this.getOne();
-			this.getnotice()
-			uni.showTabBar();
-		},
-		onTabItemTap(e) {
-			console.log(e)
-			uni.removeStorageSync('type')
-		},
-		methods: {
-			getUserName() {
-				service.getUserName().then(res => {
-					this.name = res.name;
-					this.power = res.power;
-				})
-			},
-			change(e) {
-				this.current = e.detail.current;
-			},
-			gotopage(url) {
-				uni.navigateTo({
-					url
-				})
-			},
-			getLunBo() {
-				service.getLunBo().then(res => {
-					this.lunbo = res;
-				})
-			},
-			getOne() {
-				service.getOne().then(res => {
-					this.oneManage = res
-					console.log(this.oneManage)
-				})
-			},
-			getnotice() {
-				service.getNoticeList().then(res => {
-					let list = []
-					this.list = []
-					list = res
-					let i = res.length - 1
-					if (res.length != 0) {
-						this.list.push(list[i])
-					} else {
-						this.list = res
-					}
-				})
-			},
-			more() {
-				console.log(11111)
-				uni.navigateTo({
-					url: '/pages/notice/noticeList'
-				})
-			},
-			history() {
-				uni.switchTab({
-					url: '/pages/historyConstruction/historyConstruction'
-				})
-			}
-		}
-	}
+import service from '@/api/index.js'
+import mpHtml from '@/components/mp-html/mp-html.vue'
+export default {
+  components: {
+    mpHtml
+  },
+  data() {
+    return {
+      list: [],
+      oneManage: {},
+      name: '',
+      lunbo: []
+    }
+  },
+  onLoad() {
+    uni.showTabBar();
+    //this.getLunBo();
+    this.getUserName();
+  },
+  onShow() {
+    this.getOne();
+    this.getnotice()
+    uni.showTabBar();
+  },
+  onTabItemTap(e) {
+    console.log(e)
+    uni.removeStorageSync('type')
+  },
+  methods: {
+    getUserName() {
+      service.getUserName().then(res => {
+        this.name = res.name;
+        this.power = res.power;
+      })
+    },
+    change(e) {
+      this.current = e.detail.current;
+    },
+    gotopage(url) {
+      uni.navigateTo({
+        url
+      })
+    },
+    getLunBo() {
+      service.getLunBo().then(res => {
+        this.lunbo = res;
+      })
+    },
+    getOne() {
+      service.getOne().then(res => {
+        this.oneManage = res
+        console.log(this.oneManage)
+      })
+    },
+    getnotice() {
+      service.getNoticeList().then(res => {
+        let list = []
+        this.list = []
+        list = res
+        let i = res.length - 1
+        if (res.length != 0) {
+          this.list.push(list[i])
+        } else {
+          this.list = res
+        }
+      })
+    },
+    more() {
+      console.log(11111)
+      uni.navigateTo({
+        url: '/pages/notice/noticeList'
+      })
+    },
+    history() {
+      uni.switchTab({
+        url: '/pages/historyConstruction/historyConstruction'
+      })
+    }
+  }
+}
 </script>
 <style lang="scss" scoped>
-	.header {
-		width: 100%;
-		height: 530rpx;
-	}
+.header {
+  width: 100%;
+  height: 530rpx;
+}
 
-	.header-title {
-		width: 50rpx;
-		height: 50rpx;
-	}
+.header-title {
+  width: 50rpx;
+  height: 50rpx;
+}
 
-	.row-item {
-		overflow: hidden;
-		-webkit-line-clamp: 2;
-		text-overflow: ellipsis;
-		display: -webkit-box;
-		-webkit-box-orient: vertical;
-	}
+.row-item {
+  overflow: hidden;
+  -webkit-line-clamp: 2;
+  text-overflow: ellipsis;
+  display: -webkit-box;
+  -webkit-box-orient: vertical;
+}
 
-	.tongzhicont {
-		position: absolute;
-		top: 396rpx;
-		width: 100%;
-	}
+.tongzhicont {
+  position: absolute;
+  top: 396rpx;
+  width: 100%;
+}
 
-	.more {
-		font-size: 30rpx;
-		color: #666666;
-	}
+.more {
+  font-size: 30rpx;
+  color: #666666;
+}
 
-	.gonggao {
-		width: 90%;
-		margin: 0 auto;
-		border-radius: 30rpx;
-		background: linear-gradient(45deg, #ffffff, #e7f9ff);
-		box-shadow: 7rpx 1rpx 10rpx #e5f0ff;
-		padding: 20rpx;
-	}
+.gonggao {
+  width: 90%;
+  margin: 0 auto;
+  border-radius: 30rpx;
+  background: linear-gradient(45deg, #ffffff, #e7f9ff);
+  box-shadow: 7rpx 1rpx 10rpx #e5f0ff;
+  padding: 20rpx;
+}
 
-	.one-title {
-		font-size: 40rpx;
-		font-weight: bold;
-		color: #666;
-		line-height: 2rem;
-	}
+.one-title {
+  font-size: 40rpx;
+  font-weight: bold;
+  color: #666;
+  line-height: 2rem;
+}
 
-	.one-time {
-		color: #999;
-		font-size: 32rpx;
-	}
+.one-time {
+  color: #999;
+  font-size: 32rpx;
+}
 
-	.font-forty {
-		font-size: 32rpx;
-		line-height: 2rem;
-		margin: 20rpx 0 0 0;
-	}
+.font-forty {
+  font-size: 32rpx;
+  line-height: 2rem;
+  margin: 20rpx 0 0 0;
+}
 
-	.title {
-		overflow: hidden;
-		text-overflow: ellipsis;
-		width: 100%;
-		/*将对象作为弹性伸缩盒子模型显示*/
-		display: -webkit-box;
-		/*限制文本行数*/
-		-webkit-line-clamp: 2;
-		/*子元素的排列方式*/
-		-webkit-box-orient: vertical;
-		/*将对象作为弹性伸缩盒子模型显示*/
-	}
+.title {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  width: 100%;
+  /*将对象作为弹性伸缩盒子模型显示*/
+  display: -webkit-box;
+  /*限制文本行数*/
+  -webkit-line-clamp: 2;
+  /*子元素的排列方式*/
+  -webkit-box-orient: vertical;
+  /*将对象作为弹性伸缩盒子模型显示*/
+}
 
-	.swiper {
-		position: absolute;
-		top: 200rpx;
-		width: 690rpx;
-		height: 280rpx;
-		margin: 0 30rpx;
-	}
+.swiper {
+  position: absolute;
+  top: 200rpx;
+  width: 690rpx;
+  height: 280rpx;
+  margin: 0 30rpx;
+}
 
-	.distance {
-		margin: 250rpx 30rpx 0;
+.distance {
+  margin: 250rpx 30rpx 0;
 
-		.square {
-			margin: 15rpx;
-			text-align: center;
+  .square {
+    margin: 15rpx;
+    text-align: center;
 
-			.icon {
-				width: 100rpx;
-				height: 100rpx;
-			}
-		}
-	}
+    .icon {
+      width: 100rpx;
+      height: 100rpx;
+    }
+  }
+}
 
-	.notice {
-		margin: 20rpx;
-		padding: 20rpx;
-		background: #FFFFFF;
-		box-shadow: 0rpx 8rpx 17rpx 0rpx rgba(0, 0, 0, 0.04);
-		border-radius: 10rpx;
-	}
+.notice {
+  margin: 20rpx;
+  padding: 20rpx;
+  background: #FFFFFF;
+  box-shadow: 0rpx 8rpx 17rpx 0rpx rgba(0, 0, 0, 0.04);
+  border-radius: 10rpx;
+}
 
-	.text {
-		padding-left: 20rpx;
-		font-size: 44rpx;
-		font-weight: bold;
-		color: #4194fd;
-	}
+.text {
+  padding-left: 20rpx;
+  font-size: 44rpx;
+  font-weight: bold;
+  color: #4194fd;
+}
 </style>

+ 171 - 169
pages/login/login.vue

@@ -1,177 +1,179 @@
 <template>
-	<view class="bigback">
-		<image src="https://cczdsz.cn/app/images/42ad4e72a9bb4f08ac613933c04c679a.png" mode="" class="background"></image>
-		<view class="title">
-			<image src="https://121.37.40.217/app/images/41743f2fb9b54c8e87e1168bb094505b.png" mode="" class="logo"></image>
-			<!-- <view class="font-sixty-four">
-				长春贞达市政施工管理平台
-			</view> -->
-		</view>
-		<view>
-			<view class="align-items margin">
-				<image src="https://121.37.40.217/app/images//zh.png" mode="" class="img"></image>
-				<input type="text" placeholder="账号" placeholder-class="font-forty-eight"
-					class="input font-forty-eight" v-model="form.number" />
-			</view>
-			<view class="align-items margin">
-				<image src="https://121.37.40.217/app/images//mm.png" mode="" class="img"></image>
-				<input type="password" placeholder="密码" placeholder-class="font-forty-eight"
-					class="input font-forty-eight" v-model="form.password" />
-			</view>
-		</view>
-		<view class="remember">
-			<u-checkbox-group @change="checkboxGroupChange">
-				<u-checkbox
-					@change="checkboxChange"
-					v-model="item.checked"
-					v-for="(item, index) in list" :key="index"
-					:name="item.name"
-				>{{item.name}}</u-checkbox>
-			</u-checkbox-group>
-		</view>
-		<view @click="login()">
-			<button class="background-color1 white font-forty-eight btn">登录</button>
-		</view>
-	</view>
+  <view class="bigback">
+    <image src="https://cczdsz.cn/app/images/42ad4e72a9bb4f08ac613933c04c679a.png" mode="" class="background"></image>
+    <view class="title">
+      <image src="https://cczdsz.cn/app/images/logo.png" mode="" class="logo" style="width: 30px;height: 30px;"></image>
+      <view class="font-sixty-four" style="color:dodgerblue;font-weight:bold;font-size: 14px;">
+        长春贞达市政巡线调压、抢险维修管理平台
+      </view>
+      <image src="https://cczdsz.cn/app/images/41743f2fb9b54c8e87e1168bb094505b.png" mode="" class="logo"></image>
+    </view>
+    <view>
+      <view class="align-items margin">
+        <image src="https://cczdsz.cn/app/images//zh.png" mode="" class="img"></image>
+        <input type="text" placeholder="账号" placeholder-class="font-forty-eight"
+               class="input font-forty-eight" v-model="form.number" />
+      </view>
+      <view class="align-items margin">
+        <image src="https://cczdsz.cn/app/images//mm.png" mode="" class="img"></image>
+        <input type="password" placeholder="密码" placeholder-class="font-forty-eight"
+               class="input font-forty-eight" v-model="form.password" />
+      </view>
+    </view>
+    <view class="remember">
+      <u-checkbox-group @change="checkboxGroupChange">
+        <u-checkbox
+            @change="checkboxChange"
+            v-model="item.checked"
+            v-for="(item, index) in list" :key="index"
+            :name="item.name"
+        >{{item.name}}</u-checkbox>
+      </u-checkbox-group>
+    </view>
+    <view @click="login()">
+      <button class="background-color1 white font-forty-eight btn">登录</button>
+    </view>
+  </view>
 </template>
 <script>
-	import service from '@/api/index.js'
-	export default {
-		data() {
-			return {
-				form: {
-					number: '',
-					password: ''
-				},
-				list:[
-					{
-						name: '记住密码',
-						checked: true,
-						disabled: false
-					}
-				],
-				flag: true,
-			}
-		},
-		onLoad() {
-			const HCnumber = uni.getStorageSync('HCnumber');
-			const HCpassword = uni.getStorageSync('HCpassword');//缓存的密码
-			if(HCnumber && HCpassword){
-				this.form.number = HCnumber;
-				this.form.password = HCpassword;
-			}
-		},
-		methods: {
-			login() {
-				if (this.form.number === '') {
-					this.$UTILS.showPrompt('请输入工号!')
-				} else if (this.form.password === '') {
-					this.$UTILS.showPrompt('请输入密码!')
-				} else {
-					let _this = this;
-					let param = {
-						jobNum: _this.form.number,
-						password: _this.form.password
-					}
-					if(_this.flag){
-						uni.setStorageSync('HCnumber', _this.form.number);
-						uni.setStorageSync('HCpassword', _this.form.password);
-					}else{
-						uni.removeStorageSync('HCnumber');
-						uni.removeStorageSync('HCpassword');
-					}
-					service.login(param).then(res => {
-						console.log('res', res.token)
-						uni.setStorage({
-							key: 'token',
-							data: res.token,
-							success: (res) => {
-								console.log('登陆成功res',res)
-								console.log('登陆成功')
-								this.$UTILS.showPrompt('登录成功!')
-								setTimeout(()=>{
-									console.log('跳')
-									uni.switchTab({
-										url:'/pages/index/index'
-									})
-									// uni.navigateTo({
-									// 	url:'/pages/noLogin/roadSection/roadSection?type=2'
-									// })
-									console.log('跳')
-								},2000)
+import service from '@/api/index.js'
+export default {
+  data() {
+    return {
+      form: {
+        number: '',
+        password: ''
+      },
+      list:[
+        {
+          name: '记住密码',
+          checked: true,
+          disabled: false
+        }
+      ],
+      flag: true,
+    }
+  },
+  onLoad() {
+    const HCnumber = uni.getStorageSync('HCnumber');
+    const HCpassword = uni.getStorageSync('HCpassword');//缓存的密码
+    if(HCnumber && HCpassword){
+      this.form.number = HCnumber;
+      this.form.password = HCpassword;
+    }
+  },
+  methods: {
+    login() {
+      if (this.form.number === '') {
+        this.$UTILS.showPrompt('请输入工号!')
+      } else if (this.form.password === '') {
+        this.$UTILS.showPrompt('请输入密码!')
+      } else {
+        let _this = this;
+        let param = {
+          jobNum: _this.form.number,
+          password: _this.form.password
+        }
+        if(_this.flag){
+          uni.setStorageSync('HCnumber', _this.form.number);
+          uni.setStorageSync('HCpassword', _this.form.password);
+        }else{
+          uni.removeStorageSync('HCnumber');
+          uni.removeStorageSync('HCpassword');
+        }
+        service.login(param).then(res => {
+          console.log('res', res.token)
+          uni.setStorage({
+            key: 'token',
+            data: res.token,
+            success: (res) => {
+              console.log('登陆成功res',res)
+              console.log('登陆成功')
+              this.$UTILS.showPrompt('登录成功!')
+              setTimeout(()=>{
+                console.log('跳')
+                uni.switchTab({
+                  url:'/pages/index/index'
+                })
+                // uni.navigateTo({
+                // 	url:'/pages/noLogin/roadSection/roadSection?type=2'
+                // })
+                console.log('跳')
+              },2000)
 
-							},
-							fail: (e) => {
-								console.log(e)
-							}
-						})
-					})
-				}
-			},
-			checkboxChange(e) {
-				this.flag = e.value;
-			},
-			// 选中任一checkbox时,由checkbox-group触发
-			checkboxGroupChange(e) {
-				if(e.length > 0){
-					uni.setStorageSync('HCnumber', this.form.number);
-					uni.setStorageSync('HCpassword', this.form.password);
-				}else{
-					uni.removeStorageSync('HCnumber');
-					uni.removeStorageSync('HCpassword');
-				}
-			},
-		}
-	}
+            },
+            fail: (e) => {
+              console.log(e)
+            }
+          })
+        })
+      }
+    },
+    checkboxChange(e) {
+      this.flag = e.value;
+    },
+    // 选中任一checkbox时,由checkbox-group触发
+    checkboxGroupChange(e) {
+      if(e.length > 0){
+        uni.setStorageSync('HCnumber', this.form.number);
+        uni.setStorageSync('HCpassword', this.form.password);
+      }else{
+        uni.removeStorageSync('HCnumber');
+        uni.removeStorageSync('HCpassword');
+      }
+    },
+  }
+}
 </script>
 <style lang="scss">
-	.background {
-		z-index: -1;
-		width: 100%;
-		height: 610rpx;
-	}
-	.title {
-		display: flex;
-		margin: 20rpx 0;
-		.logo {
-			width: 690rpx;
-			height: 62rpx;
-			margin: -6px auto;
-		}
-	}
-	.margin {
-		margin:20rpx;
-		background: #f1f7ff;
-		border: solid 1rpx #84b7ff;
-		border-radius: 80rpx;
-		padding: 0 50rpx;
-		width: 86%;
-		margin: 26rpx auto;
-		.img {
-			width: 70rpx;
-			height: 60rpx;
-		}
+.background {
+  z-index: -1;
+  width: 100%;
+  height: 610rpx;
+}
+.title {
+  display: flex;
+  margin: 20rpx 0;
+  .logo {
+    width: 690rpx;
+    height: 62rpx;
+    margin: -6px auto;
+  }
+}
+.margin {
+  margin:20rpx;
+  background: #f1f7ff;
+  border: solid 1rpx #84b7ff;
+  border-radius: 80rpx;
+  padding: 0 50rpx;
+  width: 86%;
+  margin: 26rpx auto;
+  .img {
+    width: 70rpx;
+    height: 60rpx;
+  }
 
-		.input {
-			width: 100%;
-			height: 75rpx;
-			padding: 20rpx 20rpx;
-			font-size: 32rpx;
-			color: #999999;
-		}
-	}
-	.remember{
-		width: 100%;
-		height: 80rpx;
-		line-height: 80rpx;
-		padding-left: 80rpx;
-		letter-spacing: 2rpx;
-	}
-	.btn {
-		width: 86%;
-		margin: 0rpx auto 0;
-		background: linear-gradient(45deg, #55bafe, #3072ff);
-		border-radius: 72rpx;
-		box-shadow: 0rpx 0rpx 20rpx #3f8fff;
-	}
+  .input {
+    width: 100%;
+    height: 75rpx;
+    padding: 20rpx 20rpx;
+    font-size: 32rpx;
+    color: #999999;
+  }
+}
+.remember{
+  width: 100%;
+  height: 80rpx;
+  line-height: 80rpx;
+  padding-left: 80rpx;
+  letter-spacing: 2rpx;
+}
+.btn {
+  width: 86%;
+  margin: 0rpx auto 0;
+  background: linear-gradient(45deg, #55bafe, #3072ff);
+  border-radius: 72rpx;
+  box-shadow: 0rpx 0rpx 20rpx #3f8fff;
+}
 </style>
+

+ 3 - 3
pages/noLogin/typeList.vue

@@ -1,11 +1,11 @@
 <template>
 	<view>
-		<image src="https://cczdsz.cn/app/images//backgroundgz.png" mode="" class="background"></image>
-		<image src="https://zdsz.obs.cn-south-1.myhuaweicloud.com/file/0e1e285e104144caa274659b3429284c.png" mode="" class="gongzuobj"></image>
+		<image src="https://cczdsz.cn/app/images/backgroundgz.png" mode="" class="background"></image>
+		<image src="https://cczdsz.cn/app/images/0e1e285e104144caa274659b3429284c.png" mode="" class="gongzuobj"></image>
 		<view class="justify-content" v-if="visable">
 			<view class="align-items" style="position: absolute; top: 110rpx; left: 50rpx;">
 				<u-icon name="arrow-left" @click="backview()" style="color: #fff; font-size: 36rpx;margin: 0 40rpx 0 0;"></u-icon>
-				<image src="https://cczdsz.cn/app/images//sgglpt.png" mode="" class="header-title" style="width: 300rpx;height: 36rpx;"></image>
+				<image src="https://cczdsz.cn/app/images/sgglpt.png" mode="" class="header-title" style="width: 300rpx;height: 36rpx;"></image>
 			</view>
 			<view class="align-items" style="position: absolute;top: 100px;left: 150px;font-size: 36rpx;color: #fff;">
 				{{name}} !欢迎你登录本应用