oneMadeFont.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* pages/customized/made/madeFont/madeFont.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-img-box{
  6. position:relative;
  7. margin-top:10rpx;
  8. }
  9. .made-img-box image {
  10. width:750rpx;
  11. height:800rpx;
  12. }
  13. .made-prompt{
  14. width:inherit;
  15. height:inherit;
  16. }
  17. .made-box{
  18. width:270rpx;
  19. height:270rpx;
  20. padding:1rpx;
  21. margin:0 auto;
  22. /* background:red; */
  23. }
  24. .footer-icon{
  25. width:120rpx;
  26. }
  27. .footer-add-btn{
  28. text-align: center
  29. }
  30. .made-font{
  31. width:5555555555555rpx;
  32. }
  33. .made-img-image_1{
  34. width:750rpx;
  35. height:800rpx;
  36. position:absolute;
  37. z-index:9999;
  38. }
  39. .font-content{
  40. display: inline-block;
  41. position:relative;
  42. width:218rpx;
  43. height:218rpx;
  44. /* border:2rpx dashed #000; */
  45. overflow: hidden;
  46. }
  47. #touchFont{
  48. height:99999999999rpx;
  49. width:9999999999rpx;
  50. }
  51. /* .font-content .iconfont{
  52. position:absolute;
  53. font-size:60rpx;
  54. z-index:10;
  55. }
  56. .icon-close{
  57. top:-50rpx;
  58. left:-50rpx;
  59. } */
  60. .icon-rotate{
  61. bottom:'-20rpx';
  62. right:'-20rpx';
  63. }
  64. .slider-box{
  65. /* margin-top:100rpx; */
  66. }
  67. /* 层样式 */
  68. .font-ceng{
  69. width:100%;
  70. height:100%;
  71. position:fixed;
  72. top:0;
  73. left:0;
  74. z-index:110000;
  75. background:rgba(0,0,0,0.6);
  76. }
  77. .input-box input{
  78. width:600rpx;
  79. height:150rpx;
  80. line-height:150rpx;
  81. margin:50rpx auto;
  82. text-align:center;
  83. background:none;
  84. border:2rpx dashed #fff;
  85. color:#fff;
  86. font-size:30rpx;
  87. font-weight: bold;
  88. }
  89. .font-color{
  90. width:600rpx;
  91. margin:0 auto;
  92. }
  93. .font-item{
  94. width:50rpx;
  95. height:50rpx;
  96. border-radius:50%;
  97. }
  98. .isColor{
  99. width:40rpx;
  100. height:40rpx;
  101. border:5rpx solid #fff;
  102. border-radius:50%;
  103. }
  104. .isColor .font-item{
  105. width:30rpx;
  106. height:30rpx;
  107. border-radius:50%;
  108. border:5rpx solid rgba(0,0,0,0.6);
  109. }
  110. .edit-content{
  111. position:absolute;
  112. top:0;
  113. left:0;
  114. z-index:30;
  115. }
  116. .made-box{
  117. position:relative;
  118. width: inherit;
  119. height: inherit;
  120. }
  121. .made-font{
  122. position:absolute;
  123. top:0;
  124. left:0;
  125. width:5555555555555rpx;
  126. z-index:40;
  127. }
  128. .select-weight{
  129. font-size:32rpx;
  130. font-weight: bold;
  131. /* background:#fff; */
  132. color:#fff;
  133. width:50rpx;
  134. height:50rpx;
  135. text-align: center;
  136. line-height:50rpx;
  137. border-radius:5rpx;
  138. }