.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; } } }