@charset "UTF-8";
|
/* @import '@/uni_modules/uni-scss/variables.scss';*/
|
/* 颜色变量 */
|
.base-message.data-v-1c791498 {
|
background-color: #FFFFFF;
|
padding: 32rpx;
|
}
|
.base-message .message-item.data-v-1c791498 {
|
display: flex;
|
justify-content: space-between;
|
height: 96rpx;
|
border-bottom: 2rpx solid #F4F5F4;
|
}
|
.base-message .message-item .label.data-v-1c791498 {
|
line-height: 96rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
}
|
.base-message .message-item .label.data-v-1c791498::after {
|
content: '*';
|
color: #D20A0A;
|
}
|
.base-message .message-item .message-value.data-v-1c791498 {
|
flex: 1;
|
text-align: right;
|
line-height: 96rpx;
|
margin: auto 0;
|
font-size: 28rpx;
|
}
|
.base-message .message-item .message-value .un-select.data-v-1c791498 {
|
font-size: 28rpx;
|
color: #CCCCCC;
|
}
|
.data-v-1c791498 .uni-easyinput__content-input {
|
text-align: right;
|
font-size: 28rpx !important;
|
}
|
.parting.data-v-1c791498 {
|
background: #f7f7f7;
|
height: 16rpx;
|
width: 120%;
|
margin-left: -33rpx;
|
}
|
.persnal-introduce .introduce-title.data-v-1c791498 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
padding-top: 28rpx;
|
}
|
.persnal-introduce .introduce-logo.data-v-1c791498 {
|
background: #f5f5f5;
|
padding: 26rpx;
|
margin: 28rpx 0;
|
}
|
.persnal-introduce .introduce-logo .model.data-v-1c791498 {
|
width: 100%;
|
height: 100%;
|
border: 2rpx dashed rgba(153, 153, 153, 0.35);
|
border-radius: 8rpx;
|
text-align: center;
|
line-height: 100px;
|
font-size: 28rpx;
|
font-weight: 400;
|
color: #999999;
|
box-sizing: border-box;
|
}
|
.next-btn.data-v-1c791498 {
|
height: 72rpx;
|
margin: 126rpx 56rpx 0;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 36rpx 36rpx 36rpx 36rpx;
|
color: #FFFFFF;
|
line-height: 72rpx;
|
text-align: center;
|
}
|
.safe-area.data-v-1c791498 {
|
height: env(safe-area-inset-bottom);
|
padding: 20rpx;
|
}
|