调整图片
This commit is contained in:
@@ -1388,7 +1388,7 @@ export default {
|
||||
margin-left: 18rpx;
|
||||
}
|
||||
|
||||
::v-deep.sx-address-picker__list-tab {
|
||||
/deep/.sx-address-picker__list-tab {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@@ -1400,7 +1400,7 @@ export default {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
::v-deep.uni-easyinput__content {
|
||||
/deep/.uni-easyinput__content {
|
||||
background-color: #f5f5f5 !important;
|
||||
border-color: #f5f5f5 !important;
|
||||
}
|
||||
@@ -1435,15 +1435,15 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.is-input-error-border .uni-easyinput__placeholder-class {
|
||||
/deep/.is-input-error-border .uni-easyinput__placeholder-class {
|
||||
color: #999 !important;
|
||||
}
|
||||
|
||||
::v-deep.uni-easyinput-error {
|
||||
/deep/.uni-easyinput-error {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
::v-deep.uni-forms-item .is-required {
|
||||
/deep/.uni-forms-item .is-required {
|
||||
margin-right: 10rpx !important;
|
||||
padding-top: 10rpx !important;
|
||||
}
|
||||
|
||||
@@ -794,7 +794,7 @@ export default {
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import "@/style/mixin.scss";
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
// border-bottom: none;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
|
||||
@@ -200,7 +200,7 @@ export default {
|
||||
.popup_content {
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
// border-bottom: none;
|
||||
|
||||
border: none !important;
|
||||
@@ -213,10 +213,10 @@ export default {
|
||||
max-height: 90vh;
|
||||
}
|
||||
}
|
||||
::v-deep.u-popup__content {
|
||||
/deep/.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
::v-deep.u-popup__content__close {
|
||||
/deep/.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
.title_box {
|
||||
|
||||
@@ -377,7 +377,7 @@ export default {
|
||||
.tabsStyle {
|
||||
box-shadow: 0 2rpx 6rpx 0 rgba(153, 153, 153, 0.2);
|
||||
|
||||
::v-deep {
|
||||
/deep/ {
|
||||
.u-tabs {
|
||||
box-shadow: 0px 4px 6px 0 rgba(153, 153, 153, 0.2);
|
||||
}
|
||||
|
||||
@@ -251,7 +251,7 @@ export default {
|
||||
border-color: #fd6004;
|
||||
}
|
||||
|
||||
::v-deep .u-cell__body {
|
||||
/deep/ .u-cell__body {
|
||||
padding-top: 0 !important ;
|
||||
padding-bottom: 0 !important ;
|
||||
z-index: 10 !important ;
|
||||
@@ -261,12 +261,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep .u-collapse-item__content__text {
|
||||
/deep/ .u-collapse-item__content__text {
|
||||
padding: 10rpx 20rpx !important;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
::v-deep.itemCouponClass {
|
||||
/deep/.itemCouponClass {
|
||||
min-height: 180rpx !important;
|
||||
.bottombg {
|
||||
.title {
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
<image
|
||||
lazy-load
|
||||
:src="defaultUrl ? defaultUrl : item[imgUrl]"
|
||||
:mode="imgMode ? imgMode : 'aspectFil'"
|
||||
class="book_image"
|
||||
></image>
|
||||
<view :class="['titleItem', 'common_curriculum_item']">
|
||||
@@ -67,8 +66,7 @@ export default {
|
||||
},
|
||||
onLoad() {},
|
||||
onHide() {
|
||||
// this.showSearchList = false
|
||||
// this.searchList = []
|
||||
|
||||
},
|
||||
computed: {
|
||||
...mapState(["userInfo"]),
|
||||
@@ -90,16 +88,14 @@ export default {
|
||||
<style lang="scss" scoped>
|
||||
.list_item {
|
||||
width: 100%;
|
||||
// padding: 20rpx 30rpx;
|
||||
box-sizing: border-box;
|
||||
font-size: 30rpx;
|
||||
// border-bottom: 1rpx solid #e0e0e0;
|
||||
position: relative;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.scroll-view-item:nth-child(2n-1) {
|
||||
// background-color: #f5f5f5 !important;
|
||||
|
||||
}
|
||||
|
||||
.rightArrow {
|
||||
@@ -119,19 +115,12 @@ export default {
|
||||
}
|
||||
|
||||
.scroll-view-item {
|
||||
// height: 300rpx;
|
||||
// line-height: 300rpx;
|
||||
// text-align: center;
|
||||
// font-size: 36rpx;
|
||||
|
||||
}
|
||||
|
||||
.scroll-view-item_H {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
// height: 300rpx;
|
||||
// line-height: 300rpx;
|
||||
// text-align: center;
|
||||
// font-size: 36rpx;
|
||||
}
|
||||
|
||||
.titleItem {
|
||||
@@ -139,25 +128,17 @@ export default {
|
||||
}
|
||||
|
||||
.common_curriculum_list {
|
||||
// width: 100%;
|
||||
// display: flex;
|
||||
// overflow: hidden;
|
||||
// height: auto;
|
||||
// padding: 24rpx 19rpx 5rpx;
|
||||
// box-sizing: border-box;
|
||||
|
||||
.content_item {
|
||||
// float: left;
|
||||
display: inline-block;
|
||||
width: 49% !important;
|
||||
|
||||
margin-bottom: 30rpx;
|
||||
width: 326rpx !important;
|
||||
margin-bottom: 20rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.book_image {
|
||||
width: 100% !important;
|
||||
height: 146rpx;
|
||||
height: 220rpx;
|
||||
border-radius: 10rpx;
|
||||
margin-bottom: 10rpx;
|
||||
background-color: #f5f5f5;
|
||||
@@ -174,7 +155,7 @@ export default {
|
||||
}
|
||||
|
||||
.content_item:nth-child(2n) {
|
||||
// float: right !important;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -128,7 +128,7 @@ export default {
|
||||
.titleItem {
|
||||
width: calc(100% - 30rpx);
|
||||
}
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
.list_item:last-child {
|
||||
|
||||
@@ -147,11 +147,9 @@ export default {
|
||||
|
||||
.titleItem {
|
||||
width: calc(100%) !important;
|
||||
// display: block !important;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -1966,11 +1966,11 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
::v-deep.titleItem {
|
||||
/deep/.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -2037,7 +2037,7 @@ export default {
|
||||
// .common_curriculum_list{
|
||||
|
||||
// }
|
||||
::v-deep.common_curriculum_list {
|
||||
/deep/.common_curriculum_list {
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
|
||||
@@ -2073,7 +2073,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.common_section {
|
||||
/deep/.common_section {
|
||||
padding: 0 !important;
|
||||
padding-bottom: 20rpx !important;
|
||||
}
|
||||
@@ -2179,7 +2179,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.goods_nav_box {
|
||||
/deep/.goods_nav_box {
|
||||
.left {
|
||||
margin-top: -10rpx;
|
||||
width: calc(100% - 220rpx);
|
||||
@@ -2255,7 +2255,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.pay_item:nth-last-child(1) {
|
||||
/deep/.pay_item:nth-last-child(1) {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -279,7 +279,7 @@ export default {
|
||||
.rich_box {
|
||||
padding: 20rpx;
|
||||
box-sizing: border-box;
|
||||
::v-deep img {
|
||||
/deep/ img {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
@@ -327,7 +327,7 @@ export default {
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 10rpx 0 !important;
|
||||
padding-right: 0 !important;
|
||||
@@ -409,7 +409,7 @@ export default {
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
// border-bottom: none;
|
||||
|
||||
border: none !important;
|
||||
@@ -425,11 +425,11 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
::v-deep.u-popup__content {
|
||||
/deep/.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
::v-deep.u-popup__content__close {
|
||||
/deep/.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
|
||||
@@ -283,7 +283,7 @@ export default {
|
||||
border: 2rpx solid $themeColor;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
// border-bottom: none;
|
||||
padding: 10rpx 0 !important;
|
||||
padding-right: 0 !important;
|
||||
@@ -358,7 +358,7 @@ export default {
|
||||
.popup_content {
|
||||
padding-bottom: 140rpx;
|
||||
}
|
||||
::v-deep.list_item {
|
||||
/deep/.list_item {
|
||||
// border-bottom: none;
|
||||
|
||||
border: none !important;
|
||||
@@ -373,10 +373,10 @@ export default {
|
||||
// margin: 0 auto;
|
||||
}
|
||||
}
|
||||
::v-deep.u-popup__content {
|
||||
/deep/.u-popup__content {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
::v-deep.u-popup__content__close {
|
||||
/deep/.u-popup__content__close {
|
||||
color: #fff !important;
|
||||
}
|
||||
.title_box {
|
||||
|
||||
@@ -645,7 +645,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
::v-deep.pause {
|
||||
/deep/.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -1102,7 +1102,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
::v-deep.pause {
|
||||
/deep/.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -359,7 +359,7 @@ export default {
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
::v-deep.pause {
|
||||
/deep/.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
@@ -1110,7 +1110,7 @@ if(this.platform == 'ios'){
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
|
||||
::v-deep.pause {
|
||||
/deep/.pause {
|
||||
width: 60rpx !important;
|
||||
height: 60rpx !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user