_other.scss
2.04 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
@charset "utf-8";
/**
* Created by chenglong.wang@yoho.cn on 2015/2/2.
*/
.emailBox {
margin: 30px 15px 0 15px;
text-align: center;
line-height: 1.8;
font-size: 1.4rem;
//顶部logo
.webLogo {
height: 40px;
position: relative;
&:after {
content: '';
//@include retina-sprite($icons, home, true, 0);
}
}
//标题
h1 {
font-size: 2.4rem;
p {
font-size: 1.8rem;
color: #000;
}
}
//确认订阅
h2 {
font-size: 2.0rem;
margin-top: 20px;
}
//是否取消订阅
.isCancel {
font-size: 1.4rem;
margin: 35px 0;
color: #656666;
a {
color: #000;
}
}
.isSucess {
font-size: 1.4rem;
color: #656666;
margin-top: 10px;
}
//返回YOHO
.backYohoBoys {
a {
@include unstyled-link();
}
}
//版权
.newPower {
color: #000;
margin-top: 20px;
}
.btnGroup {
width: 100%;
margin-top: 35px;
font-size: 1.8rem;
height: auto;
overflow: hidden;
.EmailBack {
float: left;
}
.CheckEmail {
float: right;
}
a {
color: #000;
@include unstyled-link();
}
}
.cancelEmail {
a {
font-size: 1.4rem;
color: #000;
margin-top: 20px;
}
}
.radioBox {
p {
text-align: left;
margin: 5px 0;
}
textarea {
width: 100%;
max-width: 100%;
min-width: 100%;
height: 80px;
max-height: 80px;
min-height: 80px;
border: 1px solid #ccc;
background: none;
outline: 0;
@include box-sizing();
}
.pt10 {
text-align: center;
a {
color: #000;
}
}
}
}