Explorar el Código

修改样式

yxb
DESKTOP-2IO5MST\huting hace 1 año
padre
commit
6bdd17d614
Se han modificado 1 ficheros con 1 adiciones y 16 borrados
  1. 1
    16
      subpackage/orders/interestsList.vue

+ 1
- 16
subpackage/orders/interestsList.vue Ver fichero

@@ -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;

Cargando…
Cancelar
Guardar