madeFont.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. /* pages/customized/made/madeFont/madeFont.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-img-box{
  6. position:relative;
  7. margin-top:60rpx;
  8. }
  9. .made-img-box image {
  10. width:100%;
  11. height:588rpx;
  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{
  25. position:fixed;
  26. bottom:0;
  27. width:100%;
  28. z-index:10;
  29. line-height:92rpx;
  30. background:#fff;
  31. border-top:1rpx solid #dcdcdc;
  32. text-align: center;
  33. color:#666;
  34. font-size:30rpx;
  35. cursor: pointer;
  36. }
  37. .footer-icon{
  38. width:190rpx;
  39. }
  40. .footer-add-btn{
  41. background:#00af66;
  42. color:#fff;
  43. }
  44. .made-font{
  45. width:5555555555555rpx;
  46. }
  47. .font-content{
  48. display: inline-block;
  49. position:relative;
  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. }