184 lines
3.0 KiB
Plaintext
184 lines
3.0 KiB
Plaintext
/**
|
|
* Web二雪
|
|
* 趁时光不老 努力活成自己想要成为的样子
|
|
*/
|
|
/* 顶部图片logo展示 start */
|
|
page {
|
|
padding-bottom: 30rpx;
|
|
background-color: #f8f8f8;
|
|
}
|
|
|
|
.company_info {
|
|
width: 100%;
|
|
height: 300rpx;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
padding: 0 100rpx;
|
|
|
|
}
|
|
|
|
.cop_bg {
|
|
width: 100% !important;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
}
|
|
|
|
.cop_logo {
|
|
width: 160rpx !important;
|
|
height: 160rpx !important;
|
|
border-radius: 50%;
|
|
border: solid 8rpx #fff;
|
|
background-color: rgba(255, 252, 255, 1);
|
|
text-align: center;
|
|
display: block;
|
|
margin: auto;
|
|
position: absolute;
|
|
bottom: -84rpx;
|
|
left: 50%;
|
|
margin-left: -80rpx;
|
|
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.cop_title {
|
|
color: #f7f7f7;
|
|
font-size: 36rpx;
|
|
font-weight: 600;
|
|
padding-bottom: 30rpx;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
/*强制一行显示*/
|
|
overflow: hidden;
|
|
/*超出部分隐藏*/
|
|
text-overflow: ellipsis;
|
|
/*最后添加省略号*/
|
|
}
|
|
|
|
/* 顶部图片logo展示 start */
|
|
|
|
/* 基本信息 start */
|
|
.cop_info {
|
|
background-color: #fff;
|
|
padding: 90rpx 30rpx 20rpx 30rpx;
|
|
}
|
|
|
|
.cop_info_item {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
align-items: center;
|
|
padding: 10rpx 0;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.cop_info_item image {
|
|
width: 36rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.cop_info_item .newTxt {
|
|
color: #666;
|
|
font-weight: 400;
|
|
}
|
|
|
|
/* 基本信息 end */
|
|
|
|
/* 拨打电话 进入商城 start */
|
|
.cop_call_shop {
|
|
margin-top: 20rpx;
|
|
width: 100%;
|
|
height: 90rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.cop_call {
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
background-color: #378fff;
|
|
border-radius: 30rpx;
|
|
padding: 11rpx 30rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
.cop_call image {
|
|
width: 26rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.cop_shop {
|
|
background-color: #fd5b5b;
|
|
}
|
|
|
|
.cop_focus {
|
|
background-color: #efbd32;
|
|
}
|
|
|
|
.cop_shop image {
|
|
width: 40rpx;
|
|
}
|
|
|
|
/* 拨打电话 进入商城 end */
|
|
|
|
|
|
/* 滚动菜单 */
|
|
.scroll_menu {
|
|
background-color: #fff;
|
|
box-shadow: 0 0rpx 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.scroll-view_H {
|
|
white-space: nowrap;
|
|
color: #666;
|
|
}
|
|
|
|
.scroll-view-item {
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
}
|
|
|
|
.scroll-view-item_H {
|
|
display: inline-block;
|
|
width: 25%;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
text-align: center;
|
|
border-bottom: solid 4rpx #fff;
|
|
}
|
|
|
|
.scroll_view_select {
|
|
border-bottom: solid 4rpx #378fff;
|
|
color: #378fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.flexrow {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.flexcolumn {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
box-sizing: border-box;
|
|
} |