2 Star 6 Fork 0

忘川秋酷/天理猫协

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
app.wxss 3.11 KB
一键复制 编辑 原始数据 按行查看 历史
忘川秋酷 提交于 2022-10-20 23:27 . 天理猫协小程序
/**app.wxss**/
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.itemname1 {
font-size: 27rpx;
margin-left: 40rpx;
margin-bottom: 30rpx;
margin-top: 30rpx;
display:flex;
color:#888888;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
}
.itemname2 {
font-size: 30rpx;
color:#353535;
font-weight:normal;
margin-right: 40rpx;
margin-bottom: 30rpx;
}
.content {
display: flex;
flex-direction: column;
align-items: center;
}
.title {
font-size: 45rpx;
text-align: center;
margin-top: 14rpx;
margin-bottom: 14rpx;
font-weight:bold;
}
.head1 {
font-size: 35rpx;
margin-left: 40rpx;
margin-right: 40rpx;
line-height:25rpx;
margin-bottom: 20rpx;
margin-top: 40rpx;
font-weight:bold;
color:black;
text-align: left;
}
.body {
font-size: 30rpx;
margin-left: 40rpx;
margin-right: 40rpx;
margin-bottom: 30rpx;
margin-top: 14rpx;
color:#353535;
letter-spacing: 5rpx;
line-height: 55rpx;
text-align: justify;
}
.bodybold {
font-weight:bold;
}
/* 会徽 */
.board image{
width: 100%;
height: 300rpx;
border-bottom: 1rpx solid #eee;
}
/*每一只猫*/
.catitem{
height: 3.7rem;
display: flex;
align-items: center;
width: 100%;
}
/*分割线样式*/
.divLine{
background: #eee;
height: 3rpx;
margin-left: 5rem;
}
/*猫名称*/
.cat-name{
font-size: 30rpx;
flex-direction:row;
margin-left: 5rem;
color:#353535;
text-align: center;
}
/*搜索框*/
.search{
font-size: 30rpx;
position: absolute;
margin-left: 5rem;
margin-top: 0.7rem;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
.avator {
width: 3rem;
height: 3rem;
margin-left: 40rpx;
position: absolute;
align-items: center;
display:flex;
border-radius: 50%;
}
.copy{
color: #576b95;
}
.play{
width:45rpx;
height: 45rpx;
margin-right: 20rpx;
}
.staff {
font-size: 20rpx;
margin-left: 40rpx;
margin-right: 40rpx;
line-height:45rpx;
margin-bottom: 0rpx;
margin-top: -10rpx;
color:#888888;
text-align: right;
}
.cat_image {
border-radius: 10rpx;
overflow: hidden;
}
.cat-card {
font-size: 45rpx;
color:black;
font-weight:bold;
justify-content: flex-start;
}
.sound {
margin-top: 9rpx;
display:flex;
flex-direction: row;
flex-wrap: wrap;
}
.center {
text-align: center;
}
.empty-img {
width: 250rpx;
height: 250rpx;
margin-top: 200rpx;
}
.ico{
position: absolute;
right: 5vw;
background-image: url("data:image/svg+xml,%3Csvg t='1647529953325' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='8662' width='200' height='200'%3E%3Cpath d='M765.7 486.8L314.9 134.7c-5.3-4.1-12.9-0.4-12.9 6.3v77.3c0 4.9 2.3 9.6 6.1 12.6l360 281.1-360 281.1c-3.9 3-6.1 7.7-6.1 12.6V883c0 6.7 7.7 10.4 12.9 6.3l450.8-352.1c16.4-12.8 16.4-37.6 0-50.4z' p-id='8663' fill='%23dbdbdb'%3E%3C/path%3E%3C/svg%3E");
width: 50rpx;
height: 50rpx;
background-size: 72% 72%;
background-position: center;
background-repeat: no-repeat;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/lovecrx/tianli-cat-association.git
[email protected]:lovecrx/tianli-cat-association.git
lovecrx
tianli-cat-association
天理猫协
master

搜索帮助