1234567891011121314151617181920212223242526272829 |
- .container1 {
- background: #fafafa;
- height: 100vh;
- width: 750prx;
- padding-top: 20rpx;
- }
- .a1 {
- background: #fff;
- height: 80rpx;
- line-height: 80rpx;
- width: 650rpx;
- margin-left: 50rpx;
- margin-top: 20rpx;
- font-size: 28rpx;
- text-indent: 20rpx;
- border-radius: 10rpx;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- /* line-height: 80rpx; */
- margin-right: 20rpx;
- margin-top: 25rpx;
- }
|