UNPKG

ym-mint-ui

Version:
114 lines (113 loc) 2.63 kB
/* Cell Component */ /* Header Component */ /* Button Component */ /* Tab Item Component */ /* Tabbar Component */ /* Navbar Component */ /* Checklist Component */ /* Radio Component */ /* Range Component */ /* z-index */ .mint-cell { background-color:#fff; box-sizing:border-box; color:inherit; min-height:110px; display:block; overflow:hidden; position:relative; text-decoration:none; } .mint-cell img { vertical-align:middle; } .mint-cell:first-child .mint-cell-wrapper { background-origin:border-box; } .mint-cell:last-child { background-image:-webkit-linear-gradient(bottom, #eee, #eee 50%, transparent 50%); background-image:linear-gradient(0deg, #eee, #eee 50%, transparent 50%); background-size:100% 2px; background-repeat:no-repeat; background-position:bottom; } .mint-cell-wrapper { background-image:-webkit-linear-gradient(top, #eee, #eee 50%, transparent 50%); background-image:linear-gradient(180deg, #eee, #eee 50%, transparent 50%); background-size: 120% 2px; background-repeat: no-repeat; background-position: top left; background-origin: content-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; box-sizing: border-box; display: -webkit-box; display: -ms-flexbox; display: flex; font-size: 28px; line-height: 1; min-height: inherit; overflow: hidden; padding: 0 30px; width: 100%; } .mint-cell-mask {} .mint-cell-mask::after { background-color:#000; content:" " !important; opacity:0; top:0; right:0; bottom:0; left:0; position:absolute; } .mint-cell-mask:active::after { opacity:.1; } .mint-cell-text { vertical-align: middle; } .mint-cell-label { color: #999; display: block; font-size: 24px; margin-top: 12px; } .mint-cell-title { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; color: #666; } .mint-cell-value { color: #222; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .mint-cell-value.is-link { margin-right:4px; } .mint-cell-left { position: absolute; height: 100%; left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .mint-cell-right { position: absolute; height: 100%; right: 0; top: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .mint-cell-right-icon { font-size: 26px; }