app.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /**app.wxss**/
  2. @import "/pages/common.wxss";
  3. /* <!-- 导入文件 --> */
  4. @import "wxParse/wxParse.wxss";
  5. @import "static/style.wxss";
  6. .container {
  7. height: 100%;
  8. display: flex;
  9. flex-direction: column;
  10. align-items: center;
  11. justify-content: space-between;
  12. /* padding: 200rpx 0; */
  13. box-sizing: border-box;
  14. overflow: hidden;
  15. text-overflow: ellipsis;
  16. white-space: nowrap;
  17. }
  18. /*隐藏滚动条*/
  19. ::-webkit-scrollbar {
  20. width: 0;
  21. height: 0;
  22. color: transparent;
  23. }
  24. page {
  25. padding-bottom: 1rpx;
  26. }
  27. .icon-dizhi {
  28. color: #FFDC2F;
  29. }
  30. /* 客服按钮 */
  31. .custCare{
  32. position: fixed;
  33. bottom: 0;
  34. right: 0;
  35. width: 160rpx;
  36. height: 160rpx;
  37. background-color: transparent;
  38. z-index: 10000;
  39. }
  40. .custCare image{
  41. height: 100%;
  42. width: 100%;
  43. }
  44. /* 富文本组件样式 */
  45. rich-text{
  46. word-break: break-all;
  47. }
  48. .price {
  49. display: flex;
  50. flex-direction: row;
  51. margin-top: 15rpx;
  52. align-items: baseline;
  53. }
  54. .price .p2 {
  55. font-size: 36rpx;
  56. font-family: FZZhunYuan-M02S;
  57. font-weight: 400;
  58. color: #EC2E26;
  59. line-height: 45rpx;
  60. }
  61. .price .p1 {
  62. font-size: 22rpx;
  63. color: #EC2E26;
  64. line-height: 52rpx;
  65. }