sureload.wxss
1.7 KB
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
88
89
90
91
92
93
@import '../preview/preview.wxss';
/* @import '../teachplan/teachplanlistdetail/teachplanlistdetail.wxss'; */
.downandsave{
width:686rpx;
height:68rpx;
background:linear-gradient(90deg,rgba(14,77,140,1),rgba(31,92,153,1));
box-shadow:0rpx 4rpx 16rpx 0rpx rgba(14,77,140,0.4), 0px 2px 6px 0px rgba(52, 209, 131, 0.35);
border-radius:30rpx;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 68rpx;
}
.swiper_item_img{
position: relative
}
.headlogolimg{
width:160rpx;
height:55rpx;
font-size: 0;
position: absolute;
right:0;
top:0;
z-index: 100;
}
.headlogolimg image{
width:100%;
height:100%;
}
.register{
width: 100%;
height: 100%;
background-color: transparent;
position:fixed;
top:0rpx;
left:0;
right:0;
bottom:0rpx;
z-index: 5;
}
.setlogolwrap{
width:750rpx;
height:100%;
background: #ffffff;
position: absolute;
z-index: 6;
/*left:0.4rem;*/
/*top: 3rem;*/
top:0rpx;
}
.savelogol{
width:400rpx;
height:360rpx;
background:rgba(255,255,255,1);
box-shadow:0px 1rpx 30rpx 0rpx rgba(62,62,62,0.1);
border-radius:30rpx;
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
display:flex;
flex-direction: column;
justify-content: center;
align-items: center
}
.savesuccess{
color:#333;
font-size: 30rpx;
font-weight: bold;
text-align: center;
margin-top: 37rpx;
padding: 0 32rpx;
}
.gosee{
width:200rpx;
height:50rpx;
background:rgba(30,91,152,1);
border-radius:10rpx;
color:#fff;
font-size: 30rpx;
text-align: center;
line-height: 50rpx;
margin:42rpx auto 0;
}