2 lines
1.0 KiB
CSS
2 lines
1.0 KiB
CSS
@charset "UTF-8";body{overflow:hidden;overflow-y:auto}.content{padding:.75rem;min-height:100vh;background-color:#f7f8fa}.content .new-purchase{background-color:#fff;border-radius:.625rem;padding:.625rem .5rem;margin-bottom:.5rem;box-shadow:0 .125rem .5rem rgba(0,0,0,.06);display:flex;flex-wrap:wrap}.content .new-purchase .purchase-title{font-size:1rem;font-weight:600;color:#262626}.content .new-purchase .title-text{margin-top:10px;padding:0;display:flex;align-items:center;font-weight:700;letter-spacing:1px;width:100%}.content .new-purchase .title-text div:first-child{width:5px;height:20px;margin-right:8px;background-color:#2d73cf}.content .new-purchase .purchase-item{width:25%;display:flex;flex-direction:column;align-items:center;padding:.125rem 0;transition:all .3s ease}.content .new-purchase .purchase-item:active{transform:scale(.95);opacity:.8}.content .new-purchase .purchase-item uni-image{width:5.3125rem;height:5.3125rem;margin-bottom:.1875rem}.content .new-purchase .purchase-item uni-text{font-size:.875rem;color:#262626;font-weight:500}
|