123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- /* 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;
- }
|