12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .Sidebar {
- position: fixed;
- top: 70%;
- right: 20px;
- text-align: center;
- background-color: rgba(255, 255, 255, 1);
- border-radius: 100px;
- box-shadow: 0px 4px 10px 0px #1D398314;
- box-shadow: 1px 1px 20px 4px #1D39830D;
- padding: 20px 0;
- font-size: 0.10rem;
- div {
- padding: 10px;
- font-weight: 400;
- color: #000000;
- cursor: pointer;
- }
- }
- .Model_h3_title {
- font-weight: 600;
- text-align: center;
- font-size: 0.16rem;
- margin-bottom: 32px;
- }
- .model_checkbox_i{
- font-style: normal;
- color: #3681FC;
- font-weight: 600;
- padding: 0 3px;
- cursor: pointer;
- }
- .model_p_text{
- font-size: 0.12rem;
- font-weight: 400;
- line-height: 20px;
- color: #00000099;
- margin-top: 16px;
- margin-bottom: 8px;
- }
|