page { width: 100%; height: 100%; overflow: hidden; background-color: #FFFFFF; } .page { width: 100%; height: 100%; overflow: hidden; } .popup-content{ width: 600rpx; height: 1000rpx; background: #fff; overflow: scroll; border-radius: 10px; } .close-text{ line-height: 50rpx; height: 50rpx; text-align: right; padding-right: 20rpx; font-size: 14px; color: #777; } .title { color: rgba(50, 50, 50, 1); font-size: 22px; font-weight: bolder; height: 40px; margin-left: 15px; } .title2 { margin-top: 20px; color: rgba(50, 50, 50, 1); font-size: 22px; font-weight: bolder; height: 30px; margin-left: 15px; } .tababr { margin-top: 20px; height: 50px; width: 300px; } .tab { color: rgba(50, 50, 50, 1); font-size: 14px; /* margin-right: 20px; */ position: relative; height: 30px; width: 100px; text-align: center; } .tabs { width: 100px; font-weight: bold; text-align: center; } .tabs::after { content: ""; position: absolute; bottom: 5px; width: 25px; height: 3px; left: 37.5px; border-radius: 2px; background-color: #FF5725; } .tab2 { color: rgba(50, 50, 50, 1); font-size: 14px; position: relative; height: 30px; width: 60px; text-align: center; } .tabs2 { position: relative; font-weight: bold; width: 60px; text-align: center; } .tabn2 { position: relative; color: rgba(152, 152, 152, 1); width: 60px; text-align: center; } .tabs2::after { content: ""; position: absolute; bottom: 5px; width: 15px; height: 3px; left: 22.5px; border-radius: 2px; background-color: #FF5725; } .tabn { width: 100px; } .centerview { display: flex; flex-wrap: wrap; border-radius: 8px; width: calc(100% - 30px); height: 164px; margin-left: 15px; background: linear-gradient(to right, #FF9A55, #FE6637); } .centercell { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 82px; width: 50%; color: rgba(255, 255, 255, 1); font-size: 12px; } .scroll { width: 100%; background-color: #F5F5F5; } .monthcell { width: 100%; height: 220px; border-top: 1px solid rgba(240, 240, 240, 1); background-color: #FFFFFF; } .month { color: rgba(50, 50, 50, 1); font-size: 14px; font-weight: bold; margin-left: 15px; margin-top: 20px; align-items: center; } .detailtime { color: rgba(152, 152, 152, 1); font-size: 12px; margin-left: 10px; } .monthcelldetail { margin-top: 10px; margin-left: 15px; } .monthcelldetailcell { /* width: 80px; */ margin-right: 60px; } .monthcelldetailcelltitle { text-align: left; color: rgba(152, 152, 152, 1); font-size: 14px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .monthcelldetailcellnums { margin-top: 3px; color: rgba(50, 50, 50, 1); font-size: 20px; }