1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .show_box{
- width: 100%;
- height: 300rpx;
- position: relative;
- }
- .cloud_img {
- width: 100%;
- height: 280rpx;
- }
- .jfnum{
- font-size: 65rpx;
- color: #fff;
- position: absolute;
- top: 25rpx;
- left: 350rpx;
- }
- .jftext{
- font-size: 35rpx;
- color: #fff;
- position: absolute;
- top: 115rpx;
- left: 280rpx;
- }
- .prize_box{
- width: 90%;
- margin-left: 5%;
- margin-top: 30rpx;
- height: 260rpx;
- display: flex;
- }
- .prize_img{
- width: 260rpx;
- height: 260rpx;
- }
- .prize_textbox{
- width: 430rpx;
- margin-left: 30rpx;
- }
- .text1{
- font-size: 28rpx;
- font-weight: 900;
- margin-top: 30rpx;
- }
- .text2{
- font-size: 24rpx;
- border: 1px solid #f54029;
- width: 150rpx;
- text-align: center;
- border-radius: 10rpx;
- color: #f54029;
- margin-top: 30rpx;
- }
- .text3{
- font-size: 25rpx;
- color: #cccccc;
- margin-top: 30rpx;
- }
- .text4{
- color: #f54029;
- font-size: 36rpx;
- font-weight: 700;
- margin-top: 30rpx;
- float: left;
- }
- .text5{
- color: #f54029;
- font-size: 26rpx;
- font-weight: 700;
- margin-top: 30rpx;
- float: right;
- border-radius: 20rpx;
- background-color: #ffebe8;
- padding:5rpx 20rpx;
- }
|