企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## movies-gird.wxss ### @import引入movies-item的样式 ``` @import '../movies-item/movies-item-template'; ``` ### 内容排版 ``` .movies-grid { display: flex; flex-direction: column; padding: 10rpx; background: #fff; margin: 20rpx 0; border-radius: 20rpx; } .movies-grid-item { display: flex; justify-content: space-between; } .more{ display: flex; justify-content: space-between; margin:20rpx 0; } ```