12345678910111213141516171819202122232425 |
- .myPlacerholder {
- width: 750rpx;
- height: 100%;
- position: absolute;
- top: 0;
- }
- .placerholder-image {
- width: 186rpx;
- height: 196rpx;
- margin:200rpx auto 50rpx;
- display: block;
- }
- .line1{
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- color: #9D9D9D;
- }
- .line2{
- width: 100%;
- text-align: center;
- font-size: 32rpx;
- color: #9D9D9D;
- }
|