Commit b51a1eb2 by linjinhong

Merge branch 'feature_overseas-supply' of…

Merge branch 'feature_overseas-supply' of http://47.122.114.111:9999/qinjianhui/factory_front into feature_overseas-supply
parents cb492464 a4fbb48d
...@@ -6646,12 +6646,29 @@ useRouter().beforeEach((to, from, next) => { ...@@ -6646,12 +6646,29 @@ useRouter().beforeEach((to, from, next) => {
font-size: 12px; font-size: 12px;
} }
} }
.search-form { .triangle-container-wrap {
::v-deep .el-radio-button { position: absolute;
width: 75px; top: 0;
.el-radio-button__inner { right: 0;
width: 100%; }
} .triangle-container {
position: relative;
.triangle-marker {
width: 0;
height: 0;
border: 18px solid transparent;
border-right: 18px solid #e74c3c;
border-top: 18px solid #e74c3c;
}
.content {
position: absolute;
top: 0;
left: 18px;
transform: rotate(45deg);
color: white;
text-align: center;
font-weight: bold;
font-size: 12px;
} }
} }
</style> </style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment