李凌
2025-10-09 631dc512b226b346fefaebbedf1ddd79c06cab71
src/views/ICO/icoRecord.vue
@@ -97,17 +97,23 @@
    .icoRecord_list{
        padding: 1rem 0rem;
        .icoRecord_item{
            background-color: #eee;
            padding:.5rem 1rem;
            border: #aaa solid 1px;
            border-radius: 1rem;
            @include themify() {
                background-color: themed("input_background");
            }
            .item_1{
                padding: 1rem .5rem;
                border-bottom: #ccc solid 1px;
                font-size: 2rem;
                font-weight: 700;
            }
            .item_2{
                padding: 1rem .5rem;
                border-bottom: #ccc solid 1px;
@@ -118,6 +124,7 @@
                    color: #999;
                }
            }
            .item_3{
                padding: .5rem;
            }