From c423765d8a5ff0c58d23bb0a31af7df6c1fad95c Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期五, 26 七月 2024 16:10:25 +0800 Subject: [PATCH] 1 --- src/pages/changePassword/changePassword.vue | 99 ++++++++++++++++++++++++++----------------------- 1 files changed, 52 insertions(+), 47 deletions(-) diff --git a/src/pages/changePassword/changePassword.vue b/src/pages/changePassword/changePassword.vue index 4bf979c..95ff854 100644 --- a/src/pages/changePassword/changePassword.vue +++ b/src/pages/changePassword/changePassword.vue @@ -5,8 +5,8 @@ class="Ttop flex flex-center flex-wrap" style="flex-direction: column" > - <view ></view> - <view ref="Rtop"> + <view></view> + <view ref="Rtop"> <text class="login"></text> <text style=" @@ -16,7 +16,7 @@ font-family: cursive; font-weight: bold; " - >涓浗鍖诲浜虹墿鐭ヨ瘑搴�</text + >涓浗鍘嗕唬鍖诲浜虹墿鐭ヨ瘑搴�</text > </view> <view></view> @@ -30,25 +30,28 @@ justify-content: space-between; margin-bottom: 0.47rem; align-items: center; + padding-top: 0.6rem; " > <!-- <view style="color: #244A7B;padding-bottom: .47rem;font-size: .3rem;font-weight: bold;">鐢ㄦ埛娉ㄥ唽</view> --> <view class="LoginBg"></view> <view - @click="BacktoLogin" style=" cursor: pointer; font-size: 0.14rem; color: #244a7b; font-weight: normal; + position: absolute; + left: 0.1rem; + top: 0.1rem; " > - 杩斿洖 + < 杩斿洖 </view> </view> <el-form - :label-width="160" + :label-width="160" :hide-required-asterisk="true" ref="formLogin2" label-position="right" @@ -230,25 +233,29 @@ // 涔︾睄鏁版嵁 listData: [ { - name: "涓尰浜虹墿鏁版嵁搴�", + name: "鍘嗕唬浜虹墿", id: 1 }, { - name: "涓栧尰鍖诲鏁版嵁搴�", + name: "瀹跺浼犳壙", id: 2 }, { - name: "涓尰瀛︽湳娴佹淳", + name: "瀛︽湳鍥捐氨", + id: 6 + }, + { + name: "瀛︽湳娴佹淳", id: 3 }, { - name: "涓尰鍦板煙鍖昏氨", + name: "鍦板煙鍥捐氨", id: 4 - }, - { - name: "涓尰鍖讳簨鍒跺害", - id: 5 } + // { + // name: "涓尰鍖讳簨鍒跺害", + // id: 5 + // } ] }; }, @@ -285,7 +292,7 @@ // alert('submit!鎴愬姛'); getchangePassword(Obj).then((res) => { if (res.success == true) { - this.$message.success('淇敼鎴愬姛'); + this.$message.success("淇敼鎴愬姛"); uni.navigateTo({ url: "/pages/Login/Login" }); @@ -456,7 +463,6 @@ width: 88px; color: #244a7b; font-size: 0.14rem; - } ::v-deep .el-form-item { @@ -490,25 +496,25 @@ height: 100vh; color: #fff; +} - .repository { - width: 100% !important; - /* margin-top: 19px; */ - /* height: 68%; */ - display: flex; - flex-direction: column; - justify-content: space-around; - align-items: center; +.container .repository { + width: 100% !important; + /* margin-top: 19px; */ + /* height: 68%; */ + display: flex; + flex-direction: column; + justify-content: space-around; + align-items: center; - .Ttop { - margin-top: 0.38rem; - margin-bottom: 1.22rem; - } + .Ttop { + margin-top: 0.38rem; + margin-bottom: 1.22rem; + } - .r-top { - font-size: 40rpx !important; - margin: 10rpx 0; - } + .r-top { + font-size: 40rpx !important; + margin: 10rpx 0; } } @@ -565,21 +571,20 @@ /* flex-wrap: wrap; */ padding: 0 20px; text-align: center; - - li { - background-color: #fff; - color: black; - height: 600rpx; - display: flex; - justify-content: space-between; - flex-direction: column; - align-items: center; - border: 1rpx solid #fff; - padding: 50rpx 65rpx; - /* padding: 58rpx 128rpx 88rpx; */ - text-align: center; - background: #ebf4ff; - } +} +.secretary li { + background-color: #fff; + color: black; + height: 600rpx; + display: flex; + justify-content: space-between; + flex-direction: column; + align-items: center; + border: 1rpx solid #fff; + padding: 50rpx 65rpx; + /* padding: 58rpx 128rpx 88rpx; */ + text-align: center; + background: #ebf4ff; } .Bbottom { -- Gitblit v1.9.1