1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .home {
- width: 100%;
- font-size: 13px;
- &__top {
- padding: 0px 10px;
- height: 40px;
- text-align: center;
- &_recordbtn {
- width: 100px;
- }
- }
- &__bottom {
- width: 100%;
- }
- &__param {
- border: 1px solid;
- margin: 5px;
- padding: 10px;
- &_txt {
- width: 100%;
- height: 25px;
- line-height: 25px;
- color: #000;
- font-size: 15px;
- display: flex;
- &_item1 {
- width: 100%;
- }
- &_item2 {
- width: 50%;
- }
- }
- }
- }
|