single.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .item-date{
  2. border:2rpx solid #c7c7cc;
  3. border-radius: 20rpx;
  4. min-height: 1.8rem;
  5. line-height: 1.8rem;
  6. padding:0 20rpx;
  7. }
  8. .add-title{font-size: 30rpx; color:#ee3a43;margin-bottom:20rpx;}
  9. .add-title .icon{font-size:46rpx; margin-right: 20rpx;}
  10. .tips{margin: 10rpx 0;}
  11. .add-box input, .add-box textarea{border:2rpx solid #c7c7cc;border-radius: 20rpx;}
  12. .addBtn{
  13. height:50rpx;
  14. line-height:50rpx;
  15. font-size:28rpx;
  16. }
  17. .font22{
  18. font-size:44rpx;
  19. }
  20. .icon-bj{
  21. color:#EE3A43;
  22. }
  23. .prompt{
  24. width:100rpx;
  25. height:46rpx;
  26. float:right;
  27. font-size:26rpx;
  28. line-height:46rpx;
  29. color:#ee3a43;
  30. text-align:center;
  31. }
  32. .mask{
  33. width:100%;
  34. height:100%;
  35. background-color:rgba(0,0,0,0.4);
  36. position:fixed;
  37. left:0;
  38. top:0;
  39. z-index:9999;
  40. }
  41. .maskBox{
  42. width:80%;
  43. background-color:#fff;
  44. border-radius:20rpx;
  45. position:absolute;
  46. left:10%;
  47. top:30%;
  48. z-index:9;
  49. }
  50. .maskBtn{
  51. width:100%;
  52. height:90rpx;
  53. text-align:center;
  54. color:#EE3A43;
  55. line-height:90rpx;
  56. font-size:32rpx;
  57. border-top:1px solid #c7c7cc;
  58. }
  59. .maskContent{
  60. width:100%;
  61. padding:20rpx;
  62. box-sizing:border-box;
  63. }
  64. .maskTitle{
  65. color:#ee3a43;
  66. font-size:26rpx;
  67. line-height:40rpx;
  68. margin-top:10rpx;
  69. }
  70. .maskTit{
  71. font-size:26rpx;
  72. line-height:40rpx;
  73. }
  74. .picker{
  75. border: 1rpx solid #ccc;
  76. line-height: 2;
  77. border-radius: 20rpx;
  78. padding: 0 20rpx;
  79. }
  80. .placeholder{
  81. color: #888;
  82. }
  83. .codeTip{text-align: right;}
  84. .codeTip text{margin-right: 10rpx;}
  85. .note{
  86. margin: 16rpx;
  87. font-size: 28rpx;
  88. color: #666;
  89. }
  90. .note .title{
  91. font-weight: bolder;
  92. }
  93. .note .article{
  94. font-size: 24rpx;
  95. margin: 20rpx 0;
  96. line-height: 1.5;
  97. }