Files

2 lines
3.6 KiB
CSS

.flex{display:flex!important}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-lr__center{justify-content:space-between;align-items:center}.flex-lr__start{justify-content:space-between;align-items:flex-start}.flex-lr__end{justify-content:space-between;align-items:flex-end}.flex-start__center{justify-content:flex-start;align-items:center}.flex-start__start{justify-content:flex-start;align-items:flex-start}.flex-start__end{justify-content:flex-start;align-items:flex-end}.flex-end__center{justify-content:flex-end;align-items:center}.flex-end__start{justify-content:flex-start;align-items:flex-start}.flex-end__end{justify-content:flex-end;align-items:flex-end}.flex-tb__center{flex-direction:column;justify-content:space-between;align-items:center}.flex-tb__start{flex-direction:column;justify-content:space-between;align-items:flex-start}.flex-tb__end{flex-direction:column;justify-content:space-between;align-items:flex-end}.flex-top__center{flex-direction:column;justify-content:flex-start;align-items:center}.flex-top__start{flex-direction:column;justify-content:flex-start;align-items:flex-start}.flex-top__end{flex-direction:column;justify-content:flex-start;align-items:flex-end}.flex-bottom__center{flex-direction:column;justify-content:flex-end;align-items:center}.flex-bottom__start{flex-direction:column;justify-content:flex-end;align-items:flex-start}.flex-bottom__end{flex-direction:column;justify-content:flex-end;align-items:flex-end}.flex-center__center{flex-direction:column;justify-content:center;align-items:center}.flex-center__start{flex-direction:column;justify-content:center;align-items:flex-start}.flex-center_end{flex-direction:column;justify-content:center;align-items:flex-end}.flex-column{flex-direction:column}.flex-jc__sb{justify-content:space-between}.flex-jc__sa{justify-content:space-around}.flex-jc__se{justify-content:space-evenly}.flex-jc__start{justify-content:flex-start}.flex-jc__center{justify-content:center}.flex-jc__end{justify-content:flex-end}.flex-ai__start{align-items:flex-start}.flex-ai__center{align-items:center}.flex-ai__end{align-items:flex-end}.primary-color{color:#ee6d46}.animation-button{background:#ee6d46;color:#fff;transition:all .3s}.animation-button:active{scale:1.1}.animation-button.disabled{background:#999}.h5-tabbar-height{width:100%;height:var(--window-bottom)}.tabbar-height{height:3.6875rem;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.integral{width:100%;padding:1.0625rem;box-sizing:border-box}.integral .num-card{width:100%;border-radius:.46875rem;aspect-ratio:682/278;background-size:100% 100%;padding:2.375rem 1.5rem;box-sizing:border-box;color:#663405;font-size:.875rem}.integral .num-card .num{font-weight:700;font-size:2rem}.integral .tabs-row{width:100%;gap:.5rem;margin:1.0625rem 0}.integral .tabs-row .tab-item{flex-grow:1;padding:.5rem 0;box-sizing:border-box;background:#F6F8F8;transition:all .3s;border-radius:.25rem;text-align:center}.integral .tabs-row .tab-item.current{background:#333333;color:#fff}.integral .integral-list{padding:1rem;box-sizing:border-box;width:100%;background:#fff;border-radius:.46875rem}.integral .integral-list .row{margin:.78125rem 0}.integral .integral-list .row:first-child{margin-top:0}.integral .integral-list .row:last-child{margin-bottom:0}.integral .integral-list .name{color:#333;font-size:.875rem;font-weight:700}.integral .integral-list .time{font-size:.75rem;color:#999}.integral .integral-list .right{padding:.3125rem 1.1875rem;box-sizing:border-box;border-radius:.3125rem}.integral .integral-list .success{color:#28c445;background:rgba(40,196,69,.1)}.integral .integral-list .error{color:#ee6d46;background:#FFF7F5}