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
| div .AC-CounterT{ background: #FD9999; }
#content_right{ padding: 20px 15px 15px; border-radius: 5px; background-color: #fff; box-sizing: border-box; box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1); -webkit-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1); -moz-box-shadow: 0 0 20px 2px rgba(0, 0, 0, .1); }
body{ background-repeat: no-repeat; background-size: cover; left:0; top:0; right:0; botton:0; background-position:center; background-attachment:fixed; background-image: url('https://z3.ax1x.com/2021/05/30/2EX7QA.jpg'); }
body>#wrapper,body>.wrap,body>#main,body #appbar,body #hdtbSum{ background: rgba(225,225,225,0); } body>#wrapper,body>.wrap,body>.wrapper_new #foot #help { background: rgba(225,225,225,0); } body>#wrapper,body>.wrap,body>.wrapper_new #foot { background: rgba(225,225,225,0); } body>#wrapper,body>.wrap,body>.wrapper_new .sam_newgrid~#page { background: rgba(225,225,225,0); } body>#wrapper,body>.wrap,body>#main,body #appbar,body .f6F9Be { background: rgba(225,225,225,0); } body #head { background-color: rgba(225,225,225,0); } form.fm .s_ipt_wr.bg { background: #fff0 } body>.minidiv .sfbg { background: #b3b3b354; } body>.minidiv .RNNXgb { background: #b3b3b354; }
body[baidu] #s_lg_img_new{ display:none !important; } #wrapper #content_left .result, #wrapper #content_left .c-container{ border-radius: 5px; }
|