mirror of
http://git.keliuyun.com:55676/jiaxiuc123/miniProject.git
synced 2025-12-24 12:38:07 +08:00
150 lines
3.1 KiB
Plaintext
150 lines
3.1 KiB
Plaintext
/**app.wxss**/
|
|
|
|
view {
|
|
box-sizing: border-box;
|
|
}
|
|
page{
|
|
background: linear-gradient(154deg, #C7D3FF 0%, #E9F9FF 48%, #FFFFFF 100%) !important;
|
|
--tabs-bottom-bar-color:#1972F5;
|
|
}
|
|
.backgroundColor{
|
|
padding: 0 28rpx;
|
|
width: 100%;
|
|
/* background: linear-gradient(154deg, #C7D3FF 0%, #E9F9FF 48%, #FFFFFF 100%); */
|
|
}
|
|
.van-picker__confirm{
|
|
color: #000!important;
|
|
}
|
|
.root_gap {
|
|
padding-left: 20rpx;
|
|
padding-right: 20rpx;
|
|
}
|
|
.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
|
|
.container {
|
|
width: 100%;
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
/* justify-content: space-between; */
|
|
box-sizing: border-box;
|
|
padding-bottom: 0rpx;
|
|
--tab-font-size:16px;
|
|
}
|
|
|
|
.acea-row {
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.row-around {
|
|
justify-content: space-around;
|
|
}
|
|
|
|
.acea-column {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.row-start {
|
|
justify-content: flex-start
|
|
}
|
|
.echart-item {
|
|
width: 710rpx;
|
|
border-radius: 14rpx;
|
|
background-color: #fff;
|
|
box-shadow: 0px 4rpx 8rpx 0px rgba(118, 118, 118, 0.24);
|
|
box-sizing: border-box;
|
|
padding: 24rpx 0;
|
|
margin: 30rpx auto 0;
|
|
}
|
|
|
|
.echart-item .echart-item-title {
|
|
font-size: 30rpx;
|
|
font-weight: 600;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 40rpx;
|
|
display: flex;
|
|
padding-left: 20rpx;
|
|
justify-content: space-between;
|
|
}
|
|
.echart-item .echart-item-content {
|
|
width: 100%;
|
|
height: calc(100% - 19px);
|
|
}
|
|
.echart-item .actions{
|
|
display: flex;
|
|
font-size: 26rpx;
|
|
color: #8C8C8C;
|
|
}
|
|
.echart-item .actions .active{
|
|
color:#2f6cee
|
|
}
|
|
.echart-item .actions .split{
|
|
padding:0 6rpx;
|
|
}
|
|
ec-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.tablist{
|
|
--tabs-bottom-bar-color:#1267E0;
|
|
--tab-active-text-color:#1267E0;
|
|
--font-weight-bold:600;
|
|
--tab-font-size:26rpx;
|
|
--tabs-line-height:60rpx;
|
|
}
|
|
.bgimg{
|
|
position: absolute;
|
|
left:0;
|
|
top:0;
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 0;
|
|
}
|
|
.navtitle{display:flex;position: relative;width: 100%;color:#fff;text-align: left;padding-left: 20rpx;font-weight: normal;font-size: 35rpx;align-items: center;}
|
|
page-container{
|
|
position: absolute;
|
|
z-index: 20;
|
|
}
|
|
/*********************************/
|
|
.score_view{
|
|
position: relative;
|
|
border: 1px solid #d8d8d8;
|
|
margin-top: 20rpx;
|
|
font-size:20rpx;
|
|
}
|
|
|
|
.score_view .tit{
|
|
background-color: #dce8f9;
|
|
color:#5b5f66;
|
|
padding:10rpx 0;
|
|
font-size: 30rpx;
|
|
}
|
|
.score_view .num{
|
|
padding:10rpx 0;
|
|
font-size: 30rpx;
|
|
}
|
|
.tcol{
|
|
font-size: 14px;
|
|
text-align: center;
|
|
border-right: 1px solid #d8d8d8;
|
|
}
|
|
.tcol.no{
|
|
border-right: none;
|
|
}
|
|
.tcol.count{
|
|
color:#2674E9
|
|
}
|
|
.tcol.yes{
|
|
color:#07c160
|
|
}
|
|
.tcol.no{
|
|
color:#ee0a24
|
|
}
|
|
.tcol.none{
|
|
color:#f69658
|
|
}
|
|
.bluebg{display:block;position: absolute;background-color:#001C90;left:0;top:-200rpx;width: 100%;height: 400rpx;}
|
|
.vrank{position: absolute;width: 36rpx;top:0;left:0;height: 36rpx;background-color: #2674E9;border-radius:0 0 36rpx 0;color: #fff;font-size:20rpx;text-align: center;padding-right: 6rpx;} |