File: /www/wwwroot//www.tarqx.com/备份/css/style.css
* {
margin: 0px;
padding: 0px;
}
.header {
width: 100%;
background: #fff;
border-bottom: 1px solid #f3f3f3;
}
.header .box {
max-width: 750px;
margin: 0 auto;
}
.header img {
display: inline-block;
margin: 20px 20px;
vertical-align: middle;
}
.header a {
margin-left: 20px;
}
.title .name {
font-size: 14px;
}
.title .time {
font-size: 14px;
color: #aaa;
}
.icon {
padding: 10px 0;
overflow: hidden;
}
.icon .left {
float: left;
}
.icon .right {
float: right;
}
.icon .right a {
padding: 5px 10px;
border-radius: 20px;
border: 1px solid #e0e0e0;
}
.icon .icon-line {
font-size: 32px;
color: #00b800;
}
.icon .icon-facebook {
font-size: 28px;
color: #3b579d;
}
.icon .icon-icon-test {
font-size: 18px;
color: #f13e3e;
font-weight: 600;
}
.icon .icon-qipao {
font-size: 18px;
font-weight: 600;
}
.main {
font-size: 18px;
line-height: 1.5;
}
.main p{
margin: 20px 0;
}
.main img {
margin: 5px auto;
}
.main .img-text {
font-size: 14px;
color: #666;
margin: 15px 0;
text-align: center;
}
.main .f2 {
font-weight: 600;
color: red;
margin: 15px 0;
text-align: center;
}
.main .f2 div {
position: relative;
display: inline-block;
border: 1px solid #888888;
padding: 5px 18px;
border-radius: 8px;
}
.main .f2 img {
position: absolute;
top: -15px;
left: -15px;
width: 30px;
height: 30px;
background: #fff;
}
.main .f1 {
position: relative;
margin: 20px 0;
padding: 20px;
border: 1px dashed #000;
}
.main .f1 img {
position: absolute;
top: -5px;
left: 50%;
transform: translate(-50%, -50%);
width: 30px;
height: 30px;
}
.main .f1 .j1 {
position: absolute;
top: -1px;
left: -1px;
width: 20px;
height: 20px;
border-top: 2px solid #333333;
border-left: 2px solid #333333;
}
.main .f1 .j2 {
position: absolute;
top: -1px;
right: -1px;
width: 20px;
height: 20px;
border-top: 2px solid #333333;
border-right: 2px solid #333333;
}
.main .f1 .j3 {
position: absolute;
bottom: -1px;
left: -1px;
width: 20px;
height: 20px;
border-bottom: 2px solid #333333;
border-left: 2px solid #333333;
}
.main .f1 .j4 {
position: absolute;
bottom: -1px;
right: -1px;
width: 20px;
height: 20px;
border-bottom: 2px solid #333333;
border-right: 2px solid #333333;
}
.main .f1 div {
text-align: center;
font-weight: 600;
color: #ff0000;
}
.main .btn-box {
margin: 20px;
}
.main .btn-box p {
text-align: center;
font-size: 16px;
}
.main .love {
text-align: center;
margin: 30px 0;
}
.main .love a {
padding: 5px 20px;
border-radius: 20px;
border: 1px solid #e0e0e0;
}
.main .icon-icon-test {
font-size: 18px;
color: #f13e3e;
font-weight: 600;
}
.main .tips-title {
margin: 10px 0;
border-top: 1px solid #ffa9ac;
border-bottom: 1px solid #ffa9ac;
}
.main .tips-title img {
display: inline-block;
width: 30px;
height: 30px;
margin: 5px 10px;
vertical-align: middle;
}
.main .tips-main {
margin: 20px 0;
padding: 20px;
background: #ffefef;
font-size: 16px;
}
.main .tips-main .top {
text-align: center;
margin-bottom: 20px;
}
.main .tips-main .bottom {
margin-top: 20px;
padding-left: 20px;
position: relative;
}
.main .tips-main .d {
position: absolute;
left: 5px;
}
.comment .top {
padding: 20px 10px;
font-size: 20px;
font-weight: 600;
}
.comment .bottom {
padding: 0 10px 10px 10px;
background: #f4f5f7;
}
.comment .sort {
padding: 15px 10px;
color: #999;
font-size: 14px;
}
.comment .sort span {
color: #000;
}
.comment .list {
font-size: 15px;
padding: 4px 8px 4px 15px;
margin: 0 24px 9px 0;
border-style: dashed;
border-width: 1px;
border-color:#999;
}
.comment .list .green {
background: #00b862;
color: #fff;
font-size: 12px;
padding: 0 2px;
margin-right: 4px;
}
.comment .list .name {
font-weight: 600;
}
.comment .list .text {
margin: 5px 0;
}
.comment .list .time {
font-size: 12px;
color: #aaa;
}
.comment .list .reply {
position: relative;
margin-top: 10px;
padding: 10px 0 0 20px;
border-top: 1px solid #f3f3f3;
}
.comment .list .reply .zj {
position: absolute;
top: 12px;
left: 0;
}
.qrcode-box {
position: fixed;
top: 100px;
right: 50px;
padding: 20px;
border: 1px solid #aaa;
background: #fff;
text-align: center;
}
.qrcode-box p {
margin: 0;
margin-top: 20px;
}
.qrcode {
position: relative;
}
.codeico {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10;
width: 46px;
height: 46px;
background: url(../images/tb.png) no-repeat;
}
@media screen and (max-width: 750px) {
.header {
position: fixed;
top: 0;
z-index: 999;
}
.header img {
margin: 10px 20px;
}
.title h1 {
font-size: 24px;
margin-top: 50px;
}
}
@media screen and (max-width: 1025px) {
.qrcode-box {
display: none;
}
}
.wrapper {
width: 100%;
margin: 0 auto;
}
.wrapper p {
margin: 15px 0;
line-height: 25px;
}
.top {
width: 100%;
height: auto;
}
.top img {
/*width:100%*/
}
.top h1 {
text-align: left;
color: #000;
font-size: 2.2rem;
line-height: 3rem;
font-weight: bold;
padding: 1rem 0;
}
.topsina {
position: relative;
min-height: 20px;
line-height: 2rem;
font-size: 1.1rem;
}
.topr {
float: right;
cursor: pointer;
}
.hr1 {
height: 8px;
width: 100%;
background: url(../images/hr1.jpg);
margin: 1rem 0;
}
.case {
padding: 2rem 0;
}
.case .btun {
text-align: center;
font-size: 1.8rem;
line-height: 3.5rem;
margin: 2rem auto;
}
.btnTitle {
background: rgba(229, 0, 79, 0.67);
color: #FFF;
padding: .8rem 2rem;
border-radius: 2rem;
}
.case h4 {
font-size: 1.3rem;
line-height: 3.5rem;
color: #000;
}
.case .test {
width: 100%;
font-weight: normal;
font-size: 1rem;
color: #010101;
line-height: 3.5rem;
}
.case .test span {
margin: 0 2px;
border-radius: 2rem;
border: solid 1px #848484;
padding: .4rem 1rem;
width: 20%;
cursor: pointer;
}
.case .test span.check {
background: #2A90D7;
color: #FFF;
border: solid 1px #1A79BC;
}
.layui-m-layer {
position: relative;
z-index: 19891014
}
.layui-m-layer * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box
}
.layui-m-layermain,
.layui-m-layershade {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%
}
.layui-m-layershade {
background-color: rgba(0, 0, 0, .7);
pointer-events: auto
}
.layui-m-layermain {
display: table;
font-family: Helvetica, arial, sans-serif;
pointer-events: none
}
.layui-m-layermain .layui-m-layersection {
display: table-cell;
vertical-align: middle;
text-align: center
}
.layui-m-layerchild {
position: relative;
display: inline-block;
text-align: left;
background-color: #fff;
font-size: 14px;
border-radius: 5px;
box-shadow: 0 0 8px rgba(0, 0, 0, .1);
pointer-events: auto;
-webkit-overflow-scrolling: touch;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: .2s;
animation-duration: .2s
}
@-webkit-keyframes layui-m-anim-scale {
0% {
opacity: 0;
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes layui-m-anim-scale {
0% {
opacity: 0;
-webkit-transform: scale(.5);
transform: scale(.5)
}
100% {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1)
}
}
.layui-m-anim-scale {
animation-name: layui-m-anim-scale;
-webkit-animation-name: layui-m-anim-scale
}
@-webkit-keyframes layui-m-anim-up {
0% {
opacity: 0;
-webkit-transform: translateY(800px);
transform: translateY(800px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
@keyframes layui-m-anim-up {
0% {
opacity: 0;
-webkit-transform: translateY(800px);
transform: translateY(800px)
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0)
}
}
.layui-m-anim-up {
-webkit-animation-name: layui-m-anim-up;
animation-name: layui-m-anim-up
}
.layui-m-layer0 .layui-m-layerchild {
width: 95%;
max-width: 640px
}
.layui-m-layer1 .layui-m-layerchild {
border: none;
border-radius: 0
}
.layui-m-layer2 .layui-m-layerchild {
width: auto;
max-width: 260px;
min-width: 40px;
border: none;
background: 0 0;
box-shadow: none;
color: #fff
}
.layui-m-layerchild h3 {
padding: 0 10px;
height: 60px;
line-height: 60px;
font-size: 16px;
font-weight: 400;
border-radius: 5px 5px 0 0;
text-align: center
}
.layui-m-layerbtn span,
.layui-m-layerchild h3 {
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap
}
.layui-m-layercont {
padding: 15px 10px;
line-height: 22px;
text-align: center
}
.layui-m-layer1 .layui-m-layercont {
padding: 0;
text-align: left
}
.layui-m-layer2 .layui-m-layercont {
text-align: center;
padding: 0;
line-height: 0
}
.layui-m-layer2 .layui-m-layercont i {
width: 25px;
height: 25px;
margin-left: 8px;
display: inline-block;
background-color: #fff;
border-radius: 100%;
-webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
animation: layui-m-anim-loading 1.4s infinite ease-in-out;
-webkit-animation-fill-mode: both;
animation-fill-mode: both
}
.layui-m-layerbtn,
.layui-m-layerbtn span {
position: relative;
text-align: center;
border-radius: 0 0 5px 5px
}
.layui-m-layer2 .layui-m-layercont p {
margin-top: 20px
}
@-webkit-keyframes layui-m-anim-loading {
0%,
100%,
80% {
transform: scale(0);
-webkit-transform: scale(0)
}
40% {
transform: scale(1);
-webkit-transform: scale(1)
}
}
@keyframes layui-m-anim-loading {
0%,
100%,
80% {
transform: scale(0);
-webkit-transform: scale(0)
}
40% {
transform: scale(1);
-webkit-transform: scale(1)
}
}
.layui-m-layer2 .layui-m-layercont i:first-child {
margin-left: 0;
-webkit-animation-delay: -.32s;
animation-delay: -.32s
}
.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
-webkit-animation-delay: -.16s;
animation-delay: -.16s
}
.layui-m-layer2 .layui-m-layercont>div {
line-height: 22px;
padding-top: 7px;
margin-bottom: 20px;
font-size: 14px
}
.layui-m-layerbtn {
display: box;
display: -moz-box;
display: -webkit-box;
width: 100%;
height: 50px;
line-height: 50px;
font-size: 0;
border-top: 1px solid #D0D0D0;
background-color: #F40909;
}
.layui-m-layerbtn span {
display: block;
-moz-box-flex: 1;
box-flex: 1;
-webkit-box-flex: 1;
font-size: 14px;
cursor: pointer
}
.layui-m-layerbtn span[yes] {
color: #40AFFE
}
.layui-m-layerbtn span[no] {
border-right: 1px solid #D0D0D0;
border-radius: 0 0 0 5px
}
.layui-m-layerbtn span:active {
background-color: #F6F6F6
}
.layui-m-layerend {
position: absolute;
right: 7px;
top: 10px;
width: 30px;
height: 30px;
border: 0;
font-weight: 400;
background: 0 0;
cursor: pointer;
-webkit-appearance: none;
font-size: 30px
}
.layui-m-layerend::after,
.layui-m-layerend::before {
position: absolute;
left: 5px;
top: 15px;
content: '';
width: 18px;
height: 1px;
background-color: #999;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
border-radius: 3px
}
.layui-m-layerend::after {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg)
}
body .layui-m-layer .layui-m-layer-footer {
position: fixed;
width: 95%;
max-width: 100%;
margin: 0 auto;
left: 0;
right: 0;
bottom: 10px;
background: 0 0
}
.layui-m-layer-footer .layui-m-layercont {
padding: 20px;
border-radius: 5px 5px 0 0;
background-color: rgba(255, 255, 255, .8)
}
.layui-m-layer-footer .layui-m-layerbtn {
display: block;
height: auto;
background: 0 0;
border-top: none
}
.layui-m-layer-footer .layui-m-layerbtn span {
background-color: rgba(255, 255, 255, .8)
}
.layui-m-layer-footer .layui-m-layerbtn span[no] {
color: #FD482C;
border-top: 1px solid #c2c2c2;
border-radius: 0 0 5px 5px
}
.layui-m-layer-footer .layui-m-layerbtn span[yes] {
margin-top: 10px;
border-radius: 5px
}
body .layui-m-layer .layui-m-layer-msg {
width: auto;
max-width: 90%;
margin: 0 auto;
bottom: -150px;
background-color: rgba(0, 0, 0, .7);
color: #fff
}
.layui-m-layer-msg .layui-m-layercont {
padding: 10px 20px
}