| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .content {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- background-color: #F2F3F5;
- }
- .xuzhi{
- display: revert;
- margin-top: 20rpx;
- width: 750rpx;
- height: 664rpx;
- background: rgba(255, 255, 255, 1);
- color: rgba(102, 102, 102, 1);
- font-size: 28rpx;
- font-weight: 400;
- }
- .xiang_title{
- margin-left: 50rpx;
- margin-top: 15rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 700;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- }
- .xiang_txt{
- margin-left: 50rpx;
- margin-top: 15rpx;
- margin-right: 15rpx;
- color: rgba(128, 128, 128, 1);
- font-size: 28rpx;
- font-weight: 400;
- display: block;
- text-indent: 56rpx;
- }
- /* 第二部分公寓设施 */
- .sheshi{
- display: revert;
- margin-top: 37rpx;
- width: 750rpx;
- height: 535rpx;
- background: rgba(255, 255, 255, 1);
- color: rgba(128, 128, 128, 1);
- font-size: 28rpx;
- font-weight: 400;
- }
- .sheshi_title{
- margin-left: 50rpx;
- margin-top: 15rpx;
- color: rgba(0, 0, 0, 1);
- font-size: 32rpx;
- font-weight: 700;
- font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
- }
- /* .sheshi_txt{
- margin-left: 90rpx;
- margin-top: 30rpx;
- margin-right: 15rpx;
- color: rgba(128, 128, 128, 1);
- font-size: 28rpx;
- font-weight: 400;
- } */
- .sheshi_txt_left{
- position: absolute;
- float: left;
- margin-left: 90rpx;
- /* margin-top: -430rpx; */
- margin-right: 15rpx;
- color: rgba(128, 128, 128, 1);
- font-size: 28rpx;
- font-weight: 400;
- }
- .sheshi_txt_right{
- position: absolute;
- float: right;
- margin-left: 420rpx;
- /* margin-top: -430rpx; */
- margin-right: 15rpx;
- color: rgba(128, 128, 128, 1);
- font-size: 28rpx;
- font-weight: 400;
- }
- .sheshi_icon{
- width: 26rpx;
- height: 26rpx;
- margin-right: 5px;
- }
|