123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- @charset "UTF-8";
- /* 需要放到文件最上面 */
- /* 水平间距 */
- /* 水平间距 */
- /*
- 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
- */
- /* 水平间距 */
- .project-container .project-box {
- background: #fff;
- }
- .project-container .project-item {
- padding: 30rpx;
- }
- .project-container .project-item .project-title {
- display: flex;
- align-items: center;
- }
- .project-container .project-item .title-line {
- width: 18rpx;
- height: 64rpx;
- background: #08979c;
- border-radius: 18rpx;
- }
- .project-container .project-item .title-label {
- font-size: 32rpx;
- font-weight: bold;
- margin-left: 20rpx;
- }
- .project-container .project-item .air-item {
- display: flex;
- align-items: center;
- margin-top: 20rpx;
- }
- .project-container .project-item .air-item .test-item {
- flex: 1;
- width: 0;
- overflow: hidden;
- text-align: center;
- position: relative;
- }
- .project-container .project-item .air-item .name {
- font-size: 24rpx;
- margin-bottom: 8rpx;
- line-height: 36rpx;
- color: #8c8c8c;
- }
- .project-container .project-item .air-item .number {
- font-size: 18px;
- color: #08979c;
- }
- .project-container .project-item .air-item .line {
- height: 32rpx;
- width: 2rpx;
- background: #d9d9d9;
- }
- .high-seas-container .nav {
- height: 100%;
- background: #fff;
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .high-seas-container .nav .nav-city {
- height: 50rpx;
- max-width: 160rpx;
- min-width: 120rpx;
- border-radius: 50rpx;
- border: 1px solid #08979c;
- margin-left: 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- margin-bottom: 4rpx;
- }
- .high-seas-container .nav .nav-city .city-icon {
- margin-left: 10rpx;
- margin-top: 4rpx;
- }
- .high-seas-container .nav .nav-city .city-icon .uni-icons {
- color: #08979c !important;
- }
- .high-seas-container .nav .nav-city .city-name {
- color: #08979c;
- font-size: 24rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- padding: 0 20rpx 0 6rpx;
- }
- .high-seas-container .nav .nav-search {
- flex: 1;
- width: 0;
- border: 1px solid #d9d9d9;
- line-height: 1;
- padding-left: 30rpx;
- color: #8c8c8c;
- margin: 0 20rpx;
- box-sizing: border-box;
- margin-bottom: 4rpx;
- font-weight: 200;
- height: 64rpx;
- border-radius: 64rpx;
- line-height: 60rpx;
- }
- .high-seas-container .nav .wx-operation {
- margin-right: 8px;
- margin-bottom: 4rpx;
- }
- .high-seas-container .house-list {
- padding: 30rpx;
- }
|