174 lines
2.7 KiB
Plaintext
174 lines
2.7 KiB
Plaintext
.container {
|
|
min-height: 100%;
|
|
overflow: hidden;
|
|
overflow-y: hidden;
|
|
/* background:#fff; */
|
|
}
|
|
|
|
.Big {
|
|
position: relative;
|
|
top: -250rpx;
|
|
width: 100%;
|
|
margin: 10rpx auto;
|
|
/* left: 2.5%; */
|
|
}
|
|
|
|
.BoxLine {
|
|
display: flex;
|
|
font-size: 30rpx;
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
text-align: center;
|
|
border-bottom: 2rpx solid #e5e5e5;
|
|
}
|
|
|
|
.firstItem {
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
height: 44px;
|
|
align-items: center;
|
|
margin: 24rpx 34rpx;
|
|
padding-left: 12px;
|
|
gap: 8px;
|
|
box-shadow: 0 0 4px 0 #F3F5F7;
|
|
}
|
|
|
|
.title {
|
|
position: relative;
|
|
font-size: 30rpx;
|
|
line-height: 80rpx;
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
|
|
.name {
|
|
position: relative;
|
|
font-size: 30rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
flex: 3;
|
|
}
|
|
|
|
.name input {
|
|
font-size: 30rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
flex: 3;
|
|
/* flex: 1; */
|
|
}
|
|
|
|
.titleCell {
|
|
position: relative;
|
|
}
|
|
|
|
.titleCell::before {
|
|
position: absolute;
|
|
content: "*";
|
|
top: -14px;
|
|
left: -8px;
|
|
color: #ff0000;
|
|
}
|
|
|
|
.phone {
|
|
flex: 3;
|
|
}
|
|
|
|
.btnList {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
margin-top: 65.4px;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.cancelBtn,
|
|
.confirmBtn {
|
|
width: 140px;
|
|
height: 40px;
|
|
text-align: center;
|
|
line-height: 40px;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.cancelBtn {
|
|
border: 1px solid #AEAEAE;
|
|
background: #FFF;
|
|
color: #808080;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.confirmBtn {
|
|
background: linear-gradient(0deg, #ffffff80 0%, #ffffff80 100%), linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
|
|
color: #ffffff;
|
|
font-size: 16px;
|
|
margin-left: 12px;
|
|
}
|
|
|
|
.createBtn {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
background: #169bd5;
|
|
color: #fff;
|
|
height: 52px;
|
|
line-height: 52px;
|
|
}
|
|
|
|
.input-box {
|
|
width: 90%;
|
|
position: relative;
|
|
top: -150rpx;
|
|
}
|
|
.confirmBtnEdit{
|
|
background: linear-gradient(115deg, #62B2FF -1.34%, #3C80F6 100%);
|
|
}
|
|
/* .btn {
|
|
background: #0093dd;
|
|
border: none;
|
|
color: #fff;
|
|
letter-spacing: 4rpx;
|
|
border-radius: 10rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
font-weight: 400;
|
|
font-size: 38rpx;
|
|
} */
|
|
|
|
/* .input-box .btn {
|
|
width: 100%;
|
|
} */
|
|
|
|
/* .number {
|
|
font-size: 30rpx;
|
|
margin-top: 30rpx;
|
|
} */
|
|
|
|
/* .boxIMg_top { */
|
|
/* width: 100%; */
|
|
/* position: absolute; */
|
|
/* } */
|
|
|
|
/* .boxIMg_top image {
|
|
width: 100%;
|
|
height: 510rpx;
|
|
} */
|
|
|
|
/* .boxName {
|
|
position: absolute;
|
|
top: 260rpx;
|
|
left: 34%;
|
|
} */
|
|
|
|
/* .top_img {
|
|
position: absolute;
|
|
top: 320rpx;
|
|
left: 6%;
|
|
} */ |