123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .personalStat .picker-content{
- text-align: center;
- }
- .personalStat .uni-table-th.table--border{
- border-top: 1px solid #000;
- }
- .personalStat .uni-table-th{
- border-color: black;
- color: #333;
- font-weight: 500;
- }
- .personalStat .uni-table-th,.personalStat .table--border{
- border-right:none!important;
- }
- .personalStat .uni-date-x--border{
- border:none!important;
- }
- .form-text {
- font-size: 28rpx;
- line-height: 60rpx;
- background-color: #fff;
- padding-left: 20rpx;
- }
- .commons-time-box {
- display: flex;
- height: 50rpx;
- line-height: 50rpx;
- font-size: 24rpx;
- margin: 30rpx;
- border: 1px solid #dcdcdc;
- border-radius: 8rpx;
- }
- .commons-time-box .time-box {
- width: 15%;
- text-align: center;
- }
- .commons-time-box .time-box-icon {
- width: 10%;
- }
- .commons-time-box .time-box.active {
- background-color: #487CFF;
- color: #fff;
- }
- .uni-data-checklist {
- margin-top: 10rpx;
- padding: 16rpx 10rpx;
- }
- .uni-table-td {
- font-size: 24rpx!important;
- }
- .uni-data-checklist .checklist-group .checklist-box {
- margin-right: 20rpx!important;
- }
- .personalStat {
- background-color: #f1f1f1;
- min-height: 100vh;
- color: #333;
- }
- .personalStat .header-banner {
- display: flex;
- justify-content: center;
- border-bottom: 1px solid #dcdcdc;
- }
- .personalStat .header-banner view {
- width: 40%;
- text-align: center;
- height: 100rpx;
- line-height: 100rpx;
- color: #333;
- margin: 0 5%;
- }
- .personalStat .header-banner .active {
- color: #487CFF;
- border-bottom: 2px solid #487CFF;
- }
|