| | |
| | | * {
|
| | | margin: 0;
|
| | | top: 0;
|
| | | /* 不允许复制 */
|
| | | -moz-user-select: none;
|
| | | /* Firefox私有属性 */
|
| | |
| | | body {
|
| | | background-color: white;
|
| | | font-family: Arial, "Microsoft YaHei";
|
| | | } |
| | | }
|
| | |
|
| | | .title {
|
| | | color: #333333;
|
| | | font-size: 0.3rem;
|
| | | height: 0.3rem;
|
| | | display: -webkit-flex;
|
| | | align-items: center;
|
| | | }
|
| | | |
| | | .title { |
| | | color: #333333; |
| | | font-size: 0.3rem; |
| | | height: 0.3rem; |
| | | display: -webkit-flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .textarea { |
| | | margin-left: 0.01rem; |
| | | -webkit-user-select: auto; |
| | | width: 5.5rem; |
| | | height: 1.0rem; |
| | | border: none; |
| | | outline: medium; |
| | | padding-left: 0.32rem; |
| | | color: #000000; |
| | | font-size: 0.3rem; |
| | | background-color: red; |
| | | |
| | | } |