|
|
|
|
|
.action-bar-comp {
|
|
|
|
|
|
.action-bar {
|
|
|
display: flex;
|
|
|
width: 100%;
|
...
|
...
|
@@ -29,26 +28,24 @@ |
|
|
position: absolute;
|
|
|
top: 50%;
|
|
|
left: 50%;
|
|
|
/* transform: translateY(-50%); */
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
|
|
}
|
|
|
|
|
|
.ok {
|
|
|
background-color: #D0021B;
|
|
|
background-color: #d0021b;
|
|
|
}
|
|
|
|
|
|
.confirm {
|
|
|
background-color: #444444;
|
|
|
background-color: #444;
|
|
|
}
|
|
|
|
|
|
.over {
|
|
|
background-color: #B0B0B0;
|
|
|
background-color: #b0b0b0;
|
|
|
}
|
|
|
|
|
|
.code-alert {
|
|
|
text-align: center;
|
|
|
color: #444444;
|
|
|
color: #444;
|
|
|
margin-top: 60px;
|
|
|
margin-bottom: 60px;
|
|
|
}
|
...
|
...
|
@@ -56,7 +53,7 @@ |
|
|
.title {
|
|
|
display: inline-block;
|
|
|
font-size: 28px;
|
|
|
color: #444444;
|
|
|
color: #444;
|
|
|
height: 50px;
|
|
|
line-height: 50px;
|
|
|
}
|
...
|
...
|
@@ -69,14 +66,14 @@ |
|
|
font-weight: bolder;
|
|
|
line-height: 50px;
|
|
|
text-align: center;
|
|
|
border: 1px solid #444444;
|
|
|
border: 1px solid #444;
|
|
|
padding: 0 20px;
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
.share {
|
|
|
font-size: 28px;
|
|
|
color: #444444;
|
|
|
color: #444;
|
|
|
}
|
|
|
|
|
|
.foot {
|
...
|
...
|
@@ -90,7 +87,7 @@ |
|
|
font-size: 28px;
|
|
|
font-weight: bolder;
|
|
|
text-align: center;
|
|
|
border-top: 1px solid #E0E0E0;
|
|
|
border-top: 1px solid #e0e0e0;
|
|
|
}
|
|
|
|
|
|
.foot-item {
|
...
|
...
|
@@ -105,11 +102,11 @@ |
|
|
}
|
|
|
|
|
|
.foot-item + .foot-item {
|
|
|
border-left: 1px solid #E0E0E0 !important;
|
|
|
border-left: 1px solid #e0e0e0 !important;
|
|
|
}
|
|
|
|
|
|
.info {
|
|
|
color: #D0021B !important;
|
|
|
color: #d0021b !important;
|
|
|
}
|
|
|
|
|
|
.error-alert {
|
...
|
...
|
@@ -120,7 +117,7 @@ |
|
|
|
|
|
.error-title {
|
|
|
font-size: 40px;
|
|
|
color: #D0021B;
|
|
|
color: #d0021b;
|
|
|
margin-bottom: 30px;
|
|
|
}
|
|
|
|
...
|
...
|
@@ -141,26 +138,26 @@ |
|
|
width: 480px !important;
|
|
|
height: 80px !important;
|
|
|
border-radius: 50px !important;
|
|
|
background-color: #D0021B !important;
|
|
|
background-color: #d0021b !important;
|
|
|
text-align: center !important;
|
|
|
font-size: 32px !important;
|
|
|
color: white !important;
|
|
|
border: 1px solid #D0021B !important;
|
|
|
border: 1px solid #d0021b !important;
|
|
|
margin-left: 40px !important;
|
|
|
margin-right: 40px !important;
|
|
|
}
|
|
|
|
|
|
.share-tip {
|
|
|
font-size: 20px;
|
|
|
color: #B0B0B0;
|
|
|
color: #b0b0b0;
|
|
|
margin-top: 10px;
|
|
|
margin-bottom: 40px;
|
|
|
text-align: center
|
|
|
text-align: center;
|
|
|
}
|
|
|
|
|
|
.alert-title {
|
|
|
font-size: 36px;
|
|
|
color: #222222;
|
|
|
color: #222;
|
|
|
text-align: center;
|
|
|
margin-top: 80px;
|
|
|
font-weight: bolder;
|
...
|
...
|
|