123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372 |
- /*鍏ㄥ眬css*/
- * {
- padding: 0;
- margin: 0;
- font-family: -apple-system-font, BlinkMacSystemFont, 'Helvetica Neue', 'PingFang SC',
- 'Hiragino Sans GB', 'Microsoft YaHei UI', 'Microsoft YaHei', Arial, sans-serif;
- }
- body {
- background: #eee;
- }
- /*PC鏍峰紡*/
- @media screen and (min-width: 1000px) {
- /*椤堕儴瀹夊叏鎻愮ず*/
- #safety-tips {
- width: 100%;
- height: 50px;
- background: rgb(241, 249, 236);
- overflow: hidden;
- }
- #safety-tips .safety-icon {
- width: 20px;
- height: 20px;
- margin: 15px 5px 15px 15px;
- float: left;
- }
- #safety-tips .safety-icon img {
- width: 20px;
- height: 20px;
- }
- #safety-tips .safety-title {
- line-height: 50px;
- font-size: 14px;
- color: #07c160;
- float: left;
- }
- /*鎵爜鎻愮ず*/
- #scan_tips {
- text-align: center;
- margin: 20px auto;
- display: block;
- color: #ccc;
- font-size: 15px;
- font-weight: bold;
- }
- /*缇や簩缁寸爜*/
- #ewm {
- width: 330px;
- margin: 20px auto;
- }
- #ewm img {
- width: 330px;
- }
- /*涓汉寰俊浜岀淮鐮�*/
- #scan_wx_tips {
- text-align: center;
- margin: 20px auto;
- display: block;
- color: #ccc;
- font-size: 15px;
- font-weight: bold;
- }
- #wxewm {
- width: 130px;
- margin: 0 auto;
- }
- #wxewm img {
- width: 130px;
- }
- #hm_wxewm {
- width: 200px;
- margin: 0 auto;
- }
- #hm_wxewm img {
- width: 200px;
- }
- /*鎻愰啋ICON*/
- #tips_icon {
- width: 100px;
- margin: 20px auto;
- }
- #tips_icon img {
- width: 100px;
- }
- /*鎻愰啋鏂囧瓧*/
- #tips_text {
- text-align: center;
- margin: 20px auto;
- display: block;
- color: #999;
- font-size: 16px;
- font-weight: bold;
- }
- /*寰俊鍙�*/
- #wx_num {
- text-align: center;
- color: #999;
- font-size: 16px;
- margin: 20px auto;
- }
- /*鍔犲井淇¤鏄�*/
- #shuoming {
- width: 70%;
- margin: 30px auto;
- background: #fff;
- padding: 20px 20px;
- border-radius: 5px;
- line-height: 22px;
- color: #666;
- font-size: 16px;
- }
- /*鍦ㄧ嚎鎻愰啋*/
- #online_tips {
- width: 100%;
- height: 80px;
- background: #dc3545;
- position: fixed;
- bottom: 0;
- line-height: 60px;
- font-size: 17px;
- color: #fff;
- font-weight: bold;
- display: block;
- overflow: hidden;
- }
- #online_tips_sb {
- width: 100%;
- height: 80px;
- background: #28a745;
- position: fixed;
- bottom: 0;
- line-height: 60px;
- font-size: 17px;
- color: #fff;
- font-weight: bold;
- display: block;
- overflow: hidden;
- }
- /*娲诲姩鏍囬*/
- #active_title {
- width: 88%;
- margin: 25px auto 15px;
- font-size: 22px;
- line-height: 1.4em;
- font-weight: 400em;
- }
- #active_int {
- width: 88%;
- height: 25px;
- margin: 0 auto 20px;
- }
- #active_int .active_update_time {
- color: #999;
- font-size: 15px;
- float: left;
- }
- #active_int .active_pv {
- color: #999;
- font-size: 15px;
- float: right;
- }
- #active_content {
- width: 88%;
- margin: 0 auto;
- text-align: justify;
- }
- }
- /*鎵嬫満鏍峰紡*/
- @media screen and (max-width: 639px) {
- #safety-tips {
- width: 100%;
- height: 50px;
- background: rgb(241, 249, 236);
- overflow: hidden;
- position: fixed;
- top: 0;
- }
- #safety-tips .safety-icon {
- width: 20px;
- height: 20px;
- margin: 15px 5px 15px 15px;
- float: left;
- }
- #safety-tips .safety-icon img {
- width: 20px;
- height: 20px;
- }
- #safety-tips .safety-title {
- line-height: 50px;
- font-size: 14px;
- color: #07c160;
- float: left;
- }
- /*鎵爜鎻愮ず*/
- #scan_tips {
- text-align: center;
- margin: 65px auto 10px;
- display: block;
- color: #ccc;
- font-size: 15px;
- font-weight: bold;
- }
- /*缇や簩缁寸爜*/
- #ewm {
- width: 88%;
- margin: 20px auto;
- }
- #ewm img {
- width: 100%;
- }
- /*涓汉寰俊浜岀淮鐮�*/
- #scan_wx_tips {
- text-align: center;
- margin: 20px auto;
- display: block;
- color: #ccc;
- font-size: 15px;
- font-weight: bold;
- }
- #wxewm {
- width: 100px;
- margin: 0 auto;
- }
- #wxewm img {
- width: 100px;
- }
- #hm_wxewm {
- width: 200px;
- margin: 0 auto;
- }
- #hm_wxewm img {
- width: 200px;
- }
- /*鎻愰啋ICON*/
- #tips_icon {
- width: 100px;
- margin: 20px auto;
- }
- #tips_icon img {
- width: 100px;
- }
- /*鎻愰啋鏂囧瓧*/
- #tips_text {
- text-align: center;
- margin: 20px auto;
- display: block;
- color: #999;
- font-size: 16px;
- font-weight: bold;
- }
- /*寰俊鍙�*/
- #wxnum {
- text-align: center;
- color: #999;
- font-size: 16px;
- margin: 20px auto;
- }
- /*鍔犲井淇¤鏄�*/
- #wxbeizhu {
- width: 75%;
- margin: 15px auto;
- background: #fff;
- padding: 20px 20px;
- border-radius: 5px;
- line-height: 22px;
- color: #666;
- font-size: 16px;
- }
- /*鍦ㄧ嚎鎻愰啋*/
- #online_tips {
- width: 100%;
- height: 70px;
- background: #dc3545;
- position: fixed;
- bottom: 0;
- line-height: 60px;
- font-size: 17px;
- color: #fff;
- font-weight: bold;
- display: block;
- overflow: hidden;
- }
- #online_tips_sb {
- width: 100%;
- height: 80px;
- background: #28a745;
- position: fixed;
- bottom: 0;
- line-height: 60px;
- font-size: 17px;
- color: #fff;
- font-weight: bold;
- display: block;
- overflow: hidden;
- }
- /*娲诲姩鏍囬*/
- #active_title {
- width: 88%;
- margin: 25px auto 15px;
- font-size: 22px;
- line-height: 1.4em;
- font-weight: 400em;
- }
- #active_int {
- width: 88%;
- height: 25px;
- margin: 0 auto 20px;
- }
- #active_int .active_update_time {
- color: #999;
- font-size: 15px;
- float: left;
- }
- #active_int .active_pv {
- color: #999;
- font-size: 15px;
- float: right;
- }
- #active_content {
- width: 88%;
- margin: 0 auto;
- text-align: justify;
- }
- }
|