1 Star 1 Fork 0

枔羽 / ask_list_json_php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
main.css 3.42 KB
一键复制 编辑 原始数据 按行查看 历史
枔羽 提交于 2017-01-07 17:48 . v2.1
body,dd,dl,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,ol,p,select,td,textarea,th,ul {
margin: 0;
padding: 0
}
body {
font: 13px "Microsoft YaHei","Arial Narrow",HELVETICA;
background: #fff
}
a {
color: #000;
text-decoration: none;
outline: 0
}
em {
font-style: normal
}
img {
border: 0;
vertical-align: middle
}
table {
border-collapse: collapse;
border-spacing: 0
}
li {
list-style: none
}
p {
word-wrap: break-word
}
* {
outline: 0
}
.main {
width: 800px;
margin: 24px auto 12px auto;
padding: 0px 0 24px 0;
position: relative;
border-radius: 10px 10px ;
box-shadow: 2px -5px 16px rgba(0,0,0,0.26);
}
.main .head {
position: relative;
padding-top:28px;
}
.counter {
position: fixed;
width: 791px;
background-color: #ffffff;
top: 0;
margin: 0px ;
padding: 3px 0px 4px 8px;
font-size: 12px;
height: 22px;
line-height: 15px;
z-index: 997;
border-bottom: 1px solid #d5d5d5;
}
.counter .cfb,
.counter .bfb
{
vertical-align:middle;
display: inline-block;
line-height: 22px;
}
.counter .counter_box ,
.counter .jdt {
vertical-align:top;
display: inline-block;
height: 14px;
line-height: 14px;
}
.counter .counter_box {
width: 721px;
background-color: #dcdcdc;
border: 1px solid #d5d5d5;
margin-top:2px;
}
.counter .bfb {
width: 12px;
margin-right:18px;
margin-left:2px;
text-align: right;
}
.counter .jdt {
vertical-align:top;
background-color: #00bfff;
z-index:992
}
.main .head h1 {
text-align: center;
color: #f53d05;
font-size: 24px;
font-weight: 700;
line-height: 24px;
margin-bottom:6px;
}
.main .head .ask_desc {
font: 14px "Microsoft YaHei","Arial Narrow",helvetica;
background: #ffffff;
margin:0px;
line-height:22px;
padding:9px 22px 0px 22px ;
text-indent:12px;
}
.list {
margin: 10px 46px 20px 46px;
}
.list .list_box {
padding: 5px 10px
}
.list .list_title {
font-size: 15px;
color: #333333;
margin-bottom: 9px;
}
.list .list_title b ,
.list .list_title span {
margin-right: 5px;
}
.list .list_title i {
color:firebrick;
font-style:normal
}
.list .list_info {
padding: 5px 0 5px 12px;
border-bottom: 1px solid #EFEFEF;
margin-bottom: 9px;
}
.list .qitem {
font-size: 13px;
color: #333333;
height: 22px;
line-height: 22px;
margin-top: 4px;
}
.list .qitem:hover {
background-color: #f5f5f5
}
.list .qitem label {
cursor: pointer;
padding-left: 6px;
position:relative;
top: -4px;
}
.list .qitem input {
margin-top:4px;
cursor: pointer;
}
.submit {
width: 80px;
margin: 0 auto
}
.submit #submit {
display: block;
text-align: center;
width: 80px;
height: 35px;
cursor: pointer;
border: 0;
background-color: #f17819;
color: #fff;
font-size: 16px;
line-height: 35px;
border-radius: 5px
}
@media screen and (max-width:800px) {
.main {
width: 100%;
margin: 30px auto
}
.list {
margin: 50px 20px
}
.counter {
width: 791px;
}
.counter .counter_box {
width: 721px;
}
}
@media screen and (max-width:768px) {
.main {
width: 100%;
margin: 10px auto
}
.list {
margin: 20px 15px
}
.counter {
width: 759px;
}
.counter .counter_box {
width: 689px;
}
}
@media screen and (max-width:640px) {
.main {
width: 100%;
margin: 10px auto
}
.list {
margin:20px 15px
}
.counter {
width: 631px;
}
.counter .counter_box {
width: 561px;
}
}
@media screen and (max-width:480px) {
.main {
width: 100%;
margin: 10px auto
}
.list {
margin: 10px 10px
}
.counter {
width: 471px;
}
.counter .counter_box {
width: 401px;
}
}
PHP
1
https://gitee.com/prinsipe/ask_list_json_php.git
git@gitee.com:prinsipe/ask_list_json_php.git
prinsipe
ask_list_json_php
ask_list_json_php
master

搜索帮助