加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 1.41 KB
一键复制 编辑 原始数据 按行查看 历史
曹珅 提交于 2018-12-14 15:58 . xiaohuv_1
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.lists {
width: 750rpx;
height: 970rpx;
}
/* 列表项样式 */
.item {
display: flex;
padding: 20rpx 40rpx;
border-bottom: 1rpx solid #eee;
cursor: pointer;
}
.item .poster {
width: 128rpx;
height: 128rpx;
margin-right: 20rpx;
}
.item .meta {
flex: 1;
}
.item .meta .title,.item .meta .sub-title {
display: block;
margin-bottom: 10rpx;
}
.item .meta .title {
font-size: 32rpx;
}
.item .meta .sub-title {
font-size: 30rpx;
color: #666;
}
.item .meta .artists {
font-size: 25rpx;
color: #999;
}
.item .rating {
font-size: 20rpx;
color: #aaa;
}
.tips {
font-size: 28rpx;
text-align: center;
padding: 50rpx;
color: #ccc;
}
.tips image {
width: 40rpx;
height: 40rpx;
margin-right: 20rpx;
}
.tips image,.tips text {
vertical-align: middle;
}
.item .tw-time {
margin-left: 50rpx;
}
/* 下拉框 */
.select {
height: 70rpx;
margin: 15rpx 0;
border: 1rpx solid #ccc;
text-align: center;
color: #777;
line-height: 70rpx;
border-radius: 10rpx;
/* background-color: pink; */
}
.picker {
position: relative;
}
.select-down {
position: absolute;
right:10rpx;
}
.goindex {
height: 70rpx;
background-color: #f5a011;
padding-left: 20rpx;
line-height: 70rpx;
color: #fff;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化