MrShi
昨天 4eac422e52a4d28fb651b75d0f054697c7a2c0fa
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
82
83
84
85
86
87
@charset "UTF-8";
/* 颜色变量 */
.form-conyainer {
  background-color: #FFFFFF;
  padding: 32rpx;
}
.upload-card .introduce-title {
  font-size: 32rpx;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  padding-top: 28rpx;
}
.upload-card .upload-container {
  display: flex;
  justify-content: space-between;
  margin-top: 28rpx;
}
.upload-card .upload-container .card-container {
  width: 312rpx;
}
.upload-card .upload-container .card-container .uni-file-picker {
  width: 100%;
  height: 100%;
}
.upload-card .upload-container .card-container .model {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  color: #FFFFFF;
  text-align: center;
  line-height: 100px;
}
.agreement {
  padding: 32rpx;
  font-size: 24rpx;
  font-weight: 400;
  color: #999999;
  line-height: 32rpx;
}
.agreement .agree-btn {
  border: 2rpx solid #999999;
  width: 28rpx;
  height: 28rpx;
  border-radius: 16rpx;
  margin-right: 16rpx;
}
.agreement .protocl {
  display: flex;
}
.agreement .protocl .protocl-btn {
  color: #D20A0A;
}
.agreement .tips {
  margin-top: 20rpx;
  display: flex;
}
.agreement .tips .tips-message {
  flex: 1;
}
.actions {
  display: flex;
  padding: 0 58rpx env(safe-area-inset-bottom);
  margin-top: 120rpx;
}
.actions .action-btn {
  flex: 1;
  text-align: center;
  box-sizing: border-box;
  height: 72rpx;
  line-height: 72rpx;
  border-radius: 36rpx;
  margin-bottom: 20rpx;
}
.actions .last-step {
  border: 2rpx solid #D20A0A;
  color: #D20A0A;
  font-size: 32rpx;
  margin-right: 20rpx;
}
.actions .submit-not {
  color: #FFFFFF;
  background: #D9D9D9;
}
.actions .submit {
  background: linear-gradient(90deg, #D95A5A 0%, #D20A0A 100%);
}