kj-flow.wxss 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .iitem.data-v-1a2939be {
  28. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  29. box-sizing: border-box;
  30. }
  31. .price.data-v-1a2939be {
  32. font-family: SFPro, SFPro;
  33. font-weight: 500;
  34. font-size: 24rpx;
  35. color: #F83224;
  36. line-height: 28rpx;
  37. text-align: left;
  38. font-style: normal;
  39. }
  40. .right.data-v-1a2939be {
  41. flex: 1;
  42. width: 474rpx;
  43. height: 642rpx;
  44. }
  45. .bottom.data-v-1a2939be {
  46. width: 750rpx;
  47. background: #FFFFFF;
  48. padding: 20rpx 24rpx 0;
  49. box-sizing: border-box;
  50. }
  51. .btn.data-v-1a2939be {
  52. width: 702rpx;
  53. height: 84rpx;
  54. background: #F83224;
  55. border-radius: 44rpx;
  56. font-family: PingFangSC, PingFang SC;
  57. font-weight: 500;
  58. font-size: 32rpx;
  59. color: #FFFFFF;
  60. line-height: 84rpx;
  61. text-align: center;
  62. font-style: normal;
  63. }
  64. .title.data-v-1a2939be {
  65. font-family: PingFangSC, PingFang SC;
  66. font-weight: 500;
  67. font-size: 36rpx;
  68. color: #333333;
  69. line-height: 50rpx;
  70. text-align: left;
  71. font-style: normal;
  72. }
  73. .left.data-v-1a2939be {
  74. width: 212rpx;
  75. height: 642rpx;
  76. }
  77. .ititle.data-v-1a2939be {
  78. font-family: PingFangSC, PingFang SC;
  79. font-weight: 500;
  80. font-size: 28rpx;
  81. color: #222222;
  82. line-height: 40rpx;
  83. text-align: left;
  84. font-style: normal;
  85. }
  86. .itime.data-v-1a2939be {
  87. font-family: PingFangSC, PingFang SC;
  88. font-weight: 400;
  89. font-size: 20rpx;
  90. color: #333333;
  91. line-height: 28rpx;
  92. text-align: center;
  93. font-style: normal;
  94. }