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
|
| .apply-team .banner {
| background-repeat: no-repeat;
| background-size: 100%;
| }
| .apply-team .banner image{ width: 100%;}
| .form-wrap {
| background: #FFFFFF;
| box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, .2);
| }
| .form-item {
| padding: 20rpx 0;
| margin-bottom: 20rpx;
| display: flex;
| justify-content: flex-start;
| align-items: center;
| font-size: 28rpx;
| }
| .form-item .field-name {
| width: 180rpx;
| }
| .form-item input {
| font-size: 28rpx;
| }
| .agreement-content {
| max-height: 60vh;
| overflow-y: auto;
| }
| .apply-team .btn-red{
| width: 600rpx;
| height: 88rpx;
| line-height: 88rpx;
| border-radius: 44rpx;
| box-shadow: 0 8rpx 16rpx 0 rgba(226,35,26,.6);}
|
|