made.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* pages/customized/made/made.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-content{
  6. width:750rpx;
  7. height:588rpx;
  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:60rpx;
  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:588rpx;
  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. /* width:270rpx;
  69. height:270rpx; */
  70. position:absolute;
  71. top:0;
  72. left:0;
  73. /* overflow: hidden; */
  74. width:5555555555555rpx;
  75. z-index:40;
  76. }
  77. .btn-box{
  78. width:70%;
  79. margin:60rpx auto;
  80. }
  81. .btn-box button{
  82. width:200rpx;
  83. background:none;
  84. color:#c9c9c9;
  85. font-size:32rpx;
  86. margin-bottom:36rpx;
  87. border:1rpx solid #c9c9c9;
  88. box-shadow:none;
  89. }
  90. .btn-box button.active{
  91. color:#00af66;
  92. border:1rpx solid #00af66
  93. }
  94. .footer-btn{
  95. border-left:1rpx solid #dcdcdc;
  96. text-align: center;
  97. border-top:2rpx solid #e0e0e0;
  98. }
  99. .footer-btn:first-child{
  100. border-left:0rpx solid #dcdcdc;
  101. }
  102. .comb-content{
  103. width:750rpx;
  104. height:588rpx;
  105. }
  106. .comb-img,.comb-font{
  107. width:270rpx;
  108. height:270rpx;
  109. }
  110. .comb-img{
  111. background:rgb(255, 176, 29);
  112. }
  113. .comb-font{
  114. background:#2e8aec;
  115. }
  116. .font-height{
  117. color:red;
  118. }
  119. #touchFont{
  120. height:99999999999rpx;
  121. width:9999999999rpx;
  122. }