45 lines
809 B
Plaintext
45 lines
809 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;
|
|
color: #728ce3
|
|
}
|
|
.leftStyle{
|
|
color: red;
|
|
}
|
|
.right-shujubox{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 400rpx;
|
|
height: 80rpx;
|
|
/* line-height: 80rpx; */
|
|
border-bottom: 1px solid #728ce3;
|
|
color: #728ce3;
|
|
text-align: center;
|
|
}
|
|
.right-file{
|
|
/* height: 184rpx;
|
|
width: 184rpx; */
|
|
border: 1px solid #fff;
|
|
margin-left: 46rpx;
|
|
border-radius: 12rpx;
|
|
text-align: center;
|
|
line-height: 180rpx;
|
|
font-size: 120rpx;
|
|
} |