修改
This commit is contained in:
parent
dcac68f414
commit
b9b8914474
@ -93,7 +93,7 @@
|
||||
</view>
|
||||
<view class="titletext">
|
||||
<text>解约原因:</text>
|
||||
<textarea name="" id="" cols="30" rows="10" style="width: 60%;" placeholder="请输入解决原因"
|
||||
<textarea name="" id="" cols="30" rows="10" style="width: 60%;height: 200rpx;" placeholder="请输入解约原因"
|
||||
v-model="list.rescindReason"></textarea>
|
||||
</view>
|
||||
<view class="btnss">
|
||||
|
||||
@ -0,0 +1,146 @@
|
||||
.app {
|
||||
width: 94%;
|
||||
margin: 20rpx auto;
|
||||
padding: 20rpx 0 100rpx 0;
|
||||
background-color: #fff;
|
||||
font-size: 24rpx;
|
||||
|
||||
.text {
|
||||
width: 92%;
|
||||
margin: 30rpx auto;
|
||||
font-weight: 500;
|
||||
color: #EE8F15;
|
||||
}
|
||||
|
||||
.list {
|
||||
width: 92%;
|
||||
margin: 0 auto;
|
||||
|
||||
.item {
|
||||
margin: 40rpx auto;
|
||||
height: 120rpx;
|
||||
position: relative;
|
||||
border-bottom: 2rpx solid #E6E6E6;
|
||||
|
||||
.Selected {
|
||||
width: 108rpx;
|
||||
height: 40rpx;
|
||||
border: 1px solid #26A888;
|
||||
border-radius: 5rpx;
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
top: 10%;
|
||||
font-weight: 500;
|
||||
color: #26A888;
|
||||
line-height: 40rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 30rpx;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.address {
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
position: absolute;
|
||||
left: 0%;
|
||||
bottom: 10%;
|
||||
}
|
||||
|
||||
.distance {
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
bottom: 10%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
image {
|
||||
padding-right: 10rpx;
|
||||
width: 17rpx;
|
||||
height: 21rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
height: 84rpx;
|
||||
justify-content: space-around;
|
||||
|
||||
.inputs {
|
||||
background-color: #fff;
|
||||
width: 65%;
|
||||
height: 60rpx;
|
||||
border-radius: 5rpx;
|
||||
background-color: #Ffffff;
|
||||
z-index: 999;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: #F6F6F6;
|
||||
border: 1px solid #F6F6F6;
|
||||
border-radius: 38rpx;
|
||||
|
||||
.input {
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
height: 60rpx;
|
||||
// top: 8%;
|
||||
left: 13%;
|
||||
width: 80%;
|
||||
font-size: 26rpx;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 3%;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .u-flex {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown__content {
|
||||
overflow-y: scroll !important;
|
||||
height: 500rpx;
|
||||
|
||||
.u-flex {
|
||||
width: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown__content__mask {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown__menu__item {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
::v-deep .u-cell__value {
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown {
|
||||
:v-deep .u-dropdown__menu {}
|
||||
}
|
||||
|
||||
::v-deep .u-cell-box {}
|
||||
}
|
||||
}
|
||||
@ -152,150 +152,5 @@
|
||||
</script>
|
||||
|
||||
<style lang="scss">
|
||||
.app {
|
||||
width: 94%;
|
||||
margin: 20rpx auto;
|
||||
padding: 20rpx 0 100rpx 0;
|
||||
background-color: #fff;
|
||||
font-size: 24rpx;
|
||||
|
||||
.text {
|
||||
width: 92%;
|
||||
margin: 30rpx auto;
|
||||
font-weight: 500;
|
||||
color: #EE8F15;
|
||||
}
|
||||
|
||||
.list {
|
||||
width: 92%;
|
||||
margin: 0 auto;
|
||||
|
||||
.item {
|
||||
margin: 40rpx auto;
|
||||
height: 120rpx;
|
||||
position: relative;
|
||||
border-bottom: 2rpx solid #E6E6E6;
|
||||
|
||||
.Selected {
|
||||
width: 108rpx;
|
||||
height: 40rpx;
|
||||
border: 1px solid #26A888;
|
||||
border-radius: 5rpx;
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
top: 10%;
|
||||
font-weight: 500;
|
||||
color: #26A888;
|
||||
line-height: 40rpx;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.title {
|
||||
font-size: 30rpx;
|
||||
font-weight: 500;
|
||||
color: #333333;
|
||||
}
|
||||
|
||||
.address {
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
position: absolute;
|
||||
left: 0%;
|
||||
bottom: 10%;
|
||||
}
|
||||
|
||||
.distance {
|
||||
font-weight: 400;
|
||||
color: #8E8E8E;
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
bottom: 10%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
image {
|
||||
padding-right: 10rpx;
|
||||
width: 17rpx;
|
||||
height: 21rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.top {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
height: 84rpx;
|
||||
justify-content: space-around;
|
||||
|
||||
.inputs {
|
||||
background-color: #fff;
|
||||
width: 65%;
|
||||
height: 60rpx;
|
||||
border-radius: 5rpx;
|
||||
background-color: #Ffffff;
|
||||
z-index: 999;
|
||||
position: relative;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background: #F6F6F6;
|
||||
border: 1px solid #F6F6F6;
|
||||
border-radius: 38rpx;
|
||||
|
||||
.input {
|
||||
margin: 0 auto;
|
||||
position: absolute;
|
||||
height: 60rpx;
|
||||
// top: 8%;
|
||||
left: 13%;
|
||||
width: 80%;
|
||||
font-size: 26rpx;
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.icon {
|
||||
background: url(@/static/pagesB/sousuo.png) no-repeat;
|
||||
width: 30rpx;
|
||||
height: 28rpx;
|
||||
background-size: cover;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
left: 3%;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .u-flex {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown__content {
|
||||
overflow-y: scroll !important;
|
||||
height: 500rpx;
|
||||
|
||||
.u-flex {
|
||||
width: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown__content__mask {
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown__menu__item {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
::v-deep .u-cell__value {
|
||||
flex: 0;
|
||||
}
|
||||
|
||||
::v-deep .u-dropdown {
|
||||
:v-deep .u-dropdown__menu {}
|
||||
}
|
||||
|
||||
::v-deep .u-cell-box {}
|
||||
}
|
||||
}
|
||||
@import './selectInstitution.scss';
|
||||
</style>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user