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) => {
font-size: 12px;
}
}
.search-form {
::v-deep .el-radio-button {
width: 75px;
.el-radio-button__inner {
width: 100%;
}
.triangle-container-wrap {
position: absolute;
top: 0;
right: 0;
}
.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>
......
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