123456789101112131415161718192021222324252627282930313233343536 |
- page{
- background-color: rgba(223, 218, 218, 0.774);
- }
- .van-cell{
- margin-top: 10px;
- }
- .home-header-line {
- background: #e5e7e0;
- height: 5rpx;
- }
- .text{
- float: left;
- margin-left: 35px;
- margin-top: 50px
- }
- .b{
- border:grey;
- width:280px;
- height:100px;
- border-radius:5px;
- border:1px solid rgb(224, 217, 217);
- }
- .a{
- width:280px;
- height:20px;
- }
- button{
- width:85%
- }
- van-cell-group{
- height: 10px;
- }
|