Files
HnyhuaXCX/pages/articledetail/index.wxss

58 lines
935 B
Plaintext

page{
background: #ccc;
}
.container {
position: relative;
width: 100%;
height: 100%;
font-size: 14px;
color: #000;
}
.shopping_container{
position: relative;
padding: 20rpx;
width:100%;
background-color:#fff;
box-sizing: border-box;
overflow: hidden;
}
.shopping_container .title{
margin: 20rpx 0;
width:100%;
text-align: center;
font-weight: bold;
color: #333;
}
.shopping_container .wxParse{
position: relative;
float: left;
padding: 0;
width:100%;
text-align: center;
box-sizing: border-box;
overflow: hidden;
}
.shopping_container .wxParse view{
text-indent: 2em;
}
.shopping_container .wxParse image{
position: relative;
float: left;
width:100%;
}
.shopping_container .wxParse img{
width:100%;
}
.shopping_container .wxParse video{
float: left;
width:100%;
height:18em;
background-color: #000;
}
.shopping_container .wxParse.shuping video{
height:35em;
}