addcard.wxss 1.7 KB

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