yurong/.svn/pristine/ef/efc580fb2828677d71e6e35939b...

49 lines
1.4 KiB
Plaintext

<template>
<view class="pl-20 pr-20">
<view class="tct h-244 lh-244 fs-64">
<text class="fs-44">¥</text>120.20</view>
<radio-group class="bgff br-20 pl-40 pr-40">
<label class="rowsb h-132 rowsm" style="border-bottom: 2rpx solid #f1f1f1;">
<view class="rows rowsm fs-28">
<image src="/static/yinlian.png" class="w-60 h-60"></image>
<text class="pl-20">工分(¥8956.23)</text>
</view>
<radio checked color="#fa3326" style="transform: scale(.8);"></radio>
</label>
<label class="rowsb h-132 rowsm" style="border-bottom: 2rpx solid #f1f1f1;">
<view class="rows rowsm fs-28">
<image src="/static/mv_aidfguiasd.png" class="w-60 h-60"></image>
<text class="pl-20">微信</text>
</view>
<radio color="#fa3326" style="transform: scale(.8);"></radio>
</label>
<label class="rowsb h-132 rowsm">
<view class="rows rowsm fs-28">
<image src="/static/zhifub.png" class="w-60 h-60"></image>
<text class="pl-20">支付宝</text>
</view>
<radio color="#fa3326" style="transform: scale(.8);"></radio>
</label>
</radio-group>
<view class="w-690 h-98 br-50 bg ml-10 rowsc rowsm colfff fs-30 fixed" style="bottom: 50rpx;">立即付款</view>
</view>
</template>
<script>
export default {
data() {
return {
}
},
methods: {
}
}
</script>
<style lang="scss">
page {
background: #f7f6fa;
}
</style>