/* pages/createFile/createFile.wxss */ .createfile-content { width: 100%; height: 100%; background-color: #f7f7f7; } .main-content { width: 690rpx; min-height: 100rpx; margin: 0 auto; } .form { width: 100%; min-height: 500rpx; } .form-item { width: 100%; height: 94rpx; border-bottom: 1rpx solid #E4E4E4; } .no-border { border: 0; } .avatar { height: 140rpx; } .label { width: 100rpx; height: 100%; font-size: 26rpx; font-weight: 400; color: #333333; } .actions { width: 70%; } .file-input { height: 94rpx; } .radio-sex { height: 100%; } .default-img { width: 80rpx; height: 80rpx; border-radius: 50%; background-color: #E4E4E4; margin-right: 10rpx; } .chsoe-img-item { width: 80rpx; height: 80rpx; border-radius: 50%; margin-right: 10rpx; } .avat-item { width: 80rpx; height: 80rpx; border-radius: 50%; } .arrow-right { width: 32rpx; height: 32rpx; } .weui-input { text-align: right; padding-right: 20rpx; color: #333; font-size: 26rpx; height: 94rpx; } .radio-woman { margin-left: 98rpx; } .readio-item { width: 33rpx; height: 32rpx; background: #f7f7f7; border-radius: 50%; border: 1rpx solid #D9D9D9; margin-right: 14rpx; } .in-cricle { width: 16rpx; height: 16rpx; background-color: #f7f7f7; border-radius: 50%; } .readio-item-active { border-color: var(--maincolor); } .readio-item-active .in-cricle { background: var(--maincolor); } .actions-bothday { width: calc(100% - 100rpx); height: 100%; } .my-picker { width: 100%; height: 100%; display: flex; align-items: center; justify-content: flex-end; } .my-picker .picker-item { width: 500rpx; height: 90rpx; line-height: 90rpx; text-align: right; font-size: 26rpx; font-weight: 400; color: #999999; justify-content: flex-end; } .picker-text { margin-right: 14rpx; font-size: 26rpx; font-weight: 400; color: #333; } .picker-text-placeholder { color: #999; } .relative-picker { justify-content: flex-end; height: 90rpx; } .relative-text { font-size: 26rpx; font-weight: 400; color: #999999; margin-right: 16rpx; } .submit-btn { width: 690rpx; height: 80rpx; border-radius: 10rpx; margin-top: 138rpx; }