You've already forked qlg.frontend
css
addessay.css
addgoods.css
addqrrz.css
addshopping.css
addyhk.css
applicationopen.css
appraise.css
bill.css
cash-out.css
complain.css
confirmOrder.css
cooperative.css
details.css
discount.css
discounts.css
dynamic.css
editAddress.css
essay.css
essaylist.css
friends.css
global.1.css
global.css
goodslist.css
header.css
home_new.css
income-details.css
indent.css
indentcon.css
index.css
individual.css
invest.css
investdetail.css
login.css
logistics.css
map.css
memorandumlist.css
mui.css
mui.min.css
my.css
my_help_sale.css
myshop.css
myshops.css
notepad.css
order_con.css
pay.css
paymentVoucher.css
pj.css
properties.css
qrrz.css
recommend.css
reviewsmanage.css
saoyisao.css
self_shop.css
setting.css
setting_address.css
sha.css
shop_decorate.css
shop_indentcon.css
shopdecoration.css
shopgoodlist.css
shoppingcart.css
shopsList.css
shopsetting.css
store_commodity.css
store_home.css
store_info.css
storeout.css
swiper.min.css
trade_rule.css
upload.css
vouchers.css
yhk.css
zhuweiba.css
fonts
img
js
lib
templete
.gitignore
.project
api
getscript
index.html
117 lines
1.6 KiB
CSS
117 lines
1.6 KiB
CSS
|
|
.row {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background:#10B5AF;
|
|
/* height: 50px; */
|
|
position: relative;
|
|
/* padding: 0px 7px; */
|
|
width: 98%;
|
|
margin: 5px auto;
|
|
padding: 10px;
|
|
flex: 1;
|
|
border: 1px solid #10B5AF;
|
|
}
|
|
|
|
.row label {
|
|
max-width: 200px;
|
|
font-size: 16px;
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
.caozuo {
|
|
width: 25%;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: space-between;
|
|
}
|
|
|
|
.caozuo span {
|
|
display: inline-block;
|
|
/* width: 28%; */
|
|
}
|
|
.caozuo .mui-icon{
|
|
font-size: 32px;
|
|
}
|
|
.caozuo span img {
|
|
width: 100%;
|
|
height: 100%;
|
|
/* color: #000; */
|
|
}
|
|
.row input {
|
|
width:180px;
|
|
border: 1px solid #CECECE;
|
|
margin: 0px;
|
|
padding: 0px 2px;
|
|
height: 26px;
|
|
text-align: right;
|
|
}
|
|
.row input::-webkit-input-placeholder{
|
|
font-size: 13px;
|
|
}
|
|
|
|
.addproperties-content {
|
|
width: 100%;
|
|
}
|
|
.add1{
|
|
width: 96%;
|
|
margin: 5px auto;
|
|
height: 63px;
|
|
background:#C9C9C9;
|
|
border:1px solid #C9C9C9;
|
|
border-radius: 5px;
|
|
display:flex;
|
|
justify-content: center;
|
|
align-items:center ;
|
|
margin-top: 10px;
|
|
}
|
|
.addimg{
|
|
width: 40px;
|
|
height: 40px;
|
|
}
|
|
.add1 img {
|
|
/* position: absolute; */
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
|
|
|
|
|
|
.addproperties-img {
|
|
width: 70px;
|
|
height: 70px;
|
|
text-align: center;
|
|
background: #fff;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.addproperties-img .mui-icon {
|
|
width: 70px;
|
|
height: 30px;
|
|
font-size: 40px;
|
|
margin-bottom: 15px;
|
|
text-align: center;
|
|
}
|
|
|
|
.save {
|
|
text-align: center;
|
|
margin: 50px auto 5px;
|
|
}
|
|
|
|
.mui-btn {
|
|
width: 50%;
|
|
}
|
|
.bc_btn {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
width: 70%;
|
|
margin: 30px auto;
|
|
color: #fff;
|
|
background: #FF1A03;
|
|
border-radius: 15px;
|
|
}
|