madeFont.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. /* pages/customized/made/madeFont/madeFont.wxss */
  2. page{
  3. background:#fff;
  4. }
  5. .made-content,.made-box-img{
  6. width:100%;
  7. height:588rpx;
  8. margin:60rpx 0;
  9. }
  10. .made-prompt{
  11. width:inherit;
  12. height:inherit;
  13. }
  14. .made-box{
  15. width:270rpx;
  16. height:270rpx;
  17. padding:1rpx;
  18. margin:0 auto;
  19. /* background:red; */
  20. }
  21. .footer{
  22. position:fixed;
  23. bottom:0;
  24. width:100%;
  25. z-index:10;
  26. line-height:92rpx;
  27. background:#fff;
  28. border-top:1rpx solid #dcdcdc;
  29. text-align: center;
  30. color:#666;
  31. font-size:30rpx;
  32. cursor: pointer;
  33. }
  34. .footer-icon{
  35. width:190rpx;
  36. }
  37. .footer-add-btn{
  38. background:#00af66;
  39. color:#fff;
  40. }
  41. /* 层样式 */
  42. .font-ceng{
  43. width:100%;
  44. height:100%;
  45. position:fixed;
  46. top:0;
  47. left:0;
  48. z-index:110000;
  49. background:rgba(0,0,0,0.6);
  50. }
  51. .input-box input{
  52. width:600rpx;
  53. height:150rpx;
  54. line-height:150rpx;
  55. margin:88rpx auto 50rpx;
  56. text-align:center;
  57. background:none;
  58. border:1rpx dashed #fff;
  59. color:#fff;
  60. font-size:30rpx;
  61. font-weight: bold;
  62. }
  63. .font-color{
  64. width:600rpx;
  65. margin:0 auto;
  66. }
  67. .font-item{
  68. width:50rpx;
  69. height:50rpx;
  70. border-radius:50%;
  71. }
  72. .isColor{
  73. width:40rpx;
  74. height:40rpx;
  75. border:5rpx solid #fff;
  76. border-radius:50%;
  77. }
  78. .isColor .font-item{
  79. width:30rpx;
  80. height:30rpx;
  81. border-radius:50%;
  82. border:5rpx solid rgba(0,0,0,0.6);
  83. }