123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- .unopen-box{
- width: 668rpx;
- background-color: #fff;
- border-radius: 6rpx;
- padding: 60rpx 60rpx 40rpx;
- position: relative;
- .z-close{
- position: absolute;
- right: 20rpx;
- top: 20rpx;
- color: #c6c3c3e6;
- font-weight: bold;
- }
- .unopen-title{
- font-size: 48rpx;
- font-weight: bold;
- text-align: center;
- letter-spacing: 1px;
- line-height: 1.1;
- }
- .hint-text{
- padding-top: 50rpx;
- font-size: 26rpx;
- }
- .unopen-content{
- width: 100%;
- padding-top: 50rpx;
-
- .account-box{
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: stretch;
- .account-link{
- width: 100rpx;
- display: flex;
- flex-direction: column;
- font-size: 22rpx;
- align-items: center;
- color: $Theme-Color;
- .iconfont{
- font-size: 24rpx;
- transform: rotateY(180deg);
- margin-bottom: 16rpx;
- // font-weight: bold;
- }
- }
- .account-item{
- flex: 1;
- height: 80rpx;
- background-color: #f1f1f3;
- line-height: 80rpx;
- font-size: 22rpx;
- border-radius: 6rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0 10rpx;
- .account-item-lable{
- flex: 1;
- text-align: center;
- }
- .iconfont{
- flex-shrink: 0;
- font-size: 20rpx;
- color: $Theme-Color;
- }
- }
- }
- .capital-type{
- margin-top: 30rpx;
- width: 100%;
- height: 80rpx;
- border: 1px solid $border-color6;
- border-radius: 6rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 20rpx;
- .type-left{
- font-size: 24rpx;
- color: $Theme-Color;
- flex-shrink: 0;
- // font-weight: bold;
- }
- .type-input{
- flex: 1;
- height: 100%;
- font-size: 26rpx;
- font-weight: bold;
- padding:0 20rpx;
- letter-spacing: 1px;
- }
- .type-rigth{
- flex-shrink: 0;
- font-size: 24rpx;
- font-weight: 900;
- color: #000;
- }
- }
-
- .capital-nums{
- width: 100%;
- padding: 50rpx 0;
- font-size: 26rpx;
- text-align: right;
- color: #acacae;
- .num{
- color: $Theme-Color;
- font-weight: bold;
- }
- }
-
- .capital-btn{
- width: 100%;
- height: 80rpx;
- background-color: $Theme-Color;
- border-radius: 6rpx;
- text-align: center;
- line-height: 80rpx;
- color: #fff;
- }
- }
- }
|