trainingClass.wxss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. .shop-page.data-v-45295f18 {
  21. display: -webkit-box;
  22. display: -webkit-flex;
  23. display: flex;
  24. -webkit-box-orient: vertical;
  25. -webkit-box-direction: normal;
  26. -webkit-flex-direction: column;
  27. flex-direction: column;
  28. background-color: #f9fbfc;
  29. }
  30. .shop-page .under-bar.data-v-45295f18 {
  31. position: fixed;
  32. bottom: 0;
  33. padding: 0 20rpx;
  34. display: -webkit-box;
  35. display: -webkit-flex;
  36. display: flex;
  37. -webkit-flex-shrink: 0;
  38. flex-shrink: 0;
  39. -webkit-box-pack: end;
  40. -webkit-justify-content: flex-end;
  41. justify-content: flex-end;
  42. -webkit-box-align: center;
  43. -webkit-align-items: center;
  44. align-items: center;
  45. width: 100%;
  46. height: 100rpx;
  47. background-color: #fff;
  48. }
  49. .shop-page .shop-list.data-v-45295f18 {
  50. margin-top: 20rpx;
  51. -webkit-box-flex: 1;
  52. -webkit-flex: 1;
  53. flex: 1;
  54. padding-bottom: 100rpx;
  55. }
  56. .shop-page .shop-list .shop-item.data-v-45295f18 {
  57. margin-bottom: 20rpx;
  58. padding: 30rpx;
  59. display: -webkit-box;
  60. display: -webkit-flex;
  61. display: flex;
  62. -webkit-box-align: center;
  63. -webkit-align-items: center;
  64. align-items: center;
  65. box-shadow: 0rpx 1rpx 0rpx 0rpx #eeeeee;
  66. background-color: #fff;
  67. }
  68. .shop-page .shop-list .shop-item .avatar.data-v-45295f18 {
  69. width: 120rpx;
  70. height: 120rpx;
  71. }
  72. .shop-page .shop-list .shop-item .avatar image.data-v-45295f18 {
  73. width: 100%;
  74. height: 100%;
  75. background-color: #eee;
  76. }
  77. .shop-page .shop-list .shop-item .info.data-v-45295f18 {
  78. -webkit-box-flex: 1;
  79. -webkit-flex: 1;
  80. flex: 1;
  81. margin: 0 20rpx;
  82. }
  83. .shop-page .shop-list .shop-item .info .info-name.data-v-45295f18 {
  84. font-size: 28rpx;
  85. font-family: PingFang SC;
  86. font-weight: 400;
  87. color: #333333;
  88. }
  89. .shop-page .shop-list .shop-item .info .info-address.data-v-45295f18 {
  90. margin-top: 15rpx;
  91. font-size: 30rpx;
  92. font-weight: 600;
  93. color: #333333;
  94. }
  95. .shop-page .shop-list .shop-item .edit.data-v-45295f18 {
  96. display: -webkit-box;
  97. display: -webkit-flex;
  98. display: flex;
  99. -webkit-box-align: center;
  100. -webkit-align-items: center;
  101. align-items: center;
  102. -webkit-justify-content: space-around;
  103. justify-content: space-around;
  104. -webkit-flex-shrink: 0;
  105. flex-shrink: 0;
  106. }
  107. .shop-page .shop-list .shop-item .edit .iconfont.data-v-45295f18 {
  108. margin: 0 20rpx;
  109. }
  110. .shop-page .shop-list .shop-item .edit .iconshoukuanma1.data-v-45295f18 {
  111. font-size: 40rpx;
  112. color: #3385FF;
  113. }
  114. .shop-page .shop-list .shop-item .edit .iconbianji.data-v-45295f18 {
  115. font-size: 40rpx;
  116. }
  117. .shop-page .shop-list .shop-item .edit .iconshanchu1.data-v-45295f18 {
  118. font-size: 40rpx;
  119. }