|
- #sQrCode {
- height: 100%;
- background-color: #EEF2F3;
- padding-bottom: 30px;
- }
-
- .sTabBox {
- line-height: 24px;
- text-align: center;
- margin-bottom: 18px;
- color: #333;
- }
-
- .sTabBox div {
- display: inline-block;
- width: 80px;
- background-color: rgba(255, 255, 255, .7);
- margin: 0 5px;
- font-size: 14px;
- border-radius: 2px;
- }
-
- .sQrLogo {
- background-image: url(images/xcBg.jpg);
- background-size: 100% 100%;
- text-align: center;
- line-height: 0;
- padding: 20px 0 70px;
- }
-
- .sQrLogoImg1 img {
- width: 20%;
- }
-
- .sQrLogoImg1 {
- margin-bottom: 10px;
- }
-
- .sQrLogoImg2 img {
- width: 50%;
- }
-
- .sQrBox {
- margin: -50px 20px 0;
- background-color: #fff;
- padding: 30px 38px;
- border-radius: 10px;
- -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
- -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
- box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
- }
-
- .sQrT {
- font-weight: bold;
- text-align: center;
- font-size: 22px;
- margin-bottom: 20px;
- color: #000;
- }
-
- .sQrList {
- background-color: #F8F8F8;
- margin: 0 10px;
- padding: 10px 30px;
- border-radius: 4px
- }
-
- .sQrList div {
- padding: 7px 10px;
- font-size: 14px;
- color: #000;
- border-top: 1px solid #D7D7D7;
- }
-
- .sQrList div:first-child {
- border: 0;
- }
-
- .sQrList div span {
- color: #AEAEAE;
- margin-right: 10px;
- }
-
- .sQrImg {
- width: 145px;
- height: 145px;
- line-height: 0;
- margin: 20px auto;
- }
-
- .sQrImg img {
- width: 100%;
- }
-
- .sQrTxt {
- margin-bottom: 10px;
- text-align: center;
- font-size: 16px;
- font-weight: bold;
- color: #AEAEAE;
- }
-
- .sQrText {
- font-size: 14px;
- color: #AEAEAE;
- }
|