a
doum
2 天以前 3d9c09c614bc6c24b69e03a9c68f839e9f3cae29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
@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;
}