金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.9 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <template>
  2. <view>
  3. <lf-nav :spreadOut="false" :showIcon="true" baColor="rgba(0,0,0,0)"></lf-nav>
  4. <view class="shop-head">
  5. <image class="lf-w-100 lf-h-100" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  6. </view>
  7. <view class="shop-title">
  8. <view class="shop-flex">
  9. <view class="shop-img">
  10. <image class="shop-img" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  11. </view>
  12. <view>
  13. <view class="lf-color-black lf-font-36">AIMER MEN爱慕先生</view>
  14. <view class="lf-font-24 lf-color-black">L2</view>
  15. </view>
  16. </view>
  17. <view class="function-total">
  18. <view>
  19. <image class="shop-function" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  20. <view class="lf-font-24 lf-color-333">客服</view>
  21. </view>
  22. <view>
  23. <image class="shop-function" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  24. <view class="lf-font-24 lf-color-333">收藏</view>
  25. </view>
  26. <view>
  27. <image class="shop-function" src="http://k.zol-img.com.cn/dcbbs/16254/a16253094_01000.jpg" mode="aspectFill"></image>
  28. <view class="lf-font-24 lf-color-333">分享</view>
  29. </view>
  30. </view>
  31. </view>
  32. </view>
  33. </template>
  34. <script>
  35. </script>
  36. <style lang="less" scoped>
  37. .shop-head {
  38. width: 100%;
  39. height: 400rpx;
  40. position: relative;
  41. }
  42. .shop-flex {
  43. display: flex;
  44. padding: 30rpx;
  45. }
  46. .shop-title {
  47. width: 686rpx;
  48. height: 274rpx;
  49. border-radius: 20rpx;
  50. background-color: white;
  51. box-shadow: 0rpx 2rpx 8rpx 1rpx rgba(0, 0, 0, 0.1);
  52. margin: 0 auto;
  53. position: relative;
  54. top: -32rpx;
  55. }
  56. .shop-img {
  57. width: 90rpx;
  58. height: 90rpx;
  59. margin-right: 15rpx;
  60. }
  61. .shop-function {
  62. width: 60rpx;
  63. height: 60rpx;
  64. border-radius: 50%;
  65. }
  66. .function-total {
  67. display: flex;
  68. justify-content: space-between;
  69. padding: 0 65rpx 0 65rpx;
  70. }
  71. </style>