1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .new1 .body {
- margin-top: 90px;
- }
- .new1 .body .color {
- color: #2382ff;
- }
- .new1 .body h3 {
- margin-top: 0;
- }
- .new1 .body #content {
- text-align: justify;
- }
- .new1 .body #content p {
- text-indent: 30px;
- }
- .new1 .body #content > p:last-child {
- padding: 10px 0px;
- }
- .new1 .body #comment .h5 {
- display: flex;
- justify-content: space-between;
- align-content: center;
- }
- .new1 .body #comment .remind {
- text-align: center;
- background-color: #e6e6e6;
- padding: 5px;
- border-radius: 5px;
- margin: 10px 0px;
- }
- .new1 .body #comment .comment {
- border-top: 1px solid #e6e6e6;
- padding-top: 10px;
- }
- .new1 .body #comment .comment .nocomment,
- .new1 .body #comment .comment .loading,
- .new1 .body #comment .comment .nodata {
- display: none;
- text-align: center;
- margin: 10px;
- }
- .new1 .body #comment .comment .nocomment {
- display: block;
- padding-bottom: 10px;
- }
- .new1 .body #comment .comment .nocomment:hover {
- color: #2382ff;
- }
- .new1 .body #comment .comment .user {
- width: 100%;
- padding: 20px 0;
- border-bottom: 1px solid #e6e6e6;
- display: grid;
- grid-template-columns: 10% 90%;
- }
- .new1 .body #comment .comment .user .u-img {
- width: 100%;
- text-align: center;
- }
- .new1 .body #comment .comment .user .u-img .img {
- width: 100%;
- max-width: 64px;
- }
- .new1 .body #comment .comment .user .u-content {
- margin-left: 10px;
- text-align: justify;
- }
- .new1 .body #comment .comment .user .u-content .u-name {
- font-size: 16px;
- }
- .new1 .body #comment .comment .user .u-content .u-detail {
- padding: 5px 0px;
- }
- .new1 .body #comment .comment .user .u-content .u-flex {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .new1 #toast #report {
- display: none;
- text-align: start;
- }
- .new1 #toast #report ul {
- list-style: none;
- padding: 0;
- }
- .new1 #toast #report ul li {
- padding: 5px;
- border-bottom: 1px solid #e6e6e6;
- }
- .new1 #toast #ping {
- display: none;
- }
- .new1 #toast #ping .alert {
- display: none;
- padding: 5px;
- margin-bottom: 5px;
- }
|