index.wxss 952 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. .main {
  2. position: relative;
  3. width: 100%;
  4. }
  5. .cover-view {
  6. position: absolute;
  7. top: 0px;
  8. left: 0px;
  9. margin:0;
  10. /* opacity: .7; */
  11. }
  12. .flex-wrp{
  13. display:flex;
  14. margin:0;
  15. }
  16. .flex-item{
  17. width: 200rpx;
  18. height: 300rpx;
  19. font-size: 26rpx;
  20. }
  21. .demo-text-1 {
  22. width: 800rpx;
  23. height: 200rpx;
  24. background: rgba(26, 173, 25, 0.7);
  25. }
  26. .demo-text-2 {
  27. width: 800rpx;
  28. height: 200rpx;
  29. background: rgba(39, 130, 215, 0.7);
  30. }
  31. .demo-text-3 {
  32. width: 800rpx;
  33. height: 200rpx;
  34. background: rgba(255, 255, 255, 0.7);
  35. }
  36. .icon-small-wrp{
  37. float: left;
  38. margin: 0;
  39. }
  40. .icon-small{
  41. float: left;
  42. margin: 0;
  43. border: none;
  44. }
  45. .button-sp-area{
  46. height: 20px;
  47. border: none;
  48. }
  49. .editor{
  50. background-color: papayawhip;
  51. }
  52. .label-1, .label-2{
  53. margin: 30rpx 0;
  54. }
  55. .label-3-text{
  56. color: #576B95;
  57. font-size: 28rpx;
  58. }
  59. .checkbox-3{
  60. display: block;
  61. margin: 30rpx 0;
  62. }