@@ -637,6 +641,46 @@ const getData = async () => {
display: flex;
flex-direction: column;
align-items: center;
+ .choose {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ margin-left: 35px;
+ .choose_1 {
+ cursor: pointer;
+ width: 124px;
+ height: 42px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 500;
+ font-size: 16px;
+ color: #ffffff;
+ line-height: 22px;
+ margin-right: 15px;
+ background-image: url(@/assets/images/hygiene/choose.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
+ .choose_2 {
+ cursor: pointer;
+ width: 124px;
+ height: 42px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-weight: 500;
+ font-size: 16px;
+ color: #ffffff;
+ line-height: 22px;
+ margin-right: 15px;
+ background-image: url(@/assets/images/hygiene/noChoose.png);
+ background-repeat: no-repeat;
+ background-size: 100% 100%;
+ }
+ }
.historyimg {
margin-top: 10px;
padding: 0 25px;
@@ -1260,45 +1304,4 @@ const getData = async () => {
margin-top: 15px;
margin-bottom: 10px;
}
-.choose {
- width: 100%;
- display: flex;
- justify-content: center;
- margin-top: 5px;
- margin-bottom: 5px;
- margin-left: 35px;
- .choose_1 {
- cursor: pointer;
- width: 124px;
- height: 42px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: 500;
- font-size: 16px;
- color: #ffffff;
- line-height: 22px;
- margin-right: 15px;
- background-image: url(@/assets/images/work/choose.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
-
- .choose_2 {
- cursor: pointer;
- width: 124px;
- height: 42px;
- display: flex;
- align-items: center;
- justify-content: center;
- font-weight: 500;
- font-size: 16px;
- color: #ffffff;
- line-height: 22px;
- margin-right: 15px;
- background-image: url(@/assets/images/work/noChoose.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
-}