@@ -52,6 +52,7 @@ export default {
</script>
<style lang='less' scoped>
.CollectionsDeta {
+ padding-top: 50px;
width: 100%;
.main {
@@ -114,16 +114,16 @@ export default {
}
.txt{
- &>img{
- width: 100%;
- margin-bottom: 15px;
- }
/deep/ p {
font-size: 14px;
color: #6A6A6A;
margin-bottom: 15px;
line-height: 18px;
+ /deep/ img{
+ width: 100%;
+ margin-bottom: 15px;
+ }
@@ -46,7 +46,6 @@ export default {
},
],
info: {},
- loding: true,
};
//监听属性 类似于data概念