12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .userinfodiv {
- position: fixed;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 999999;
- background: #fff;
- padding: 0 60rpx;
- }
- .imgv {
- width: 100%;
- height: 330rpx;
- border-bottom: 1rpx solid #e3e3e3;
- text-align: center;
- }
- .imgv image {
- width: 200rpx;
- height: 200rpx;
- margin: auto;
- margin-top: 79rpx;
- border-radius: 50%;
- }
- .userinfodiv button {
- }
- .authbtn {
- margin-top: 94rpx;
- height: 88rpx;
- border-radius: 44rpx;
- background: #56bb37;
- color: #fff;
- border: none;
- font-size: 30rpx;
- line-height: 88rpx;
- }
- .fhcover {
- background: #ffd336;
- position: fixed;
- left: 0;
- top: 0;
- bottom: 0;
- right: 0;
- z-index: 99999;
- text-align: center;
- line-height: 100%;
- }
- .fhcover view {
- margin: auto;
- font-size: 35rpx;
- color: #999;
- height: 70rpx;
- }
- .fhimg {
- width: 100%;
- margin-top: 60rpx;
- }
- .fhtipimg {
- width: 400rpx;
- margin: 20rpx auto;
- }
|