| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- .uni-tabbar-bottom {
- display: none !important;
- }
- body{
- background: #141416;
- }
- input {
- font-size: 32rpx;
- width: 100%;
- color: #fff;
- }
- .u-indexed-list-alert {
- z-index: 999999;
- }
- .uni-textarea {
- width: 100%;
- }
- .pages {
- width: 100%;
- // background: url('./static/public/bg0.png') no-repeat;
- // background-size: 100% auto;
- background: #141416;
- // overflow-y: auto;
- box-sizing: border-box;
- min-height: 100vh;
- }
- .index-pages {
- width: 100%;
- background: url('./static/public/bg0.png') no-repeat;
- background-size: 100% auto;
- min-height: 50vh;
- }
- .model-type{
- position: fixed;
- width: 100%;
- top: 0;
- left: 0;
- height: 100vh;
- background: rgba(0,0,0,0.8);
- z-index: 9989;
- }
- // -------------------------------------------------------------------- 全局样式input
- .uni-input-wrapper {
- text-align: left;
- font-size: 32rpx;
- }
- .uni-input-placeholder {
- color: #808080;
- font-size: 32rpx;
- }
- .uni-textarea-placeholder {
- color: #808080;
- }
- .size-color {
- background: linear-gradient(90deg, #FFEB3B 0%, #F77777 68%, #377CFD 100%);
- -webkit-background-clip: text;
- -webkit-text-fill-color: transparent;
- font-weight: bold;
- }
- .public-content {
- width: 100%;
- padding: 32rpx;
- box-sizing: border-box;
- }
- .success-content-wrap {
- width: 100%;
- text-align: center;
- color: #FFFFFF;
- font-size: 36rpx;
- padding-bottom: 40rpx;
- .success-icon {
- width: 300rpx;
- height: 300rpx;
- text-align: center;
- margin-bottom: 56rpx;
- }
- .max-btn {
- width: 90%;
- height: 88rpx;
- border-radius: 24rpx;
- margin: 0 auto;
- margin-top: 56rpx;
- }
- .min-btn {
- width: 48%;
- height: 88rpx;
- border-radius: 24rpx;
- margin-bottom: 0;
- }
- .min-btn-qu {
- border: 2rpx solid #6B3CFD;
- background: none;
- color: #6B3CFD;
- }
- }
- // ---------------------------------------------------------公共按钮
- .max-btn {
- width: 100%;
- height: 100rpx;
- background: #6B3CFD;
- border-radius: 24rpx;
- color: #FFFFFF;
- font-size: 32rpx;
- font-weight: 500;
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .min-btn {
- width: 258rpx;
- height: 88rpx;
- line-height: 88rpx;
- background: #6B3CFD;
- border-radius: 24rpx;
- color: #fff;
- font-size: 32rpx;
- font-weight: 500;
- cursor: pointer;
- display: flex;
- align-items: center;
- justify-content: center;
- white-space: nowrap;
- }
- .inp-wrap {
- width: 100%;
- height: 100rpx;
- background: #252940;
- border-radius: 12rpx;
- padding: 0 24rpx;
- box-sizing: border-box;
- margin-bottom: 24rpx;
- .icon {
- width: 32rpx;
- min-width: 32rpx;
- height: 32rpx;
- }
- .code-text {
- color: #fff;
- font-size: 32rpx;
- white-space: nowrap;
- border-radius: 12rpx;
- height: 68rpx;
- line-height: 68rpx;
- }
- .text {
- color: #fff;
- margin-left: 24rpx;
- }
- }
- .coin-content-wrap {
- width: 100%;
- padding-top: 10rpx;
- .coin-list {
- width: 100%;
- text-align: center;
- height: 80rpx;
- color: #fff;
- .coins {
- width: 36rpx;
- height: 36rpx;
- margin-right: 16rpx;
- }
- }
- }
|