61 Star 282 Fork 106

cqrun / superpet_dog_wx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 2.68 KB
一键复制 编辑 Web IDE 原始数据 按行查看 历史
cqrun 提交于 2018-03-29 22:05 . For dog pet
@import 'style/weui.wxss';
page{
background-color: #ff8b5f;
font-size: 16px;
color: #fff;
font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
}
.page__hd {
padding: 40rpx;
}
.page__bd {
padding-bottom: 40rpx;
}
.page__title {
text-align: left;
font-size: 40rpx;
font-weight: 400;
}
.marR10{
margin-right: 10rpx;
}
.marR30{
margin-right: 30rpx;
}
.marT40{
margin-top: 40rpx;
}
.marB50{
margin-bottom: 50rpx;
}
.marLR30{
margin-left: 30rpx;
width: 92%;
}
.item-footer{
bottom: 0rpx;
z-index: 1000;
}
.item-footer button{
color: #ff8b5f;
border-radius: 0rpx;
font-weight: bold;
}
.item-footer-multi{
bottom: 0rpx;
display: flex;
flex-direction: row;
justify-content: space-around;
background-color: #fff;
}
/*pet info card */
.pet_card_bd{
height: 400rpx;
margin-left: 30rpx;
width: 92%;
background-color: #fff;
border-radius:20rpx;
display:flex;
flex-direction:row;
justify-content:space-between;
}
.pet_card_bd_main{
width:59%;
}
.pet_card_bd_left{
display: flex;
flex-direction: column;
justify-content: space-between;
padding: 50rpx 30rpx;
}
.pet_card_bd_left text{
font-size: 10pt;
color: #ff8b5f;
}
.pet_card_bd_right{
padding: 30rpx 30rpx;
display:flex;
flex-direction:column;
justify-content:space-between;
}
.pet_card_avatar_box{
text-align:center;
}
.pet_card_avatar{
position: relative;
width: 180rpx;
height: 180rpx;
border-radius: 100%;
text-align: center;
}
.pet_card_num{
border-radius:40rpx;
width: auto;
height: auto;
padding: 0 10rpx;
text-align: center;
border: solid 1rpx #ff8b5f;
}
.pet_card_num text{
font-size: 8pt;
color: #ff8b5f;
font-weight: bold;
}
.pet_card_title_box {
display:flex;
flex-direction:row;
justify-content:flex-start;
align-items: flex-end;
}
.pet_card_title_box .pet_card_title{
font-size: 14pt;
padding-top: 30rpx;
padding-left: 56rpx;
color: #ff8b5f;
}
.pet_card_title_box .pet_card_title_breed {
font-size: 9pt;
padding-top: 30rpx;
padding-left: 50rpx;
color: #ff8b5f;
}
.pet_card_subtitle{
display:flex;
flex-direction:row;
justify-content:space-between;
width: 300rpx;
padding-left: 30rpx;
}
.pet_card_bd_left_item{
display:flex;
flex-direction:row;
justify-content:flex-start;
align-items: center;
margin-bottom: 15rpx;
}
.pet_card_bd_left_item image{
width:14px;
height:14px;
margin-right: 10rpx;
margin-bottom: 8rpx;
}
.pet_card_subtitle text{
font-size: 9pt;
color: #ff8b5f;
}
.pet_card_subtitle_mask text{
font-size: 9pt;
color: #ff8b5f;
}
.pet_card_subtitle_mask image{
width:13px;
height:13px;
margin-right: 5rpx;
margin-top: 1rpx;
}
.pet_card_divider{
height: 30rpx;
}
微信
1
https://gitee.com/cqrun/superpet_dog_wx.git
git@gitee.com:cqrun/superpet_dog_wx.git
cqrun
superpet_dog_wx
superpet_dog_wx
master

搜索帮助

14c37bed 8189591 565d56ea 8189591