武田基因病B开发环境
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.5 KiB

1 month ago
page {
background-color: rgba(247, 247, 250, 1);
}
.page {
padding: 48rpx 40rpx;
.form {
padding: 0 32rpx;
background-color: #fff;
border-radius: 24rpx;
.row {
display: flex;
align-items: center;
.label {
font-size: 32rpx;
color: rgba(137, 141, 151, 1);
width: 5em;
}
.container {
flex: 1;
.input {
padding: 32rpx 0;
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
}
.place-input {
color: rgba(161, 164, 172, 0.40);
}
.picker,
.picker-area {
.picker-content {
.content {
padding: 32rpx 0;
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
&:empty::after {
content: attr(data-place);
color: rgba(161, 164, 172, 0.40);
}
}
}
}
.tel {
padding: 32rpx 0;
display: flex;
justify-content: space-between;
align-items: center;
.tel-num {
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
}
.btn {
font-size: 32rpx;
color: rgba(246, 74, 58, 1);
}
}
}
}
}
.login-out {
margin-top: 48rpx;
padding: 22rpx;
font-size: 32rpx;
color: rgba(1, 1, 5, 1);
text-align: center;
line-height: 1;
background-color: #fff;
border-radius: 96rpx;
}
}