You've already forked qlg.tsgz.moe
addons
app_download_files
extend
hyhproject
mobile
oss
static
app
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
appraise.css
classify.css
collect.css
collect_commodity.css
collect_store.css
complain.css
confirmOrder.css
details.css
discounts.css
dynamic.css
ect_address.css
ect_index.css
ect_list.css
editAddress.css
global.css
goodsList.css
header.css
header1.css
home.css
indent.css
indentcon.css
index.css
journalism.css
login.css
logistics.css
msg.css
msg_con.css
mui.css
mui.min.css
mui.picker.css
mui.poppicker.css
my.css
order_con.css
pay.css
photoswipe.css
pj.css
setting.css
setting_address.css
share.css
share_user_list.css
shoppingcart.css
shopsList.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_limit.css
upload.css
upload1.css
img
js
app2
images
js
plugins
src
template
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
142 lines
2.0 KiB
CSS
Executable File
142 lines
2.0 KiB
CSS
Executable File
body {
|
|
background: white;
|
|
}
|
|
|
|
.con {
|
|
position: fixed;
|
|
top: 66px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.mui-slider-group,
|
|
.mui-slider-item,
|
|
.mui-slider-item img {
|
|
height: 144px;
|
|
}
|
|
|
|
.ac5_con {
|
|
padding: 3%;
|
|
}
|
|
|
|
.title {
|
|
position: relative;
|
|
margin-bottom: 1%;
|
|
}
|
|
|
|
.title img {
|
|
width: 100%;
|
|
}
|
|
|
|
.title p {
|
|
position: absolute;
|
|
width: 100%;
|
|
top: 45%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%, -50%);
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
text-align: center;
|
|
color: #FFFFFF;
|
|
font-size: 16.8px;
|
|
}
|
|
|
|
.con_o {
|
|
position: relative;
|
|
margin-bottom: 2%;
|
|
}
|
|
|
|
.con_o img {
|
|
width: 100%;
|
|
}
|
|
|
|
.con_o .img {
|
|
position: absolute;
|
|
left: 6%;
|
|
top: 22%;
|
|
width: 35%;
|
|
}
|
|
|
|
.con_oo {
|
|
position: absolute;
|
|
right: 6%;
|
|
top: 22%;
|
|
bottom: 14%;
|
|
left: 43%;
|
|
text-align: center;
|
|
}
|
|
|
|
.p1 {
|
|
font-size: 15.6px;
|
|
color: #909090;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.p2 {
|
|
font-size: 15.6px;
|
|
color: #525252;
|
|
font-weight: bold;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.p3 {
|
|
color: #f23046;
|
|
font-size: 19.2px;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.con_oo_btn {
|
|
padding: 5% 10%;
|
|
background: #f23249;
|
|
color: white;
|
|
font-size: 13.2px;
|
|
border: none;
|
|
margin-top: 2%;
|
|
}
|
|
|
|
.con_t_block {
|
|
width: 49%;
|
|
margin: 0.5%;
|
|
border: 2px solid #f1f1f1;
|
|
float: left;
|
|
}
|
|
|
|
.con_t_block img {
|
|
width: 100%;
|
|
}
|
|
|
|
.con_t_block p {
|
|
padding: 2%;
|
|
height: 48px;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.tfooter{
|
|
width: 100%;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
}
|
|
.tfooter span{
|
|
font-size: 14.4px;
|
|
color: #fa3c50;
|
|
float: left;
|
|
|
|
}
|
|
.con_t_btn{
|
|
float: right;
|
|
border: none;
|
|
border-radius: 50px 0 0 50px;
|
|
color: white;
|
|
background: -moz-linear-gradient(left, #fc055f, #fb2c54);
|
|
/*Mozilla*/
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#fc055f), to(#fb2c54));
|
|
/*Old gradient for webkit*/
|
|
background: -webkit-linear-gradient(left, #fc055f, #fb2c54);
|
|
/*new gradient for Webkit*/
|
|
background: -o-linear-gradient(left, #fc055f, #fb2c54);
|
|
}
|