jhwxapp/miniprogram/pages/Concrete-usage/index.wxss

48 lines
1.0 KiB
Plaintext

/* pages/Concrete-usage/index.wxss */
/* 混凝土使用 */
.concrete{
padding: 60rpx 40rpx 30rpx;
}
/* 头部 */
.concrete-header{
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
height: 112rpx;
}
/* 混凝土使用标题 */
.concrete-content{
padding: 60rpx 0 40rpx;
}
.eharts_title{
height: 40rpx;
line-height: 40rpx;
padding-left: 50rpx;
margin-left: 20rpx;
background: url("http://fileimg.makalu.cc/CORE_52887EE6A33042408E11C2174974ABA1.png") no-repeat left/35rpx;
}
/* 混凝土使用列表 */
.concrete-content-box{
padding: 20rpx;
height: 420rpx;
border: 1px solid #1e2336;
border-radius: 20rpx;
font-size: 26rpx;
background-color: #1e2336;
margin-bottom: 40rpx;
}
.concrete-content-box-top{
display: flex;
justify-content: space-between;
align-items: center;
height: 60rpx;
}
.concrete-content-box-bottom{
display: flex;
flex-direction: column;
justify-content: space-around;
height: calc(100% - 30px);
padding-left: 24rpx;
color: #8795b2;
}