imageconver.wxss 611 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .imagesize{
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .manjianB{
  6. position: absolute;
  7. width: 200rpx;
  8. height: 40rpx;
  9. margin-left: 10rpx;
  10. background-color: #CE366F;
  11. line-height: 40rpx;
  12. font-size: 24rpx;
  13. color: white;
  14. padding-left: 8rpx;
  15. border-radius:0px 10px 10px 0px;
  16. }
  17. .tuijianB{
  18. position: absolute;
  19. width: 120rpx;
  20. height: 40rpx;
  21. margin-left: 10rpx;
  22. background-color: #CE366F;
  23. line-height: 40rpx;
  24. font-size: 24rpx;
  25. color: white;
  26. padding-left: 8rpx;
  27. border-radius:0px 10px 10px 0px;
  28. }
  29. .textsty{
  30. font-size: 24rpx;
  31. color: white;
  32. padding-left: 8rpx;
  33. padding-right: 12rpx;
  34. background-color: aqua;
  35. }