oneMade.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /* pages/customized/made/made.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-content{
  6. width:750rpx;
  7. height:900rpx;
  8. }
  9. .made-content-canvas{
  10. position:absolute;
  11. top:0;
  12. left:0;
  13. /* opacity:0; */
  14. }
  15. .made-img-box{
  16. margin-top:10rpx;
  17. position: relative;
  18. }
  19. .made-prompt{
  20. /* text-align: center; */
  21. width:inherit;
  22. height:inherit;
  23. }
  24. .made-img{
  25. background:red;
  26. width:270rpx;
  27. height:270rpx;
  28. padding:1rpx;
  29. margin:0 auto;
  30. position:fixed;
  31. top:0;
  32. left:0;
  33. }
  34. .made-img-image{
  35. width:750rpx;
  36. height:800rpx;
  37. }
  38. .made-img-image_1{
  39. width:750rpx;
  40. height:800rpx;
  41. position:absolute;
  42. z-index:199;
  43. }
  44. /* .made-font{
  45. background:blue;
  46. width:270rpx;
  47. height:270rpx;
  48. padding:1rpx;
  49. margin:0 auto;
  50. } */
  51. .font-content{
  52. display: inline-block;
  53. position:relative;
  54. width:218rpx;
  55. height:218rpx;
  56. /* border:2rpx dashed #e0e0e0; */
  57. overflow: hidden;
  58. }
  59. .made-box{
  60. position:relative;
  61. width: inherit;
  62. height: inherit;
  63. }
  64. .edit-content{
  65. /* width:270rpx;
  66. height:270rpx; */
  67. position:absolute;
  68. top:0;
  69. left:0;
  70. /* overflow: hidden; */
  71. z-index:30;
  72. }
  73. .made-font{
  74. position:absolute;
  75. top:0;
  76. left:0;
  77. width:5555555555555rpx;
  78. z-index:40;
  79. }
  80. .btn-box{
  81. width:70%;
  82. margin:10rpx auto;
  83. }
  84. .btn-box button{
  85. width:200rpx;
  86. background:none;
  87. color:#c9c9c9;
  88. font-size:32rpx;
  89. margin-bottom:36rpx;
  90. border:1rpx solid #c9c9c9;
  91. box-shadow:none;
  92. }
  93. .btn-box button.active{
  94. color:#00af66;
  95. border:1rpx solid #00af66
  96. }
  97. .footer-btn{
  98. border-left:1rpx solid #dcdcdc;
  99. text-align: center;
  100. border-top:2rpx solid #e0e0e0;
  101. }
  102. .footer-btn:first-child{
  103. border-left:0rpx solid #dcdcdc;
  104. }
  105. .comb-img,.comb-font{
  106. width:270rpx;
  107. height:270rpx;
  108. }
  109. .comb-img{
  110. background:rgb(255, 176, 29);
  111. }
  112. .comb-font{
  113. background:#2e8aec;
  114. }
  115. .font-height{
  116. color:red;
  117. }
  118. #touchFont{
  119. height:99999999999rpx;
  120. width:9999999999rpx;
  121. }