123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .performanceList{
- background-color: #fff;
- padding: 0.25rem;
- }
- .line-feed{
- padding: 0.05rem;
- display: inline-block;
- }
- .title{
- padding: 0.2rem 0.25rem;
- background-color: rgb(245, 245, 245);
- }
- .page-section-demo{
- padding: 0.24rem 0.32rem;
- font-size: 0.32rem;
- background-color: #fff;
- border-bottom: 0.02rem solid #ebedf0;
- }
- /* .icon{
- right: 0.3rem;
- top: 0.22rem;
- position: absolute;
- z-index: 9999;
- } */
- .pullUpdel {
- margin: 0.15rem 0 6rem 0;
- padding: 0.25rem;
- background-color: #ffffff;
- }
- .pullUpdel text {
- display: block;
- padding: 0.05rem 0;
- }
- .introcol {
- color: rgb(171, 171, 171);
- }
- .intropad {
- padding: 0.1rem 0;
- }
- .vassheet {
- min-height: 6rem;
- max-height: 8rem;
- overflow: scroll;
- background-color: #ffffff;
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- border-radius: 25rpx 25rpx 0 0;
- }
- .vasHead {
- text-align: center;
- padding: 0.24rem;
- position: sticky;
- top: 0;
- background-color: #fff;
- border-bottom: 1px solid #f1f1f1;
- z-index: 999;
- }
-
- .van-uploader__upload {
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- box-sizing: border-box;
- width: 1.6rem;
- height: 1.6rem;
- /* margin: 0 0.16rem 0.16rem 0; */
- background-color: #f7f8fa;
- border-radius: 0.16rem;
- }
- .images{
- position: relative;
- cursor: pointer;
- }
- .images image{
- display: block;
- width: 1.6rem;
- height: 1.6rem;
- overflow: hidden;
- border-radius: 0.16rem;
- margin-right: 20rpx;
- }
- .images .icon{
- position: absolute;
- right: 0rpx;
- top: -0.3rem;
- padding: 0.2rem;
- }
- .apdList {
- background-color: #fff;
- }
- .apdData{
- width: 88%;
- padding: .1rem 0;
- margin: 0 0.3rem 0 .2rem;
- border-bottom: 1px solid rgb(240, 240, 240);
- }
- .apdDian{
- position: relative;
- width: .25rem;
- height: .25rem;
- border-radius: 50%;
- background-color: #d4d4d4;
- }
- .apdHeadBoeder{
- position: absolute;
- left: 0.1rem;
- height: 100%;
- width: 0.02rem;
- border-left: 0.02rem solid #d4d4d4;
- }
- .apdborderNO{
- border: 0 !important;
- }
- .apdListMarTop{
- margin: 0.15rem 0 0 0;
- }
- .tsAll{
- border-radius: 0.15rem;
- position: relative;
- background-color: #fff;
- padding: 0.2rem;
- margin: 0 0.2rem 0.2rem;
- }
- .tsAll view{
- font-size: .32rem;
- margin: 0.1rem 0 0.15rem;
- }
- .tsAll text {
- font-size: .26rem;
- color: #a0a0a0;
- display: block;
- margin-bottom: 10rpx;
- }
- .footer2 view {
- color: #000;
- padding: 0.24rem 0.32rem 0.24rem 0;
- text-align: right;
- font-size: .28rem;
- }
- .windows-box{
- background: #fff;
- margin: 0 32rpx;
- margin-top: 30%;
- border-radius: 20rpx;
- }
|