1.26 个股详情业务结构,发展历程模块完善
This commit is contained in:
78
unpackage/dist/dev/mp-weixin/components/LCCalendar2/LCCalendar2.wxss
vendored
Normal file
78
unpackage/dist/dev/mp-weixin/components/LCCalendar2/LCCalendar2.wxss
vendored
Normal file
@@ -0,0 +1,78 @@
|
||||
.dateC {
|
||||
background-color: white;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.dateC .yearMonthC {
|
||||
background-color: #F7F7F7;
|
||||
height: 70rpx;
|
||||
border-radius: 35rpx;
|
||||
}
|
||||
.dateC .yearMonthC .btn {
|
||||
padding: 0 32rpx;
|
||||
}
|
||||
.dateC .yearMonthC .btn .icon {
|
||||
width: 13rpx;
|
||||
height: auto;
|
||||
}
|
||||
.dateC .yearMonthC .yearMonth {
|
||||
font-size: 32rpx;
|
||||
font-weight: 500;
|
||||
color: #070707;
|
||||
text-align: center;
|
||||
}
|
||||
.dateC .weekList .item {
|
||||
line-height: 72rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: 500;
|
||||
color: #A7A7A7;
|
||||
text-align: center;
|
||||
}
|
||||
.dateC .monthDateList .item {
|
||||
height: 72rpx;
|
||||
}
|
||||
.dateC .monthDateList .item .date {
|
||||
background-color: #f8f8f8;
|
||||
padding: 10rpx 0;
|
||||
border-radius: 10rpx;
|
||||
font-size: 26rpx;
|
||||
font-weight: bold;
|
||||
color: #2A2A2A;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
}
|
||||
.dateC .monthDateList .item .date .chg {
|
||||
font-size: 18rpx;
|
||||
}
|
||||
.dateC .monthDateList .item .date .chg.up {
|
||||
color: #EC3440;
|
||||
}
|
||||
.dateC .monthDateList .item .date .chg.down {
|
||||
color: #38A169;
|
||||
}
|
||||
.dateC .monthDateList .item .date.up {
|
||||
background-color: #f8f8f8;
|
||||
}
|
||||
.dateC .monthDateList .item .date.down {
|
||||
background-color: #CEF1DE;
|
||||
}
|
||||
.dateC .monthDateList .item .date.select.up {
|
||||
background-color: #F2C367;
|
||||
color: white;
|
||||
}
|
||||
.dateC .monthDateList .item .date.select.up .chg {
|
||||
color: white;
|
||||
}
|
||||
.dateC .monthDateList .item .date.select.down {
|
||||
background-color: #38A169;
|
||||
color: white;
|
||||
}
|
||||
.dateC .monthDateList .item .date.select.down .chg {
|
||||
color: white;
|
||||
}
|
||||
.dateC .monthDateList .item .date.notCurrentMonth {
|
||||
background-color: #FCFCFC;
|
||||
color: #999;
|
||||
}
|
||||
Reference in New Issue
Block a user