vr-shopxo-source/public/static/admin/default/css/site.css

58 lines
1016 B
CSS
Raw Normal View History

2019-05-16 17:42:37 +00:00
/**
* logo
*/
ul.home_site_logo-images-view li,
ul.home_site_logo_wap-images-view li {
width: 220px;
height: 60px;
}
/**
*
*/
ul.home_site_user_register_bg_images-images-view li {
width: 300px;
height: 180px;
}
2018-12-28 10:58:37 +00:00
/**
2019-05-16 17:42:37 +00:00
*
2018-12-28 10:58:37 +00:00
*/
2019-06-03 10:46:27 +00:00
.content-right .am-panel .am-panel-bd .am-form-group {
2019-05-16 17:42:37 +00:00
margin-bottom: 10px;
}
2019-06-03 10:46:27 +00:00
.content-right .am-panel .am-panel-bd .am-form-group {
2019-05-16 17:42:37 +00:00
border-bottom: 0;
margin-bottom: 0;
2019-11-12 10:44:59 +00:00
}
/**
* /
*/
.region-linkage .chosen-select {
display: -webkit-inline-box;
width: calc(33.3% - 3px) !important;
}
.region-linkage .chosen-select .chosen-single {
width: 100%;
}
.address-detail {
margin-bottom: 0;
}
#map {
width: calc(100% - 10px);
height: 250px;
padding: 0 !important;
margin: 0 5px 20px 5px;
}
.address-detail, #map {
border-bottom: 0 !important;
}
.address-list {
padding: 0 20% 0 0 !important;
}
.address-list .edit-submit,
.address-list .delete-submit {
cursor: pointer;
2019-05-16 17:42:37 +00:00
}