小程序名片卡片

常用样式,以便日后使用

QQ截图20190718153927.png
html:

  
      
        
            
        
        
            15-16栋墙面粉刷
            衡阳胜利驾校 
            衡阳胜利驾校 
        
      
      
      
            已加入
      
  

css:
.t-flex{
  display: flex;
}
.t-j-b{
  justify-content: space-between;
}
.t-a-i-c{
  align-items: center;
}
.t-column{
  flex-direction: column;
}
.margin-l30{
  margin-left: 30rpx;
}
.font30{
  font-size: 30rpx;
} 
.col-000{
  color: #000000;
}
.col-c4c4c4{
  color: #c4c4c4;
}
.col-9f9f9f{
  color: #9f9f9f;
}
.t-ov{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} 
.line50{
  line-height: 50rpx;
}

.pageview{
  width: 100%;
}
.pjo-list{
  width: 100%;
  height: 250rpx;
}

.info-img{
  width: 150rpx;
  height: 150rpx;
}
.info-img image{
  width: 100%;
  height: 100%;
}

.info-text text{
  width: 350rpx;
}

.info-right{
  width: 150rpx;
  height: 100%;
}

你可能感兴趣的:(小程序名片卡片)