|
|
@@ -1,5 +1,5 @@ |
|
|
|
<template> |
|
|
|
<view class="content"> |
|
|
|
<view class="content" style="padding-top: 12rpx;overflow: hidden;"> |
|
|
|
<view @click="addInterestsList(item)" class="ul-item" v-for="(item, index) in state.list" :key="index"> |
|
|
|
<image style="width: 100%; height: 170rpx; border-radius: 20rpx" |
|
|
|
:src="`${$imgUrl}applyCard/product-bg.png`"></image> |
|
|
@@ -198,17 +198,6 @@ |
|
|
|
</script> |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
.button { |
|
|
|
height: 80rpx; |
|
|
|
background: linear-gradient(-90deg, #43a1e0 0%, #13e7c1 100%); |
|
|
|
border-radius: 40rpx; |
|
|
|
font-size: 32rpx; |
|
|
|
font-weight: 400; |
|
|
|
color: #ffffff; |
|
|
|
line-height: 80rpx; |
|
|
|
margin: 20rpx; |
|
|
|
} |
|
|
|
|
|
|
|
.imageDefault { |
|
|
|
height: 40rpx; |
|
|
|
width: 40rpx; |
|
|
@@ -262,10 +251,6 @@ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
|
|
|
|
checkbox { |
|
|
|
transform: scale(0.8); |
|
|
|
} |
|
|
|
|
|
|
|
.ul-item { |
|
|
|
padding: 5px 20rpx; |
|
|
|
display: flex; |