样式优化

This commit is contained in:
2025-06-27 11:42:01 +08:00
parent 61c7d32f50
commit 6eca3790d3
5 changed files with 24 additions and 12 deletions

View File

@@ -40,6 +40,9 @@
}
.download-right {
width: 100%;
font-size: 1rem;
}
.download-right .down-gray {
font-size: 0.8rem;
}
.down-btn {
@@ -64,7 +67,10 @@
.download-right {
width: 65%;
float: right;
font-size: 0.64rem;
font-size: 0.875rem;
}
.download-right .down-gray {
font-size: 0.7rem;
}
}
.down-btn {

View File

@@ -1528,7 +1528,7 @@ video img {
background-color: #fff;
text-align: center;
padding-top: 2rem;
padding-bottom: 1rem;
padding-bottom: 1.5rem;
overflow: hidden;
}
.product_list .img-responsive a{
@@ -1543,6 +1543,7 @@ video img {
font-size: 0.75rem;
color: #333;
margin-top: 1rem;
width: 90%;
}
.oricoEGapp-catelists .m_Container .product_list .img-responsive .title{
white-space: nowrap;
@@ -2596,10 +2597,15 @@ video img {
.Multi_color ul {
width: 100%;
margin-top: 0.65rem;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.Multi_color .S-small-img {
display: inline-block;
width: 1.3rem;
margin: 0 1%;
}
.cricle {
display: block;
@@ -3672,16 +3678,15 @@ video::-webkit-media-controls-current-time-display {
color: #fff;
cursor: pointer;
background: #0060ff;
height: 2rem;
border-radius: 20px;
padding: 0 0.5rem;
padding: 0.75rem 0;
float: left;
margin-left: 0.5rem;
width: 22%;
}
.search_box .search {
width: 75%;
height: 2rem;
line-height: 2.875rem;
padding: 0.75rem 0;
border: 1px solid #dbdbdb !important;
border-radius: 1.5rem !important;
text-indent: 0.5rem;
@@ -3693,7 +3698,7 @@ video::-webkit-media-controls-current-time-display {
}
.search_box .search_icon {
width: 1rem;
height: 1rem;
padding: 0.6rem 0;
display: block;
position: absolute;
right: 1rem;

View File

@@ -162,6 +162,7 @@
color: #004bfa;
background-color: rgba(0, 75, 250, 0.05);
cursor: pointer;
font-size: 0.9rem;
}
.orico_Page_download .downloadMain .page-box {
text-align: center;