You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* pages/calculation/calculation.wxss */
|
|
|
|
.main {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top {
|
|
|
|
height: 90rpx;
|
|
|
|
display: flex;
|
|
|
|
justify-content: flex-end;
|
|
|
|
align-items: center;
|
|
|
|
padding-right: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-box {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-box text {
|
|
|
|
text-indent: 8rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-icon {
|
|
|
|
width: 28rpx;
|
|
|
|
height: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info {
|
|
|
|
background-color: #ffffff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 30rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab {
|
|
|
|
height: 230rpx;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-item {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-surf {
|
|
|
|
width: 180rpx;
|
|
|
|
height: 180rpx;
|
|
|
|
border-radius: 50%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-num {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
line-height: 180rpx;
|
|
|
|
text-align: center;
|
|
|
|
z-index: 2;
|
|
|
|
font-size: 36rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #FFFFFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-title {
|
|
|
|
font-size: 34rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #262936;
|
|
|
|
}
|
|
|
|
|
|
|
|
.msg{
|
|
|
|
padding: 20rpx;
|
|
|
|
border: 2rpx solid #E3E3E3;
|
|
|
|
margin-top: 52rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.msg-item{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.msg-icon{
|
|
|
|
width: 20rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
margin-right: 16rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.msg-icon image{
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.msg-title{
|
|
|
|
font-size: 22rpx;
|
|
|
|
color: #838B99;
|
|
|
|
line-height: 50rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.map{
|
|
|
|
margin-top: 24rpx;
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
padding: 40rpx 0;
|
|
|
|
flex: 1;
|
|
|
|
}
|