银花优选微信小程序修改后的最新版本代码
This commit is contained in:
57
pages/articledetail/index.wxss
Normal file
57
pages/articledetail/index.wxss
Normal file
@@ -0,0 +1,57 @@
|
||||
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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user