made.wxss 1.8 KB

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