| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .imagesize{
- width: 100%;
- height: 100%;
- }
- .manjianB{
- position: absolute;
- width: 200rpx;
- height: 40rpx;
- margin-left: 10rpx;
- background-color: #CE366F;
- line-height: 40rpx;
- font-size: 24rpx;
- color: white;
- padding-left: 8rpx;
- border-radius:0px 10px 10px 0px;
- }
- .tuijianB{
- position: absolute;
- width: 120rpx;
- height: 40rpx;
- margin-left: 10rpx;
- background-color: #CE366F;
- line-height: 40rpx;
- font-size: 24rpx;
- color: white;
- padding-left: 8rpx;
- border-radius:0px 10px 10px 0px;
- }
- .textsty{
- font-size: 24rpx;
- color: white;
- padding-left: 8rpx;
- padding-right: 12rpx;
- background-color: aqua;
- }
|