1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /* pages/testpromotion/testpromotion.wxss */
- page {
- background-color: #ffffff;
- }
- .load {
- width: 100%;
- height: 2400rpx;
- position: absolute;
- left: 0;
- top: 0;
- z-index: 9999;
- background-color: #ffffff;
- text-align: center;
- line-height: 1300rpx;
- }
- .loadimg {
- width: 200rpx;
- height: 200rpx;
- }
- .pm_img {
- width: 100%;
- }
- .answer {
- width: 100%;
- height: 180rpx;
- position:absolute;
- left:0;
- top:726rpx;
- display: flex;
- flex-direction: row;
- flex-wrap:wrap;
- }
- .answer_img {
- background-repeat:no-repeat;
- background-size:100% 100%;
- -moz-background-size:100% 100%;
- height: 100rpx;
- width: 630rpx;
- margin-left:50rpx;
- text-align: center;
- line-height: 100rpx;
- margin-bottom: 42rpx;
- }
- .tips {
- position:absolute;
- width: 90%;
- margin-left: 5%;
- margin-right: 5%;
- top:711rpx;
- height: 200rpx;
- margin-top: 200rpx;
- color: #FDF5E6;
- font-size: 30rpx;
- font-weight: 400;
- align-content: space-between;
- }
|