You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
mobile
oss
static
app
app2
css
default-skin
ac.css
activity1.css
activity10.css
activity2.css
activity3.css
activity4.css
activity5.css
activity6.css
activity7.css
activity8.css
activity9.css
addessay.css
addgoods.css
addqrrz.css
addshopping.css
addyhk.css
applicationopen.css
appraise.css
bill.css
cash-out.css
classify.css
collect.css
collect_commodity.css
collect_store.css
complain.css
confirmOrder.css
cooperative.css
details.css
discount.css
discounts.css
dynamic.css
ect_address.css
ect_area.css
ect_index.css
ect_list.css
editAddress.css
essay.css
essaylist.css
family.css
friends.css
global.1.css
global.css
goodslist.css
guide.css
header.css
header1.css
home.css
home_new.css
income-details.css
indent.css
indentcon.css
index.css
individual.css
invest.css
investdetail.css
journalism.css
journalism_con.css
login.css
logistics.css
map.css
memorandumlist.css
msg.css
msg_con.css
mui.css
mui.min.css
mui.picker.css
mui.poppicker.css
my.css
my_help_sale.css
myshop.css
myshops.css
notepad.css
order_con.css
orsupermarket.css
pay.css
paymentVoucher.css
photoswipe.css
pj.css
properties.css
qrrz.css
recommend.css
reviewsmanage.css
rul.css
saoyisao.css
self_shop.css
setting.css
setting_address.css
sha.css
share.css
share_user_list.css
shop_decorate.css
shop_indentcon.css
shopdecoration.css
shopgoodlist.css
shoppingcart.css
shopsList.css
shopsetting.css
store_activity.css
store_class.css
store_commodity.css
store_home.css
store_info.css
store_new.css
storeout.css
swiper.min.css
time.css
time_limit.css
topnav.css
trade_rule.css
upload.css
upload1.css
vouchers.css
yhk.css
zhuweiba.css
img
js
images
js
plugins
src
template
thinkphp
upload
vendor
wxtmp
.gitignore
.htaccess
.user.ini
404.html
H5B854518.wgt
admin.php
app-release.apk
app_download.html
cash.lock
demo.php
get_startup.php
get_version.php
get_version_new.php
index.html
index.php
reg.lock
robots.txt
110 lines
1.7 KiB
CSS
110 lines
1.7 KiB
CSS
.con .block{
|
|
width: 100%;
|
|
height: 125px;
|
|
background: white;
|
|
border-bottom: 5px solid #ebebeb;
|
|
position: relative;
|
|
}
|
|
.pname{
|
|
position: absolute;
|
|
font-size: 17px;
|
|
color: black;
|
|
left: 15px;
|
|
top: 15px;
|
|
}
|
|
|
|
.pphone{
|
|
position: absolute;
|
|
font-size: 17px;
|
|
color: black;
|
|
right: 15px;
|
|
top: 15px;
|
|
}
|
|
.paddress{
|
|
position: absolute;
|
|
font-size: 17px;
|
|
color: black;
|
|
left: 15px;
|
|
top: 40px;
|
|
}
|
|
.block hr{
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 75px;
|
|
border: none;
|
|
border-top: 1px dotted #909090;
|
|
}
|
|
.btnout{
|
|
width: 42px;
|
|
height: 42px;
|
|
position: absolute;
|
|
top:82px;
|
|
bottom: 0;
|
|
padding: 12px;
|
|
left: 5px;
|
|
}
|
|
.btn{
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
border: 1px solid #909090;
|
|
}
|
|
.btnout .on{
|
|
border: none;
|
|
background: #e7172f;
|
|
}
|
|
.block .p1{
|
|
position: absolute;
|
|
font-size: 17px;
|
|
color: black;
|
|
left: 40px;
|
|
top:82px;
|
|
bottom: 0px;
|
|
height: 42px;
|
|
padding: 0;
|
|
line-height: 42px;
|
|
}
|
|
button{
|
|
/* padding-left: 20px;
|
|
padding-right: 20px; */
|
|
position: absolute;
|
|
bottom: 5px;
|
|
top:88px;
|
|
padding: 2px 20px;
|
|
font-size: 17px;
|
|
}
|
|
.bj{
|
|
right: 100px;
|
|
|
|
}
|
|
.del{
|
|
right: 15px;
|
|
|
|
}
|
|
.footer_btn{
|
|
width: 100%;
|
|
height: 50px;
|
|
border: none;
|
|
position: fixed;
|
|
bottom: 0;
|
|
background: #E5122B;
|
|
color: white;
|
|
border-radius: 0;
|
|
}
|
|
.footer{
|
|
position: fixed;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
text-align: center;
|
|
background: -moz-linear-gradient(left, #f5354b, #ff005a);
|
|
/*Mozilla*/
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5354b), to(#ff005a));
|
|
/*Old gradient for webkit*/
|
|
background: -webkit-linear-gradient(left, #f5354b, #ff005a);
|
|
/*new gradient for Webkit*/
|
|
background: -o-linear-gradient(left, #f5354b, #ff005a);
|
|
/*Opera11*/
|
|
color: #fff;
|
|
} |