app.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /**app.wxss**/
  2. .container {
  3. box-sizing: border-box;
  4. background-color: #f5f5f5;
  5. font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  6. }
  7. view, image, text, navigator {
  8. box-sizing: border-box;
  9. padding: 0;
  10. margin: 0;
  11. }
  12. page{
  13. color: #2A2A2A; /*主要颜色*/
  14. font-size: 28rpx;
  15. background:#f5f5f5;
  16. }
  17. text,view {
  18. font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  19. /* font-weight: 500; */
  20. }
  21. .sub-color{
  22. color:#85868A;
  23. }
  24. .jz-color{
  25. color: #09AFFF; /*鲸致色号00AFFF*/
  26. }
  27. .van-tab>view.van-ellipsis{
  28. color:#888;
  29. }
  30. .van-tab--active.van-tab>view.van-ellipsis{
  31. color: #09AFFF;
  32. }
  33. van-dialog .van-button{
  34. color:#09AFFF!important;
  35. }
  36. .van-dialog__message-text{
  37. color:#666;
  38. }
  39. .van-button--info{
  40. background: #09AFFF!important;
  41. border:none!important;
  42. }
  43. .bottom-fixed-btn-wrapper{
  44. position:fixed;
  45. bottom:146rpx;
  46. left:0;
  47. right:28rpx;
  48. left:28rpx;
  49. }
  50. .bottom-fixed-btn-wrapper .van-button{
  51. height: 74rpx;
  52. border:none;
  53. }
  54. .common-btn-wrapper {
  55. margin:0 28rpx 0;
  56. }
  57. .common-btn-wrapper .van-button{
  58. height: 74rpx;
  59. margin:0 0 48rpx 0;
  60. }