| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- page {
- background: #F8F9FD;
- }
- .wx-avatar {
- overflow: hidden;
- display: block;
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- border: 1px solid #95a8cb;
- }
- .cp-class {
- font-size: 15px;
- font-weight: 600;
- margin: 10rpx 0;
- }
- .staff-class {
- font-size: 14px;
- margin: 10rpx 0;
- }
- .end-date-class {
- color: #e00808;
- font-size: 14px;
- font-weight: 500;
- margin-top: 20rpx;
- }
- .staff-count-class {
- color: #CE9965;
- font-size: 14px;
- font-weight: 500;
- margin-top: 10rpx;
- }
- .detail-top {
- position: relative;
- border: 1px solid #F3FBFF;
- margin: 10px 32rpx 10px 32rpx;
- background-color: #FFFF;
- background: radial-gradient(61.26% 65.52% at 6.12% 18.49%, #CDD8FF 0%, #F3FAFF 100%);
- padding: 20rpx;
- border-radius: 16rpx;
- color: #1B365D
- }
- .dk-card-outer-class-1 {
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- /* box-shadow: 2px 2px 5px #e5e5e6; */
- }
- .detail-top-sup {
- font-weight: bold;
- font-size: 14px;
- padding: 10rpx;
- }
- .detail-top-color {
- font-weight: bold;
- font-size: 14px;
- padding: 10rpx;
- }
- .scan-image-icon {
- width: 40rpx;
- height: 40rpx;
- }
- .scan-image-icon-3 {
- width: 96rpx;
- height: 96rpx;
- position: absolute;
- right: 0;
- bottom: 0;
- border-radius: 0px 0px 16rpx 0px;
- }
- .scan-image {
- width: 200rpx;
- height: 200rpx;
- position: absolute;
- right: 0;
- bottom: 0;
- border-radius: 0px 0px 16rpx 0px;
- }
- .func {
- width: 100%;
- height: auto;
- margin-bottom: 15rpx;
- margin-top: 15rpx;
- }
- .func-card {
- margin: 15rpx 1.15%;
- width: 30.5%;
- height: 215rpx;
- background: #ffffff;
- border-radius: 19rpx;
- }
- .func-card-selected{
- margin: 15rpx 1.15%;
- width: 30.5%;
- height: 215rpx;
- background: #ffffff;
- border-radius: 19rpx;
- border: 1px solid #606EB2;
- }
- .card-name {
- font-style: normal;
- font-weight: 600;
- font-size: 15px;
- line-height: 48rpx;
- margin-left: 16rpx;
- color: #1B365D
- }
- .card-title {
- margin-top: 10rpx;
- display: flex;
- height: 54rpx;
- align-items: center;
- justify-content: center;
- width: 100%;
- color: #1B365D;
- font-size: 16px;
- font-weight: 600;
- }
- .card-desc{
- margin-top: 10rpx;
- display: flex;
- height: 54rpx;
- align-items: center;
- justify-content: center;
- width: 100%;
- color: #95A8CB;
- font-size: 11px;
- }
- .card-class{
- margin: 0 30rpx;
- border-radius: 16rpx;
- background: #ffffff;
- }
- .cell_title{
- color: #e00808;
- }
- .summary-class{
- margin: 0 30rpx;
- margin-top: 30rpx;
- padding: 10rpx 20rpx;
- border-radius: 16rpx;
- background: #ffffff;
- color:#CE9965;
- font-size: 14px;
- }
- .notice-class{
- margin: 0 30rpx;
- margin-top: 30rpx;
- padding: 10rpx 20rpx;
- border-radius: 16rpx;
- background: #ffffff;
- color:#1B365D;
- }
- .checkbox-class{
- color:#1B365D !important;
- }
- .van-checkbox__icon--square{
- border-radius: 10rpx;
- }
- .notice-item-class{
- margin: 20rpx 0;
- font-size: 14px;
- font-weight: 400;
- }
- .summary-item-class{
- margin: 8rpx 0;
- }
- .edit-image {
- width: 50rpx;
- height: 50rpx;
- position: absolute;
- right: 30rpx;
- top: 20rpx;
- border-radius: 0px 0px 16rpx 0px;
- }
- .tags-class {
- margin: 20rpx;
- /* text-align: center; */
- display: flex;
- justify-content: center;
- }
- .dk-card-outer-class-1 {
- margin: 10px 32rpx 10px 32rpx;
- margin-top: 10px;
- border-radius: 15rpx;
- /* box-shadow: 2px 2px 5px #e5e5e6; */
- }
- .btn-add-class {
- background: #8091A9;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20rpx;
- box-shadow: 0px 17px 22px 0px #1B365D33;
- }
|