apply.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .module-com.data-v-04e28fb8 {
  21. margin-bottom: 20rpx;
  22. background-color: #fff;
  23. }
  24. .module-com .module-tit.data-v-04e28fb8 {
  25. padding: 20rpx 18rpx;
  26. font-size: 28rpx;
  27. font-weight: 600;
  28. border-bottom: 1rpx solid #eee;
  29. }
  30. .module-com .module-det.data-v-04e28fb8 {
  31. padding: 0 30rpx;
  32. }
  33. .line-cell .tui-title.data-v-04e28fb8 {
  34. width: 210rpx;
  35. color: #666666;
  36. }
  37. .line-cell .tui-input.data-v-04e28fb8 {
  38. width: calc(100% - 210rpx);
  39. font-size: 28rpx;
  40. }
  41. .line-cell .tui-placeholder.data-v-04e28fb8 {
  42. color: #ccc;
  43. }
  44. .line-cell .phcolor.data-v-04e28fb8 {
  45. color: #ccc;
  46. }
  47. .btn-wrap.data-v-04e28fb8 {
  48. width: 90%;
  49. margin: 60rpx auto;
  50. }
  51. .btn-wrap .admin-button-com.data-v-04e28fb8 {
  52. width: 100%;
  53. margin: 0 auto;
  54. }
  55. .code-wrap .tui-input.data-v-04e28fb8 {
  56. width: calc(100% - 410rpx);
  57. font-size: 28rpx;
  58. }
  59. .code-wrap .tui-code.data-v-04e28fb8 {
  60. width: 200rpx;
  61. text-align: center;
  62. border-left: 1rpx solid #eee;
  63. color: #3385FF;
  64. }
  65. .recommend-wrap.data-v-04e28fb8 {
  66. padding: 30rpx 45rpx;
  67. }
  68. .recommend-wrap .recommend-tag.data-v-04e28fb8 {
  69. font-size: 28rpx;
  70. color: #666666;
  71. margin-bottom: 24rpx;
  72. }
  73. .recommend-wrap .recommend-det.data-v-04e28fb8 {
  74. display: -webkit-box;
  75. display: flex;
  76. display: -webkit-flex;
  77. -webkit-box-align: center;
  78. -webkit-align-items: center;
  79. align-items: center;
  80. -webkit-box-pack: start;
  81. -webkit-justify-content: flex-start;
  82. justify-content: flex-start;
  83. }
  84. .recommend-wrap .recommend-det .recommend-info.data-v-04e28fb8 {
  85. margin-left: 20rpx;
  86. }
  87. .recommend-wrap .recommend-det .recommend-info .app-size-32.data-v-04e28fb8 {
  88. margin-bottom: 4rpx;
  89. }