qlg.tsgz.moe/static/app2/css/addgoods.css
2019-10-27 20:52:35 +08:00

292 lines
4.3 KiB
CSS

.addcon_con {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
height: 50px;
position: relative;
padding: 0px 7px;
width: 98%;
margin: 0 auto;
/* flex: 1; */
}
.addcon_con label {
width: 100px;
font-size: 16px;
color: #363636;
}
.addcon_con input::-webkit-input-placeholder {
font-size: 13px;
text-align: right;
}
.addcon_con input,.addcon_con select {
/* width: 230px; */
border: 0px;
margin: 0px;
padding: 0px;
height: 21px;
text-align: right;
overflow: hidden;
font-size: 16px;
/* flex: 0; */
}
/* 申请商都商厦商超*/
.addcon_con #shopId{
width: 180px;
border: 0px;
margin: 0px;
padding: 0px;
height: 21px;
}
.addcon .addcon_con .label-t {
font-size: 16px;
font-weight: 300;
}
.renzhengphoto {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
padding: 7px;
flex: 1;
margin-bottom: 8px;
}
.renzhengphoto label {
width: 100px;
font-size: 16px;
color: #363636;
align-self: flex-start;
}
.photos {
display: flex;
flex-direction: column;
flex: 0 0 80%;
justify-content: space-between;
align-items: center;
padding: 0px 7px;
}
.photos_con {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
align-content: flex-start;
}
.delete{
height: 20px;
width: 20px;
position: absolute;
top:5px;
right: 5px;
z-index: 99;
color: #f00;
/* filter:drop-shadow( -25px 0 red);
border-left: 20px solid transparent; */
}
.delete img {
filter: opacity(100%);
}
.photos_con .photo {
width: 100px;
height: 100px;
margin-left: 20px;
margin-bottom: 10px;
position: relative;
}
.photos_con .photo img {
width: 100%;
height: 100%;
}
.photos span {
display: inline-block;
font-size: 10px;
color: #959595;
}
.addcon_con .defalut_type{
/* flex: 1; */
width: 100px;
}
.grounding {
display: flex;
justify-content: space-around;
align-items: center;
}
.grounding .checkinp {
/* flex: 0 0 12%; */
width: auto;
margin-right: 5px;
}
.addcon_con .grounding label {
width: auto;
height: auto;
}
.addcon_con .radio{
width: 20px;
}
.renzhengphoto .photos span {
font-size: 12px;
height: 20px;
}
.ossfile {
display: inline-block;
width: 80px;
height: 80px;
background: #ccc;
border: 1px solid #ccc;
border-radius: 5px;
position: relative;
}
.selectarea{
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
align-items: center;
}
.selectarea select{
text-align: center;
height: 40px;
color: #7B7B7B;
width: 170px;
background: url(../img/sanjiaoxia.png) no-repeat right center;
background-size: 16px;
margin: 0px;
padding: 0px;
font-size: 16px;
text-align: right;
}
.pricset {
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
height: 50px;
position: relative;
padding: 0px 7px;
width: 98%;
margin: 0 auto;
flex: 1;
}
.pricset label {
color: #363636;
font-size: 13px;
}
.pricset_con .addcon_con label {
text-align: center;
font-size: 14px;
color: #363636;
}
.label-t{
margin: 0 5px;
}
.pricset_con input {
margin: 0 5px;
text-align: center;
flex: 0 0 33.3333%;
border: 1px solid #ccc;
height: 28px;
}
.pricset select {
margin: 0 5px;
width: auto;
}
.goodsDesc{
width: 98%;
margin: 0 auto;
background: #fff;
}
.goodsDesc .w-e-toolbar{
flex-wrap: wrap;
}
.pre{
/* height: 100%; */
}
.btn {
padding: 0 40px;
display: flex;
justify-content: space-around;
align-items: center;
}
.bc_btn {
height: 30px;
line-height: 30px;
text-align: center;
width: 70%;
margin: 20px auto;
color: #fff;
background: #FF1A03;
border-radius: 15px;
}
.prelook{
margin-bottom: 0px;
}
/* 上传凭证 */
.info{
display: flex;
justify-content: space-between;
align-items: flex-start;
background: #fff;
height: 80px;
position: relative;
padding: 5px 7px;
width: 98%;
margin: 0 auto;
flex: 1;
}
.info label {
width: 100px;
font-size: 16px;
color: #363636;
align-self: flex-start;
}
.info textarea::-webkit-input-placeholder {
font-size: 16px;
text-align: left;
}
.info textarea {
/* width: 230px; */
border: 1px solid #ccc;
font-size: 16px;
margin: 0px;
padding: 0px;
height: 70px;
text-align: left;
}
/* 上传凭证结束 */
.info #content{
border: 1px solid #ccc;
margin: 0px;
padding: 0px;
height: 70px;
text-align: left;
}