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
96 lines
1.7 KiB
CSS
Executable File
96 lines
1.7 KiB
CSS
Executable File
body {
|
|
background: white;
|
|
}
|
|
|
|
.num {
|
|
margin-top: 66px;
|
|
width: 100%;
|
|
height: 123px;
|
|
background: -moz-linear-gradient(left, #f5364c, #e51329);
|
|
/*Mozilla*/
|
|
background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#f5364c), to(#e51329));
|
|
/*Old gradient for webkit*/
|
|
background: -webkit-linear-gradient(left, #f5364c, #e51329);
|
|
/*new gradient for Webkit*/
|
|
background: -o-linear-gradient(left, #f5364c, #e51329);
|
|
/*Opera11*/
|
|
position: relative;
|
|
}
|
|
|
|
.num p {
|
|
text-align: center;
|
|
width: 100%;
|
|
position: absolute;
|
|
top: 40%;
|
|
color: white;
|
|
transform: translateY(-40%);
|
|
font-size: 48px;
|
|
}
|
|
|
|
.row {
|
|
width: 100%;
|
|
height: 67.6px;
|
|
position: relative;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.row .icon {
|
|
width: 39.6px;
|
|
height: 39.6px;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 15px;
|
|
}
|
|
|
|
.row p {
|
|
width: calc(100% - 120px);
|
|
position: absolute;
|
|
color: #525252;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 70px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.row .img{
|
|
width: 24px;
|
|
height: 24px;
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
right: 15px;
|
|
}
|
|
.row span{
|
|
position: absolute;
|
|
color: #222222;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
left: 24px;
|
|
}
|
|
.row #select{
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: calc(100% - 128px);
|
|
right: 18px;
|
|
border: 1px solid #a0a0a0!important;
|
|
}
|
|
.row input{
|
|
position: absolute;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
width: calc(100% - 128px);
|
|
right: 18px;
|
|
}
|
|
.btn_ture{
|
|
width: 90%;
|
|
margin: 18px 5% ;
|
|
height: 42px;
|
|
border: none;
|
|
background: #F02C43;
|
|
color: white;
|
|
border-radius: 0;
|
|
}
|