12345678910111213141516171819202122232425262728293031323334353637 |
- .mui-content .mui-icon {
- line-height: 1.9;
- color: rgb(218, 218, 218);
- }
- .my-conts {
- margin-top: 7px;
- height: 45px;
- line-height: 47px;
- padding: 0 5px 0 10px;
- background: #FFFFFF;
- }
- .my-conts:first-child {
- border-bottom: 1px solid rgba(200, 199, 204, 0.2);
- }
- .my-contss {
- height: 45px;
- line-height: 47px;
- padding: 0 5px 0 10px;
- background: #FFFFFF;
- }
- .close-btn {
- width: 92%;
- margin: 0 auto;
- margin-top: 50px;
- }
- .close-btn button {
- width: 100%;
- height: 40px;
- border: none;
- color: #FFFFFF;
- background: rgb(255, 86, 86);
- }
|