boxMade.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-font{
  39. background:blue;
  40. width:270rpx;
  41. height:270rpx;
  42. padding:1rpx;
  43. margin:0 auto;
  44. } */
  45. .font-content{
  46. display: inline-block;
  47. position:relative;
  48. width:218rpx;
  49. height:218rpx;
  50. /* border:2rpx dashed #e0e0e0; */
  51. overflow: hidden;
  52. }
  53. .made-box{
  54. position:relative;
  55. width: inherit;
  56. height: inherit;
  57. }
  58. .edit-content{
  59. /* width:270rpx;
  60. height:270rpx; */
  61. position:absolute;
  62. top:0;
  63. left:0;
  64. /* overflow: hidden; */
  65. z-index:30;
  66. }
  67. .made-font{
  68. position:absolute;
  69. top:0;
  70. left:0;
  71. width:5555555555555rpx;
  72. z-index:40;
  73. }
  74. .btn-box{
  75. width:70%;
  76. margin:10rpx auto;
  77. }
  78. .btn-box button{
  79. width:200rpx;
  80. background:none;
  81. color:#c9c9c9;
  82. font-size:32rpx;
  83. margin-bottom:36rpx;
  84. border:1rpx solid #c9c9c9;
  85. box-shadow:none;
  86. }
  87. .btn-box button.active{
  88. color:#00af66;
  89. border:1rpx solid #00af66
  90. }
  91. .footer-btn{
  92. border-left:1rpx solid #dcdcdc;
  93. text-align: center;
  94. border-top:2rpx solid #e0e0e0;
  95. }
  96. .footer-btn:first-child{
  97. border-left:0rpx solid #dcdcdc;
  98. }
  99. .comb-img,.comb-font{
  100. width:270rpx;
  101. height:270rpx;
  102. }
  103. .comb-img{
  104. background:rgb(255, 176, 29);
  105. }
  106. .comb-font{
  107. background:#2e8aec;
  108. }
  109. .font-height{
  110. color:red;
  111. }
  112. #touchFont{
  113. height:99999999999rpx;
  114. width:9999999999rpx;
  115. }
  116. .made-img-image_1{
  117. width:750rpx;
  118. height:800rpx;
  119. position:absolute;
  120. z-index:199;
  121. }