12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- * {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box; }
- a:hover, a:visited, a:link, a:active {
- text-decoration: none; }
- body {
- background-color: #F5F5F5;
- min-height: 100vh; }
- .tab {
- display: flex;
- align-items: center;
- width: 100%;
- background-color: #FFFFFF;
- padding: 0 0.2rem;
- margin-bottom: 0.05rem; }
- .tab_cell {
- flex: 1;
- text-align: center;
- line-height: 0.48rem;
- font-size: 0.16rem;
- color: #666666; }
- .tab .active {
- color: #333333;
- position: relative; }
- .tab .active:before {
- content: '';
- position: absolute;
- bottom: 0;
- left: calc(50% - 0.15rem);
- width: 0.3rem;
- height: 0.04rem;
- background: #1A83FF;
- -webkit-border-radius: 0.065rem;
- -moz-border-radius: 0.065rem;
- border-radius: 0.065rem; }
- .exchangeList_item {
- height: 0.81rem;
- width: 100%;
- background: #FFFFFF;
- padding: 0.16rem 0.25rem;
- border-bottom: 1px solid #F5F5F5;
- display: flex;
- align-items: center;
- justify-content: space-between; }
- .exchangeList_item .info .title {
- font-size: 0.16rem;
- color: #333333;
- margin-bottom: 0.065rem;
- letter-spacing: 0.0034rem; }
- .exchangeList_item .info .time {
- font-size: 0.14rem;
- line-height: 0.2rem;
- color: #999999;
- letter-spacing: 0.003rem; }
- .exchangeList_item .money {
- font-size: 0.2rem;
- color: #FD0808;
- line-height: 0.26rem;
- letter-spacing: 0.0043rem; }
- .lotteryList_item {
- height: 0.48rem;
- background: #FFFFFF;
- border-bottom: 1px solid #F5F5F5;
- padding-right: 0.175rem;
- padding-left: 0.25rem;
- display: flex;
- align-items: center;
- justify-content: space-between; }
- .lotteryList_item .money {
- font-size: 0.16rem;
- color: #333333; }
- .lotteryList_item .time {
- font-size: 0.14rem;
- color: #999999; }
- /*# sourceMappingURL=log.css.map */
|