tyh-ui2
Version:
The next generation ui component library of tyh-ui is based on vue3 Version, fully embrace vue3.
2 lines (1 loc) • 668 B
CSS
.tyh-card{border:1px solid #dcdee2;border-radius:4px}.tyh-card .tyh-card-header{border-bottom:1px solid #dcdee2;height:48px;padding:0 20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;font-size:15px;color:#2c405a}.tyh-card .tyh-card-header .tyh-card-title{font-weight:600;color:#5d5d5d}.tyh-card .tyh-card-header .tyh-card-subtitle{font-size:14px}.tyh-card .tyh-card-body{padding:20px;box-sizing:border-box;font-size:14px;color:#303133}.tyh-card-shadow-always{box-shadow:2px 2px 18px 3px #0000001a,0 0 4px #0000001a}.tyh-card-shadow-hover:hover{transition:box-shadow .25s;box-shadow:2px 2px 18px 3px #0000001a,0 0 4px #0000001a}