替换了deep
This commit is contained in:
parent
88efe4d53a
commit
a817bc2891
@ -60,7 +60,7 @@
|
|||||||
.reply{
|
.reply{
|
||||||
padding-top: 28px;
|
padding-top: 28px;
|
||||||
border-top: 1px solid #ededed;
|
border-top: 1px solid #ededed;
|
||||||
::v-deep .ant-input{
|
::v-deep() .ant-input{
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
.send{
|
.send{
|
||||||
|
@ -89,10 +89,10 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.about /deep/ .nav-bottom /deep/ .nav-container{
|
.about ::v-deep() .nav-bottom ::v-deep() .nav-container{
|
||||||
color:white!important
|
color:white!important
|
||||||
}
|
}
|
||||||
.about /deep/ .nav-bottom /deep/ .copyright{
|
.about ::v-deep() .nav-bottom ::v-deep() .copyright{
|
||||||
color:white!important
|
color:white!important
|
||||||
}
|
}
|
||||||
.about {
|
.about {
|
||||||
|
@ -199,10 +199,10 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.login /deep/ .ant-select-selection {
|
.login ::v-deep() .ant-select-selection {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-input {
|
.login ::v-deep() .ant-input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.ant-input:focus {
|
.ant-input:focus {
|
||||||
@ -210,10 +210,10 @@ export default defineComponent({
|
|||||||
border-bottom: 1px solid white !important;
|
border-bottom: 1px solid white !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-form-item-label {
|
.login ::v-deep() .ant-form-item-label {
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-form-item /deep/ label {
|
.login ::v-deep() .ant-form-item ::v-deep() label {
|
||||||
color: #0dbba4;
|
color: #0dbba4;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
|
@ -165,10 +165,10 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.login /deep/ .ant-select-selection {
|
.login ::v-deep() .ant-select-selection {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-input {
|
.login ::v-deep() .ant-input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.ant-input:focus {
|
.ant-input:focus {
|
||||||
@ -176,10 +176,10 @@ export default defineComponent({
|
|||||||
border-bottom: 1px solid white !important;
|
border-bottom: 1px solid white !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-form-item-label {
|
.login ::v-deep() .ant-form-item-label {
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-form-item /deep/ label {
|
.login ::v-deep() .ant-form-item ::v-deep() label {
|
||||||
color: #0dbba4;
|
color: #0dbba4;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
|
@ -191,10 +191,10 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.login /deep/ .ant-select-selection {
|
.login ::v-deep() .ant-select-selection {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-input {
|
.login ::v-deep() .ant-input {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.ant-input:focus {
|
.ant-input:focus {
|
||||||
@ -202,10 +202,10 @@ export default defineComponent({
|
|||||||
border-bottom: 1px solid white !important;
|
border-bottom: 1px solid white !important;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-form-item-label {
|
.login ::v-deep() .ant-form-item-label {
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
}
|
}
|
||||||
.login /deep/ .ant-form-item /deep/ label {
|
.login ::v-deep() .ant-form-item ::v-deep() label {
|
||||||
color: #0dbba4;
|
color: #0dbba4;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
left: 1px;
|
left: 1px;
|
||||||
|
@ -183,19 +183,19 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.cashout /deep/ .ant-breadcrumb > span:last-child {
|
.cashout ::v-deep() .ant-breadcrumb > span:last-child {
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
}
|
}
|
||||||
.cashout /deep/ .ant-radio-wrapper {
|
.cashout ::v-deep() .ant-radio-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.cashout /deep/ .ant-radio-checked /deep/ .ant-radio-inner {
|
.cashout ::v-deep() .ant-radio-checked ::v-deep() .ant-radio-inner {
|
||||||
border-color: #08ae98 !important;
|
border-color: #08ae98 !important;
|
||||||
}
|
}
|
||||||
.cashout /deep/ .ant-radio-inner::after {
|
.cashout ::v-deep() .ant-radio-inner::after {
|
||||||
background: #08ae98 !important;
|
background: #08ae98 !important;
|
||||||
}
|
}
|
||||||
.cashout /deep/ .ant-radio {
|
.cashout ::v-deep() .ant-radio {
|
||||||
// top: 43px;
|
// top: 43px;
|
||||||
}
|
}
|
||||||
.cashout {
|
.cashout {
|
||||||
|
@ -496,7 +496,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
.main-container {
|
.main-container {
|
||||||
margin-left: 17px;
|
margin-left: 17px;
|
||||||
::v-deep .input-box {
|
::v-deep() .input-box {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 28px;
|
margin-bottom: 28px;
|
||||||
@ -602,7 +602,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
::v-deep .modal-dialog {
|
::v-deep() .modal-dialog {
|
||||||
.close {
|
.close {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
@ -100,13 +100,13 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.cashout /deep/ .ant-breadcrumb > span:last-child {
|
.cashout ::v-deep() .ant-breadcrumb > span:last-child {
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
}
|
}
|
||||||
.cashout /deep/ .ant-radio-wrapper {
|
.cashout ::v-deep() .ant-radio-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
.cashout /deep/ .ant-radio {
|
.cashout ::v-deep() .ant-radio {
|
||||||
top: 43px;
|
top: 43px;
|
||||||
}
|
}
|
||||||
.cashout {
|
.cashout {
|
||||||
|
@ -80,7 +80,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.transaction /deep/ .ant-breadcrumb > span:last-child {
|
.transaction ::v-deep() .ant-breadcrumb > span:last-child {
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
}
|
}
|
||||||
.transaction{
|
.transaction{
|
||||||
|
@ -156,7 +156,7 @@ export default defineComponent({
|
|||||||
padding: 46px;
|
padding: 46px;
|
||||||
border-radius: 17px;
|
border-radius: 17px;
|
||||||
position: relative;
|
position: relative;
|
||||||
::v-deep .ant-form {
|
::v-deep() .ant-form {
|
||||||
.title {
|
.title {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -202,7 +202,7 @@ export default defineComponent({
|
|||||||
padding: 46px;
|
padding: 46px;
|
||||||
border-radius: 17px;
|
border-radius: 17px;
|
||||||
position: relative;
|
position: relative;
|
||||||
::v-deep .ant-form {
|
::v-deep() .ant-form {
|
||||||
.title {
|
.title {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@ -322,7 +322,7 @@ export default defineComponent({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.modal-container {
|
.modal-container {
|
||||||
::v-deep .modal-dialog {
|
::v-deep() .modal-dialog {
|
||||||
.close {
|
.close {
|
||||||
width: 14px;
|
width: 14px;
|
||||||
height: 14px;
|
height: 14px;
|
||||||
|
@ -96,7 +96,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.transaction /deep/ .ant-breadcrumb > span:last-child {
|
.transaction ::v-deep() .ant-breadcrumb > span:last-child {
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
}
|
}
|
||||||
.transaction{
|
.transaction{
|
||||||
|
@ -61,7 +61,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.transaction /deep/ .ant-breadcrumb > span:last-child {
|
.transaction ::v-deep() .ant-breadcrumb > span:last-child {
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
}
|
}
|
||||||
.transaction{
|
.transaction{
|
||||||
|
@ -231,7 +231,7 @@ export default defineComponent({
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.wallet /deep/ .ant-breadcrumb > span:last-child {
|
.wallet ::v-deep() .ant-breadcrumb > span:last-child {
|
||||||
color: #08ae98;
|
color: #08ae98;
|
||||||
}
|
}
|
||||||
.wallet {
|
.wallet {
|
||||||
|
@ -111,13 +111,13 @@
|
|||||||
bottom: 114px;
|
bottom: 114px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
::v-deep .ant-pagination-next > .ant-pagination-item-link, ::v-deep .ant-pagination-prev > .ant-pagination-item-link, ::v-deep .ant-pagination-item, ::v-deep .ant-pagination-jump-next-custom-icon, ::v-deep .ant-pagination-jump-prev-custom-icon{
|
::v-deep() .ant-pagination-next > .ant-pagination-item-link, ::v-deep() .ant-pagination-prev > .ant-pagination-item-link, ::v-deep() .ant-pagination-item, ::v-deep() .ant-pagination-jump-next-custom-icon, ::v-deep() .ant-pagination-jump-prev-custom-icon{
|
||||||
border: 1px solid #08AE98;
|
border: 1px solid #08AE98;
|
||||||
}
|
}
|
||||||
::v-deep .ant-pagination-item-active a{
|
::v-deep() .ant-pagination-item-active a{
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
::v-deep .ant-pagination-item-active{
|
::v-deep() .ant-pagination-item-active{
|
||||||
background-color: #08AE98;
|
background-color: #08AE98;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user