wecui
Version:
一款基于Vue2.x版本的移动端web组件
1 lines • 1.24 kB
CSS
@charset "UTF-8";.wec-cell,.wec-cell__label{display:-webkit-box;display:-ms-flexbox}.wec-cell{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative;min-height:48px;padding:0 10px;background-color:#fafafa;border-bottom:1px solid #d9d9d9}.wec-cell .link-icon{position:absolute;right:0}.wec-cell__value{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#909399}.wec-cell__value.has-link{margin-right:10px}.wec-cell__value.content{-webkit-box-flex:3;-ms-flex:3;flex:3}.wec-cell__label{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wec-cell__label .icon{padding-right:4px}.wec-cell__label.content{-webkit-box-flex:1;-ms-flex:1;flex:1}.wec-cell__label.nocontent{-webkit-box-flex:0;-ms-flex:0;flex:0}.wec-cell__label--label{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.wec-cell__label--label:first-child{display:inline-block;vertical-align:middle}.wec-cell__label--comment{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:12px;margin-top:6px;color:#888}