67 lines
1.1 KiB
Plaintext
67 lines
1.1 KiB
Plaintext
page {
|
|
background-color: #f9f9f9;
|
|
padding: 0;
|
|
}
|
|
|
|
.equipmentList {
|
|
padding: 30rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.equipmentItem {
|
|
padding: 30rpx 10rpx;
|
|
border-radius: 20rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.equipmentItem_tit {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding-bottom: 10rpx;
|
|
border-bottom: 1rpx solid #99999980;
|
|
}
|
|
|
|
.equipmentItem_Con {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 30rpx;
|
|
}
|
|
|
|
.equipmentItem_Con_left {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.equipmentItem_Con_left image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.equipmentItem_Con_right {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.equipmentItem_Con_right_item {
|
|
width: 50%;
|
|
text-align: center;
|
|
margin-bottom: 20rpx;
|
|
white-space: nowrap;
|
|
}
|
|
.equipmentItem_tit_left{
|
|
flex: 1;
|
|
}
|
|
.equipmentItem_tit_right{
|
|
flex: 1;
|
|
}
|
|
.equipmentItem_tit_left span{
|
|
white-space: nowrap;
|
|
}
|
|
.equipmentItem_tit_right span{
|
|
white-space: nowrap;
|
|
}
|