123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .auth_ipt {
- background-color: #f5f5f5;
- width: 80%;
- margin: 0rpx auto;
- height: 70rpx;
- }
- .mem_text {
- margin-top: 15rpx;
- color: #FF0000;
- text-align: center;
- }
- .main_width2 {
- width: 96%;
- margin-left: 2%;
- }
- .read {
- color: #8E97AE;
- margin-top: 200rpx;
- font-size: 28rpx;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- }
- .up_img {
- width: 100%;
- }
- .img_box {
- width: 643rpx;
- /* height: 350upx; */
- margin: 30rpx auto 0;
- }
- .img_box_in {
- width: 100%;
- height: 100%;
- text-align: center;
- align-items: center;
- justify-content: center;
- display: flex;
- flex-direction: column;
- border: 2rpx dotted #E8E8E8;
- border-radius: 10rpx;
- }
|