Compare commits
2 Commits
efad411cf9
...
8058b17c08
Author | SHA1 | Date |
---|---|---|
wuhongjian | 8058b17c08 | |
wuhongjian | 85d714d7eb |
|
@ -258,6 +258,7 @@
|
|||
margin-top: -1.44rem;
|
||||
font-size: 0.14rem;
|
||||
font-weight: 500;
|
||||
|
||||
.ant-radio-inner {
|
||||
height: 0.16rem;
|
||||
width: 0.16rem;
|
||||
|
@ -283,6 +284,7 @@
|
|||
}
|
||||
.content {
|
||||
width: 100%;
|
||||
|
||||
.ant-radio-group {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
|
@ -290,6 +292,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ability-to-type {
|
||||
.content {
|
||||
display: grid;
|
||||
|
@ -309,6 +312,7 @@
|
|||
align-items: center;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.ability-to-type-down {
|
||||
background: #0087ff;
|
||||
color: #fff;
|
||||
|
@ -316,10 +320,12 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.ant-modal-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ant-modal-footer {
|
||||
border: 0;
|
||||
text-align: center;
|
||||
|
@ -329,6 +335,7 @@
|
|||
border-radius: 0.08rem;
|
||||
}
|
||||
}
|
||||
|
||||
.showBg {
|
||||
height: 0.24rem;
|
||||
width: 0.24rem;
|
||||
|
@ -353,14 +360,12 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
margin-bottom: 0.32rem;
|
||||
.title-son {
|
||||
width: 0.34rem;
|
||||
height: 0.03rem;
|
||||
background: #0058e1;
|
||||
border-radius: 0.01rem;
|
||||
margin-top: 0.18rem;
|
||||
}
|
||||
}
|
||||
|
||||
.content {
|
||||
width: 13rem;
|
||||
height: 4.8rem;
|
||||
|
@ -369,17 +374,17 @@
|
|||
.content-empty {
|
||||
height: 2.2rem;
|
||||
padding-top: 0.49rem;
|
||||
}
|
||||
}
|
||||
.content > div {
|
||||
background: #f3f5f9;
|
||||
border: #eaedf2 0.01rem solid;
|
||||
}
|
||||
|
||||
.content > div:hover {
|
||||
border-radius: 0.02rem;
|
||||
border: 0.01rem solid #0058e1;
|
||||
box-shadow: 0rem 0.08rem 0.2rem rgba(0, 88, 225, 0.3);
|
||||
}
|
||||
|
||||
.content-miaoshui {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -400,6 +405,7 @@
|
|||
margin-bottom: 0.12rem;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.content-miaoshui-content {
|
||||
height: 1.2rem;
|
||||
width: 2.98rem;
|
||||
|
@ -417,6 +423,7 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.shijain {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
|
@ -428,6 +435,7 @@
|
|||
margin-left: 0.16rem;
|
||||
}
|
||||
}
|
||||
|
||||
.shijain-content-bootom {
|
||||
margin-right: 0.16rem;
|
||||
width: 0.8rem;
|
||||
|
@ -437,13 +445,16 @@
|
|||
cursor: pointer;
|
||||
color: #0058e1;
|
||||
}
|
||||
|
||||
.shijain-content-bootom:hover {
|
||||
background: rgba(0, 88, 225, 0.3);
|
||||
}
|
||||
|
||||
.content > div > div {
|
||||
height: 2.4rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.one {
|
||||
height: 2.4rem;
|
||||
display: flex;
|
||||
|
@ -455,6 +466,7 @@
|
|||
.shijain {
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
:deep(.ant-imag) {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -467,6 +479,7 @@
|
|||
max-width: 2.98rem;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom {
|
||||
height: 0.24rem;
|
||||
font-size: 0.16rem;
|
||||
|
@ -475,6 +488,7 @@
|
|||
cursor: pointer;
|
||||
text-align: center;
|
||||
color: #000000;
|
||||
|
||||
.gengduo {
|
||||
display: inline-block;
|
||||
margin-left: 0.04rem;
|
||||
|
@ -484,15 +498,18 @@
|
|||
background-position: center;
|
||||
}
|
||||
}
|
||||
|
||||
.bottom:hover {
|
||||
border-radius: 0.02rem;
|
||||
background-color: rgba(1, 102, 255, 0.1);
|
||||
}
|
||||
|
||||
.content > div {
|
||||
height: 4.8rem;
|
||||
width: 3.1rem;
|
||||
margin-right: 0.2rem;
|
||||
}
|
||||
|
||||
.fixedmount {
|
||||
height: 1.5rem;
|
||||
display: flex;
|
||||
|
@ -504,6 +521,7 @@
|
|||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.fixedmount div {
|
||||
width: 0.7rem;
|
||||
height: 0.7rem;
|
||||
|
@ -518,6 +536,7 @@
|
|||
cursor: pointer;
|
||||
background: #e3edfc;
|
||||
}
|
||||
|
||||
.fixedmount div p:nth-child(2) {
|
||||
position: absolute;
|
||||
bottom: 0rem;
|
||||
|
@ -527,6 +546,7 @@
|
|||
color: #000000;
|
||||
// margin-top: .08rem;
|
||||
}
|
||||
|
||||
.fixedmount div:nth-child(1) p:nth-child(1) {
|
||||
height: 0.24rem;
|
||||
width: 0.24rem;
|
||||
|
@ -534,6 +554,7 @@
|
|||
background-size: cover;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
.fixedmount div:nth-child(2) p:nth-child(1) {
|
||||
height: 0.24rem;
|
||||
width: 0.24rem;
|
||||
|
|
Loading…
Reference in New Issue