choisestore.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-1134c006 {
  12. background-color: #f8f6f6;
  13. height: 100%;
  14. }
  15. .stores-wrapper.data-v-1134c006 {
  16. padding-top: 20rpx;
  17. height: 100%;
  18. }
  19. .stores-wrapper .store.data-v-1134c006 {
  20. width: 710rpx;
  21. background: #ffffff;
  22. box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
  23. border-radius: 10rpx;
  24. margin: 0 auto 15rpx;
  25. position: relative;
  26. padding: 25rpx 0 20rpx 20rpx;
  27. }
  28. .stores-wrapper .store .store-logo.data-v-1134c006 {
  29. height: 65rpx;
  30. font-size: 32rpx;
  31. font-weight: bold;
  32. color: #333333;
  33. line-height: 65rpx;
  34. margin-bottom: 20rpx;
  35. position: relative;
  36. }
  37. .stores-wrapper .store .store-logo image.data-v-1134c006 {
  38. width: 65rpx;
  39. height: 65rpx;
  40. border-radius: 50%;
  41. }
  42. .stores-wrapper .store .store-logo .store-name.data-v-1134c006 {
  43. max-width: 500rpx;
  44. display: inline-block;
  45. padding-left: 12rpx;
  46. position: absolute;
  47. top: 0;
  48. }
  49. .stores-wrapper .store .store-base.data-v-1134c006 {
  50. height: 37rpx;
  51. line-height: 37rpx;
  52. font-size: 24rpx;
  53. font-weight: bold;
  54. color: #333333;
  55. }
  56. .stores-wrapper .store .store-base text.data-v-1134c006 {
  57. font-weight: normal;
  58. }
  59. .stores-wrapper .store .store-lv.data-v-1134c006 {
  60. display: inline-block;
  61. padding: 0 10rpx;
  62. height: 40rpx;
  63. background: linear-gradient(-90deg, #dcb876 0%, #eecd92 100%);
  64. border-radius: 5rpx;
  65. text-align: center;
  66. line-height: 40rpx;
  67. color: #fff;
  68. font-size: 23rpx;
  69. position: absolute;
  70. right: 20rpx;
  71. top: 38rpx;
  72. }
  73. .stores-wrapper .store .store-can.data-v-1134c006 {
  74. width: 113rpx;
  75. height: 44rpx;
  76. border: 2px solid #901b21;
  77. border-radius: 5rpx;
  78. font-size: 23rpx;
  79. text-align: center;
  80. line-height: 44rpx;
  81. font-weight: 500;
  82. color: #901b21;
  83. position: absolute;
  84. right: 20rpx;
  85. bottom: 25rpx;
  86. }
  87. .tocall.data-v-1134c006 {
  88. position: absolute;
  89. right: 25rpx;
  90. bottom: 50rpx;
  91. height: 50rpx;
  92. width: 50rpx;
  93. border-radius: 25rpx;
  94. color: #fff;
  95. font-size: 28rpx;
  96. justify-content: center;
  97. line-height: 50rpx;
  98. }
  99. .tocall image.data-v-1134c006 {
  100. width: 32rpx;
  101. height: 32rpx;
  102. }
  103. .todh.data-v-1134c006 {
  104. position: absolute;
  105. right: 100rpx;
  106. bottom: 50rpx;
  107. height: 50rpx;
  108. width: 50rpx;
  109. border-radius: 25rpx;
  110. color: #fff;
  111. font-size: 28rpx;
  112. justify-content: center;
  113. line-height: 50rpx;
  114. }
  115. .todh image.data-v-1134c006 {
  116. width: 32rpx;
  117. height: 32rpx;
  118. }