1234567891011121314151617181920212223242526272829303132333435 |
- .top {
- float: left;
- width: 100%;
- background-color: #0017ff;
- }
- .top .left {
- float: left;
- width: 15%;
- text-align: center;
- overflow: hidden;
- }
- .top .left .back {
- width: 40rpx;
- height: 40rpx;
- position: relative;
- left: 15px;
- width: 40rpx;
- height: 40rpx;
- }
- .top .cen {
- float: left;
- width: 70%;
- text-align: center;
- font-size: 36rpx;
- color: #ffffff;
- font-weight: 600;
- }
- .top .right {
- float: left;
- width: 15%;
- }
|