40 lines
676 B
Plaintext
40 lines
676 B
Plaintext
/* 测量仪器 */
|
|
.outside-content{
|
|
margin-top: 70rpx;
|
|
padding: 0 30rpx;
|
|
}
|
|
.every-shujubox{
|
|
margin: 30rpx 0;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
}
|
|
.left-shujubox{
|
|
display: flex;
|
|
/* justify-content: flex-end; */
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 260rpx;
|
|
height: 80rpx;
|
|
}
|
|
.leftStyle{
|
|
color: red;
|
|
}
|
|
.right-shujubox{
|
|
width: 380rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border: 1px solid #fff;
|
|
border-radius: 12rpx;
|
|
}
|
|
.right-file{
|
|
height: 180rpx;
|
|
width: 180rpx;
|
|
border: 1px solid #fff;
|
|
margin-left: 46rpx;
|
|
border-radius: 12rpx;
|
|
text-align: center;
|
|
line-height: 180rpx;
|
|
font-size: 120rpx;
|
|
} |