28 lines
651 B
Plaintext
28 lines
651 B
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.enterprise_info .info_img image.data-v-148f87a5 {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
}
|
|
.enterprise_info .info_head.data-v-148f87a5 {
|
|
line-height: 80rpx;
|
|
padding-left: 30rpx;
|
|
}
|
|
.enterprise_info .info_item.data-v-148f87a5 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 24rpx;
|
|
font-size: 28rpx;
|
|
background-color: #fff;
|
|
border-bottom: 1rpx solid #EAEAEA;
|
|
}
|
|
.enterprise_info .info_item view.data-v-148f87a5:first-child {
|
|
flex-shrink: 0;
|
|
margin-right: 24rpx;
|
|
}
|
|
.enterprise_info .info_item view.data-v-148f87a5:last-child {
|
|
text-align: right;
|
|
}
|