@@ -94,10 +94,10 @@
margin-bottom: 130rpx;
}
-/deep/ .u-code-input__item{
+::v-deep .u-code-input__item{
flex-grow: 1;
-/deep/ .u-button{
+::v-deep .u-button{
margin-top: 80rpx;
width: 80%!important;
@@ -248,7 +248,7 @@ page{
color: #303133;
.right{
position: relative;
- /deep/ .u-upload{
+ ::v-deep .u-upload{
position: absolute;
left: 0;
top: 0;
@@ -487,7 +487,7 @@
.full-btn{
margin-top: 100rpx;
-/deep/ .u-popup__content{
+::v-deep .u-popup__content{
overflow: hidden;
border-radius: 8rpx;
@@ -220,7 +220,7 @@ page{
.customize{
margin-bottom: 50rpx;
&.active{
- /deep/ .u-input{
+ ::v-deep .u-input{
border-color: #3B49BF!important;
@@ -224,7 +224,7 @@ page{
<style lang="scss" scoped>
.page-wrap{
text-align: center;
- /deep/ .u-code-input__item{
+ ::v-deep .u-code-input__item{
flex-grow: 1!important;
@@ -125,7 +125,7 @@ export default {
transform: scale(1.5) translateY(-0.5em);
-.tabbar /deep/ .u-tabbar-item{
+.tabbar ::v-deep .u-tabbar-item{
height: 100rpx;
</style>
@@ -698,11 +698,11 @@
.list {
- /deep/ .u-radio-group {
+ ::v-deep .u-radio-group {
flex-wrap: wrap;
- /deep/ .u-checkbox-group {
+ ::v-deep .u-checkbox-group {
@@ -842,7 +842,7 @@
text-align: right;
font-size: 28rpx;
width: auto;
flex: 1;
@@ -137,7 +137,7 @@ $pagegap:32rpx;
.search-wrap{
background-color: #EF2121;
- /deep/ .u-search__action{
+ ::v-deep .u-search__action{
color: #fff;
@@ -30,7 +30,7 @@ $pagegap:32rpx;
font-weight: bold;
color: #2D2D2D;
- /deep/ .u-icon{
+ ::v-deep .u-icon{
top: 5rpx;
margin-left: 8rpx;