| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- /* 水平间距 */
- /* 水平间距 */
- .content.data-v-5380cac8 {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 32rpx;
- height: 500rpx;
- background: #fff;
- }
- .content .img.data-v-5380cac8 {
- margin-top: 96rpx;
- margin-bottom: 48rpx;
- width: 200rpx;
- height: 200rpx;
- }
- .content .btns.data-v-5380cac8 {
- position: relative;
- height: 72rpx;
- width: 100%;
- }
- .content .btns .btn_box.data-v-5380cac8 {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- height: 100%;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- border-radius: 20rpx;
- background-color: #ff8205;
- }
- .content .btns .auth_box.data-v-5380cac8 {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- height: 100%;
- width: 100%;
- opacity: 0;
- }
|