12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /* pages/invoice/authentication/authentication.wxss */
- .page-auth{
- padding: 0 60rpx 30rpx 60rpx;
- }
- .page-auth .auth-user{
- padding-top: 60rpx;
- text-align: center;
- }
- .page-auth .auth-user .icon{
- display: inline-block;
- vertical-align: middle;
- width: 128rpx;
- height: 128rpx;
- }
- /*.user-card-box{
- height:790rpx;
- background:rgba(255,255,255,1);
- box-shadow:0px 10rpx 20rpx 0px rgba(0,0,0,0.08);
- padding: 50rpx 50rpx 0rpx 50rpx;
- margin-bottom: 50rpx;
- }
- .user-card-box .card-img-box{
- position: relative;
- height:348rpx;
- background:rgba(255,255,255,1);
- border:1rpx dashed rgba(233,233,233,1);
- margin-bottom: 30rpx;
- }
- .user-card-box .card-img-box .item-info{
- position: absolute;
- left: 50%;
- top:50%;
- transform: translate(-50%,-50%);
- }
- .user-card-box .card-img-box .item-info .text{
- font-size: 24rpx;
- color: #262628;
- line-height: 62rpx;
- padding-top: 10rpx;
- }
- .user-card-box .card-img-box .icon{
- margin: 0 auto;
- width: 124rpx;
- height: 124rpx;
- display: block;
- z-index: 2;
- }*/
|