Files
addons
app_download_files
extend
hyhproject
admin
app
common
home
home2
mobile2
common
conf
controller
model
validate
view
default
articles
css
frozenui
goodsconsult
img
js
users
cashconfigs
cashdraws
favorites
history
logmoneys
messages
orders
recharge
security
sellerorders
useraddress
userscores
userset
Users.php
edit.html
global.css
index.html
index1.html
jquery-1.10.2.min.js
qrcode.js
share.css
share.html
share_bg.png
user.js
╨┬╜и╬─▒╛╬─╡╡.txt
鈺ㄢ敩鈺溞糕暚鈹€鈻掆暃鈺攢鈺♀暋.txt
base.html
bash.html
brands.html
carts.html
day_new.html
demo.html
dialog.html
error_lost.html
error_switch.html
error_sys.html
footer.html
forget_pass.html
forget_pass2.html
forget_pass3.html
goods_category.html
goods_detail.html
goods_detail2.html
goods_list.html
goods_search.html
header.html
index.html
index2.html
index3.html
index┤°╧▐╩▒├ы╔▒.html
index鈹ぢ扳暓鈻愨暕鈻掆敎褘鈺斺枓.html
juhui.html
login.html
rebate.html
reg.html
register.html
self_shop.html
settlement.html
settlement_quick.html
shop_goods_list.html
shop_home.html
shop_index.html
shop_street.html
wechat2
.htaccess
command.php
mobile
oss
static
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5436787D.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
qlg.tsgz.moe/hyhproject/mobile2/view/default/users/global.css
2019-09-06 23:53:10 +08:00

52 lines
1.1 KiB
CSS
Executable File

@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse; /*让表格边框细线*/
border-spacing:0; /*清除边框间距*/
}
fieldset,img {
border:0 none; /*有些浏览器默认这些标签有边框,所以要清除默认边框*/
display:block;
}
address,caption,cite,code,dfn,em,i,u,b,strong,th,var {
font-style:normal;
font-weight:normal;
/*清除标签默认文本样式和加粗*/
}
input,textarea{
outline:0 none;/*去掉文本框的默认轮廓线*/
}
ol,ul {
list-style:none; /*清除列表默认样式*/
}
caption,th {
text-align:left; /*清除标签默认文本居中对齐*/
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal; /*清除标题标签的默认样式*/
}
a{
text-decoration:none;/*大部分页面中的链接没有下划线*/
}
.clearfix:after{
height:0;
content:" ";
display:block;
overflow:hidden;
clear:both;
}
.clearfix{
zoom:1;/*IE低版本浏览器不支持after伪类所以要加这一句*/
}