Shoppings

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:background="#fff"
    android:orientation="vertical"
    android:layout_height="match_parent">
<RelativeLayout
    android:id="@+id/rel"
    android:layout_width="match_parent"
    android:layout_height="60dp">
    <ImageView
        android:id="@+id/myshop_head_back"
        android:layout_centerVertical="true"
        android:src="@mipmap/back"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    <TextView
        android:layout_centerInParent="true"

        android:textColor="#000"
        android:textSize="16dp"
        android:text="商品详情"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
</RelativeLayout>
    <TextView
        android:id="@+id/texrel"
        android:layout_below="@+id/rel"
        android:background="#ccc"
        android:layout_width="match_parent"
        android:layout_height="1dp" />

    <ImageView
        android:id="@+id/myshop_body_img"
        android:layout_below="@+id/texrel"
        android:src="@mipmap/ic_launcher"
        android:layout_width="match_parent"
        android:layout_height="300dp" />
    <RelativeLayout

        android:layout_below="@+id/myshop_body_img"
        android:layout_width="match_parent"
        android:layout_height="wrap_content">
        <TextView
            android:layout_marginLeft="10dp"
            android:textSize="16dp"
            android:layout_marginTop="10dp"
            android:textColor="#000"
            android:text="标题aaaa"
            android:id="@+id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
        <TextView
            android:layout_marginLeft="10dp"
            android:textSize="14dp"
            android:textColor="#f00"
            android:layout_below="@+id/title"
            android:layout_marginTop="10dp"

            android:text="subheadaaaa"
            android:id="@+id/subhead"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content" />
        <RelativeLayout
            android:layout_marginTop="10dp"
            android:layout_below="@+id/subhead"
            android:layout_width="match_parent"
            android:layout_height="wrap_content">
            <TextView
                android:layout_marginLeft="10dp"
                android:textSize="18dp"
                android:textColor="#f00"
                android:textStyle="bold"
                android:layout_marginTop="10dp"
                 android:layout_centerVertical="true"
                android:text="subheadaaaa"
                android:id="@+id/myshop_body_price"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />
            <Button
                android:background="@drawable/shapes3"
                android:textSize="13dp"
                android:text="降价通知"
                android:layout_alignParentRight="true"
                android:layout_marginRight="10dp"
                android:layout_width="100dp"
                android:layout_height="30dp" />

        </RelativeLayout>
    </RelativeLayout>
    <LinearLayout
        android:layout_alignParentBottom="true"
        android:background="#fff"
        android:layout_width="match_parent"
        android:layout_height="50dp">
        <RelativeLayout
            android:orientation="vertical"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="wrap_content">
            <ImageView
                android:layout_marginTop="5dp"
                android:id="@+id/img1"
                android:layout_centerHorizontal="true"
                android:src="@mipmap/lianximaijia"
                android:layout_width="30dp"
                android:layout_height="30dp" />
            <TextView
                android:layout_marginTop="2dp"
                android:textSize="10dp"
                android:text="联系卖家"
                android:layout_below="@+id/img1"
                android:layout_centerHorizontal="true"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />
        </RelativeLayout>
      
        <RelativeLayout
            android:orientation="vertical"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="wrap_content">
            <ImageView
                android:layout_marginTop="5dp"
                android:id="@+id/img2"
                android:layout_centerHorizontal="true"
                android:src="@mipmap/dianpu"
                android:layout_width="30dp"
                android:layout_height="30dp" />
            <TextView
                android:layout_marginTop="2dp"
                android:textSize="10dp"
                android:text="店铺"
                android:layout_below="@+id/img2"
                android:layout_centerHorizontal="true"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />
        </RelativeLayout>
        <RelativeLayout
            android:orientation="vertical"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="wrap_content">
            <ImageView
                android:layout_marginTop="5dp"
                android:id="@+id/img3"
                android:layout_centerHorizontal="true"
                android:src="@mipmap/guanzhu"
                android:layout_width="30dp"
                android:layout_height="30dp" />
            <TextView
                android:layout_marginTop="2dp"
                android:textSize="10dp"
                android:text="关注"
                android:layout_below="@+id/img3"
                android:layout_centerHorizontal="true"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />
        </RelativeLayout>
        <RelativeLayout
            android:id="@+id/myshop_mygou"
            android:orientation="vertical"
            android:layout_width="0dp"
            android:layout_weight="1"
            android:layout_height="wrap_content">
            <ImageView
                android:layout_marginTop="5dp"
                android:id="@+id/img4"
                android:layout_centerHorizontal="true"
                android:src="@mipmap/gouwuche3"
                android:layout_width="30dp"
                android:layout_height="30dp" />
            <TextView
                android:layout_marginTop="2dp"
                android:textSize="10dp"
                android:text="购物车"
                android:layout_below="@+id/img4"
                android:layout_centerHorizontal="true"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />

        </RelativeLayout>
        <Button
            android:id="@+id/myshop_btn"
            android:layout_weight="3"
            android:textColor="#fff"
            android:background="#f00"
            android:text="加入购物车"
            android:layout_width="0dp"
            android:layout_height="match_parent" />
    </LinearLayout>
</RelativeLayout>

<script> import GithubCorner from '@/components/GithubCorner' import PanelGroup from './components/PanelGroup' import LineChart from './components/LineChart' import RaddarChart from './components/RaddarChart' import PieChart from './components/PieChart' import BarChart from './components/BarChart' import TransactionTable from './components/TransactionTable' import TodoList from './components/TodoList' import BoxCard from './components/BoxCard' import SRChart from './components/SRChart' import IfComponent from './components/IfComponent.vue' const lineChartData = { newVisitis: { expectedData: [100, 120, 161, 134, 105, 160, 165], actualData: [100, 82, 91, 154, 162, 140, 145] }, messages: { expectedData: [200, 192, 120, 144, 160, 130, 140], actualData: [180, 160, 151, 106, 145, 150, 130] }, purchases: { expectedData: [80, 100, 121, 104, 105, 90, 100], actualData: [120, 90, 100, 138, 142, 130, 130] }, shoppings: { expectedData: [130, 140, 141, 142, 145, 150, 160], actualData: [120, 82, 91, 154, 162, 140, 130] } } const SRChartData = { newVisitis: { expectedData: [100, 120, 161, 134, 105], actualData: [1000, 82, 91, 154, 162] }, messages: { expectedData: [2000, 192, 120, 144, 160], actualData: [180, 160, 151, 106, 145] }, purchases: { expectedData: [80, 100, 121, 104, 105], actualData: [1200, 90, 100, 138, 142] }, shoppings: { expectedData: [130, 140, 141, 142, 145], actualData: [1200, 82, 91, 154, 162] } } export default { name: 'DashboardAdmin', components: { GithubCorner, PanelGroup, LineChart, SRChart, RaddarChart, PieChart, BarChart, TransactionTable, TodoList, BoxCard, ifComponent }, data() { return { SRChartData: SRChartData.newVisitis, lineChartData: lineChartData.newVisitis, showPanelGroup: false, ifComponent:ifCompoent, } }, methods: { handleSetSRChartData(type) { this.SRChartData = SRChartData[type], this.lineChartData = lineChartData[type] } } } </script>
最新发布
06-02
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值