tijiao
This commit is contained in:
@@ -1966,11 +1966,11 @@ export default {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/deep/.titleItem {
|
||||
::v-deep.titleItem {
|
||||
// width: calc(100% - 120rpx) !important;
|
||||
}
|
||||
|
||||
/deep/.scroll-view-item:nth-child(2n-1) {
|
||||
::v-deep.scroll-view-item:nth-child(2n-1) {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@@ -2037,7 +2037,7 @@ export default {
|
||||
// .common_curriculum_list{
|
||||
|
||||
// }
|
||||
/deep/.common_curriculum_list {
|
||||
::v-deep.common_curriculum_list {
|
||||
margin-top: 20rpx;
|
||||
padding: 20rpx 20rpx 20rpx;
|
||||
|
||||
@@ -2073,7 +2073,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.common_section {
|
||||
::v-deep.common_section {
|
||||
padding: 0 !important;
|
||||
padding-bottom: 20rpx !important;
|
||||
}
|
||||
@@ -2179,7 +2179,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.goods_nav_box {
|
||||
::v-deep.goods_nav_box {
|
||||
.left {
|
||||
margin-top: -10rpx;
|
||||
width: calc(100% - 220rpx);
|
||||
@@ -2255,7 +2255,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
/deep/.pay_item:nth-last-child(1) {
|
||||
::v-deep.pay_item:nth-last-child(1) {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user