12345678910111213141516171819202122232425262728 |
- /* pages/comment/comment.wxss */
- page{
- width: 100%;
- height: 100%;
- }
- .navbox{
- width: 100%;
- height: 60rpx;
- }
- .item{
- width: 50%;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- float: left;
- color: #c9c9c9;
- font-size: 24rpx;
- font-weight: bold;
- }
- .select{
- color: rgb(0, 34, 66);
- }
- .center{
- background: #000;
- width: 100%;
- height: 1400rpx;
- }
|