151 lines
2.9 KiB
SCSS
151 lines
2.9 KiB
SCSS
/* pages/addAuthName/addAuthName.wxss */
|
|
.informationEdit-page {
|
|
.dataName {
|
|
font-size: 36rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
|
|
.radios {
|
|
display: flex;
|
|
margin-top: 33rpx;
|
|
|
|
.radio {
|
|
width: 155rpx;
|
|
height: 55rpx;
|
|
// color: #3A61B1;
|
|
background: #FFFFFF;
|
|
border: 1px solid #E2E2E2;
|
|
border-radius: 10rpx;
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #C3C3C3;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
margin-right: 27rpx;
|
|
}
|
|
|
|
.active {
|
|
color: #3A61B1;
|
|
border: 1px solid #3A61B1;
|
|
}
|
|
}
|
|
|
|
.form {
|
|
padding: 42rpx 58rpx;
|
|
|
|
.formItem {
|
|
border-bottom: 2rpx solid #F3F5F8;
|
|
padding: 41rpx 0;
|
|
// display: flex;
|
|
justify-content: space-between;
|
|
|
|
.formLabel {
|
|
font-size: 28rpx;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #838383;
|
|
margin-bottom: 32rpx;
|
|
}
|
|
|
|
.picker {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.datePicker {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 33rpx;
|
|
|
|
// padding-bottom: 41rpx;
|
|
.to {
|
|
width: 33rpx;
|
|
height: 3rpx;
|
|
background: #C3C3C3;
|
|
}
|
|
}
|
|
}
|
|
|
|
.list {
|
|
margin-top: 20rpx;
|
|
|
|
.item {
|
|
padding-bottom: 20rpx;
|
|
border-bottom: 1px solid #F3F5F8;
|
|
margin: 20px 20px 0 20px;
|
|
|
|
.icon_zheng {
|
|
width: 24rpx;
|
|
height: 28rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
// .fileList {
|
|
// margin-top: 30rpx;
|
|
|
|
// .fileItem {
|
|
// background: #F3F5F8;
|
|
// border-radius: 10px;
|
|
// height: 159rpx;
|
|
// display: flex;
|
|
// justify-content: space-between;
|
|
// flex-direction: row;
|
|
// align-items: center;
|
|
// height: 107rpx;
|
|
// padding: 0 29rpx 0 24rpx;
|
|
// margin-bottom: 20rpx;
|
|
|
|
// .fileItem_top {
|
|
// display: flex;
|
|
// align-items: center;
|
|
// font-size: 24rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #3A61B1;
|
|
// }
|
|
|
|
// .fileItem_bottom {
|
|
// display: flex;
|
|
// align-items: center;
|
|
// justify-content: space-between;
|
|
// width: 100%;
|
|
// font-size: 24rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 500;
|
|
// color: #3A61B1;
|
|
|
|
// .updateDate {
|
|
// font-size: 22rpx;
|
|
// font-family: PingFang SC;
|
|
// font-weight: 400;
|
|
// color: #C3C3C3;
|
|
// line-height: 30px;
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
.submitLayout {
|
|
// display: flex;
|
|
// justify-content: center;
|
|
position: fixed;
|
|
bottom: 54rpx;
|
|
margin-left: 49rpx;
|
|
}
|
|
}
|
|
|
|
.radio-group {
|
|
display: flex;
|
|
}
|
|
|
|
.weui-cell {
|
|
display: flex;
|
|
margin-right: 30rpx;
|
|
justify-content: space-around;
|
|
} |