feat(sqszx202): configure integral mall deployment
This commit is contained in:
@@ -274,10 +274,98 @@
|
||||
}
|
||||
|
||||
// #endif
|
||||
view {
|
||||
view,
|
||||
v-uni-view {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
/* H5 build emits v-uni-* tags; give them the same base layout as uni-* tags. */
|
||||
v-uni-view,
|
||||
v-uni-scroll-view,
|
||||
v-uni-swiper,
|
||||
v-uni-picker,
|
||||
v-uni-form,
|
||||
v-uni-label {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
v-uni-view[hidden],
|
||||
v-uni-image[hidden],
|
||||
v-uni-scroll-view[hidden],
|
||||
v-uni-swiper[hidden],
|
||||
v-uni-swiper-item[hidden],
|
||||
v-uni-text[hidden],
|
||||
v-uni-button[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
v-uni-text {
|
||||
display: inline;
|
||||
box-sizing: border-box;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
v-uni-image {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
box-sizing: border-box;
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
v-uni-image > div,
|
||||
v-uni-image > img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
v-uni-image > div {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
v-uni-scroll-view {
|
||||
position: relative;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
v-uni-scroll-view[scroll-x],
|
||||
v-uni-scroll-view[scroll-y] {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
v-uni-swiper {
|
||||
position: relative;
|
||||
height: 150px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
v-uni-swiper-item {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
v-uni-button {
|
||||
position: relative;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
padding-left: 14px;
|
||||
padding-right: 14px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
line-height: 2.55555556;
|
||||
border-radius: 5px;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.bg-color-red {
|
||||
background-color: #E93323;
|
||||
}
|
||||
@@ -300,4 +388,4 @@
|
||||
height: 0;
|
||||
color: transparent;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user