C端小程序
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

78 lignes
1.2 KiB

  1. .applyshop {
  2. font-size: 30rpx;
  3. height: 70rpx;
  4. line-height: 70rpx;
  5. color: #333;
  6. text-indent: 1em;
  7. background: #fff;
  8. }
  9. .posi {
  10. position: relative;
  11. width: 100%;
  12. background: #FFF;
  13. }
  14. .posi_logo {
  15. position: relative;
  16. width: 92%;
  17. display: flex;
  18. padding: 20rpx 0;
  19. background: #fff;
  20. z-index: 10;
  21. margin: 0 auto;
  22. }
  23. .posi_logo view:nth-child(1) {
  24. border-radius: 16rpx;
  25. }
  26. .posi_logo view:nth-child(1) image {
  27. display: block;
  28. width: 100rpx;
  29. height: 100rpx;
  30. border-radius: 16rpx;
  31. margin-right: 16rpx;
  32. border: 1px solid #e5e5e5;
  33. }
  34. .name{
  35. font-size: 32rpx;
  36. color: #333;
  37. letter-spacing: 0;
  38. width: 500rpx;
  39. white-space: nowrap;
  40. text-overflow: ellipsis;
  41. overflow: hidden;
  42. }
  43. .posi_logo view:nth-child(2) view:nth-child(1) {
  44. font-size: 32rpx;
  45. color: #333;
  46. letter-spacing: 0;
  47. }
  48. .shopVoList {
  49. display: flex !important;
  50. padding-left: 0 !important;
  51. flex-direction: row !important;
  52. }
  53. .shopVoList text {
  54. font-size: 20rpx !important;
  55. color: #b8b8b8 !important;
  56. }
  57. .bottom{
  58. background: #fff;
  59. color: #666;
  60. text-align: center;
  61. padding: 20rpx 0;
  62. font-size: 32rpx;
  63. }
  64. .tel {
  65. position: absolute;
  66. right: 0;
  67. top: 0;
  68. bottom: 0;
  69. margin: auto;
  70. width: 50rpx;
  71. height: 50rpx;
  72. z-index: 10;
  73. }