123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- /* plugin/etc/pages/exbSignGetAuth/exbSignGetAuth.wxss */
-
- @import '../../style/etc.wxss';
-
- page {
-
- background-color: #fff;
- }
-
- .row-center {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- }
-
- .col-start {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: flex-start;
- }
-
- .card-bg {
- margin-top: 24rpx;
- width: 100%;
- padding: 48rpx;
- padding-bottom: 32rpx;
- background: #FFFFFF;
- box-sizing: border-box;
- }
-
- .tip-title {
- margin-top: 2rpx;
- font-size: 32rpx;
- color: #080E1A;
- font-weight: 500;
- }
-
- .tip-img {
- width: 100rpx;
- height: 100rpx;
- }
-
- .pic-item {
- display: flex;
- flex-direction: row;
- align-items: flex-start;
- justify-content: flex-start;
- margin-top: 24rpx;
- }
-
- .pic-img {
- width: 56rpx;
- height: 56rpx;
- }
-
- .pic-msg {
- font-size: 26rpx;
- color: #878C95;
- }
-
- .line {
- margin-top: 28rpx;
- width: 572rpx;
- height: 1rpx;
- background-color: #E9E9E9;
- }
-
- /* .t-tab-bar {
- display: flex;
- flex-wrap: nowrap;
- align-items: center;
- position: fixed;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 99;
- display: flex;
- padding-bottom: constant(safe-area-inset-bottom);
- padding-bottom: env(safe-area-inset-bottom);
- background-color: #fff;
- }
-
- .t-tab-bar--padding {
- padding: 16rpx 40rpx 24rpx 40rpx;
- width: 100%;
- } */
-
- .bottom-btn {
- color: #fff;
- height: 96rpx;
- font-size: 32rpx;
- border-radius: 96rpx;
- background: #3E7DF5;
-
- }
-
-
- .sign-btn {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 662rpx;
- height: 96rpx;
- background: linear-gradient(90deg, #46C8FF 0%, #3C9FFF 100%);
- border-radius: 16rpx;
- font-weight: 500;
- color: #ffffff;
- }
-
- .status-img {
- margin-top: 274rpx;
- width: 128rpx;
- height: 128rpx;
- }
-
- .re-btn {
- margin-top: 80rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- color: #fff;
- font-size: 34rpx;
- width: 366rpx;
- height: 88rpx;
- background: #3E7DF5;
- border-radius: 88rpx;
- }
|