123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- .my-set-box {
- background: #FFFFFF;
- margin-top: 7px;
- }
- .my-set-box .imgs {
- display: inline-block;
- width: 70px;
- height: 70px;
- top: 15px;
- }
- img {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .my-set-box span {
- font-size: 14px;
- }
- .my-set-box div {
- padding: 15px 10px 10px 10px;
- position: relative;
- border-bottom: 1px solid rgba(200, 199, 204, 0.2);
- }
- .my-set-box .my-header {
- height: 100px;
- line-height: 102px;
- padding: 0 10px;
- }
- .my-set-box span:nth-child(2) {
- position: absolute;
- right: 40px;
- color: #c0c0c0;
- text-align: right;
- }
- .mui-content .mui-icon {
- color: #c0c0c0;
- line-height: 0.8;
- }
- .my-header .my-set-icon {
- line-height: 4.2;
- }
|