|
@@ -405,18 +405,21 @@ body{
|
|
|
border-radius: 10px;
|
|
|
}
|
|
|
}
|
|
|
- // table {
|
|
|
- // border-top: 1px solid #ccc;
|
|
|
- // border-left: 1px solid #ccc;
|
|
|
- // border-collapse: collapse;
|
|
|
- // th,
|
|
|
- // td {
|
|
|
- // border-right: 1px solid #ccc;
|
|
|
- // border-bottom: 1px solid #ccc;
|
|
|
- // padding: 0.1rem 0.2rem;
|
|
|
- // box-sizing: border-box;
|
|
|
- // }
|
|
|
- // }
|
|
|
+ #playcon {
|
|
|
+ margin-top: 10px;
|
|
|
+ padding: 0 0.6rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: #fff;
|
|
|
+ overflow: hidden;
|
|
|
+ > div {
|
|
|
+ width: 100%;
|
|
|
+ height: 2.96rem;
|
|
|
+ padding: 0.48rem 0.6rem;
|
|
|
+ box-sizing: border-box;
|
|
|
+ background: #f1f1f1;
|
|
|
+ border-radius: 0.2rem;
|
|
|
+ }
|
|
|
+ }
|
|
|
#resetcss {
|
|
|
pre {
|
|
|
white-space: pre-wrap;
|