.formTable{ .mint-cell{ border-bottom: 1px solid #f7f7f7;//#eee; .mint-cell-wrapper{ font-size: 14px; line-height:40px; background-image: linear-gradient(0deg, #ffffff, #ffffff 0%, transparent 0%); display: flex; flex-direction: column; align-items: flex-start; .mint-cell-title{ margin-right: 8px; .mint-cell-text{ vertical-align: middle; width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; } } .readOnly, .hidden{ // flex-direction: row-reverse;//bcx-代码样式修改 } .mint-cell-value{ color: #000; width: 100%;//bcx-代码样式修改 .mint-field-core{ // text-align: right;//bcx-表格居左 } } .mint-cell-value>*[readonly=readonly]{ color: #000; } } .mint-wrapper{ font-size: 14px; line-height:21px; display: block; padding-left: 10px; width: 100%; .mint-title,.mint-value{ margin: 5px 8px 5px 0; .mint-text{ word-wrap:break-word; } } } .mint-cell-img{ display: flex; justify-content: center; align-items: center; margin-right: 10px; } .readonlyshowbg{ background-color: #fff; } } .mint-cell:last-child{ background-image: linear-gradient(0deg, #ffffff, #ffffff 0%, transparent 0%); } }