/*每个页面公共css */ $primary:#6C52F4; $assist1:#0ABDEF; $assist2:#FE3B49; $assist3:#FFCD32; $bgcolor1:#151126; $bgcolor2:#151126; $bgcolor3:#1F1A30; $bgcolor4:#332D4C; $fontcolor1:#494667; $fontcolor2:#7D7DA4; $fontcolor3:#9A9ABF; $fontcolor4:#D4D4F1; $fontcolor5:#FFFFFF; .font72{font-size: 72rpx;} .font44{font-size: 44rpx;} .font36{font-size: 36rpx;} .font32{font-size: 32rpx;} .font28{font-size: 28rpx;} .font24{font-size: 24rpx;} .font22{font-size: 22rpx;} .font20{font-size: 20rpx;} .fw400{font-weight: 400;} .fw500{font-weight: 500;} .fw600{font-weight: 600;} .fw700{font-weight: 700;} .el{ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } button{background-color: transparent;} .button-hover{ background: transparent; } button::after {border: none;box-sizing: content-box; } ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .placeholder-input{ font-size: 28rpx; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: #B7B7C5; line-height: 40rpx; } /*每个页面公共css */ .flex-center{display: flex;justify-content: center;align-items: center;} .flex-around{display: flex;justify-content: space-around;align-items: center;} .flex-between{display: flex;justify-content: space-between;align-items: center;} .flex-start{display: flex;justify-content: flex-start;align-items: center;} .flex-end{display: flex;justify-content: flex-end;align-items: flex-end;} .null-box{width: 100%;height: 176rpx;background-color: $bgcolor1;} .no-more{color: $fontcolor3;text-align: center;padding: 10rpx 0rpx 30rpx 0rpx;} uni-page-body{ height: 100%; background-color: $bgcolor1; } *{touch-action: none;}