| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223 |
- @import "./style/index.wxss";
- page {
- width: 100%;
- height: 100%;
- background: #f4f5f9;
- }
- view {
- box-sizing: border-box;
- }
- .df {
- display: flex;
- }
- .mt100 {
- margin-top: 100rpx;
- }
- .mb30 {
- margin-bottom: 30rpx;
- }
- .line {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .tac {
- text-align: center;
- }
- .aic {
- align-items: center;
- }
- .m10 {
- margin: 10rpx !important;
- }
- .m20 {
- margin: 20rpx !important;
- }
- .m30 {
- margin: 30rpx !important;
- }
- .m40 {
- margin: 40rpx !important;
- }
- .m50 {
- margin: 50rpx !important;
- }
- .m10a {
- margin: 10rpx auto !important;
- }
- .m20a {
- margin: 20rpx auto !important;
- }
- .m30a {
- margin: 30rpx auto !important;
- }
- .m40a {
- margin: 40rpx auto !important;
- }
- .m50a {
- margin: 50rpx auto !important;
- }
- .mt10 {
- margin-top: 10rpx !important;
- }
- .mt20 {
- margin-top: 20rpx !important;
- }
- .mt30 {
- margin-top: 30rpx !important;
- }
- .mt40 {
- margin-top: 40rpx !important;
- }
- .mt50 {
- margin-top: 50rpx !important;
- }
- .mt60 {
- margin-top: 60rpx !important;
- }
- .mt80 {
- margin-top: 80rpx !important;
- }
- .mt100 {
- margin-top: 100rpx !important;
- }
- .mr10 {
- margin-right: 10rpx !important;
- }
- .mr20 {
- margin-right: 20rpx !important;
- }
- .mr30 {
- margin-right: 30rpx !important;
- }
- .mr40 {
- margin-right: 40rpx !important;
- }
- .mr50 {
- margin-right: 50rpx !important;
- }
- .mb10 {
- margin-bottom: 10rpx !important;
- }
- .mb20 {
- margin-bottom: 20rpx !important;
- }
- .mb30 {
- margin-bottom: 30rpx !important;
- }
- .mb40 {
- margin-bottom: 40rpx !important;
- }
- .mb50 {
- margin-bottom: 50rpx !important;
- }
- .ml10 {
- margin-left: 10rpx !important;
- }
- .ml20 {
- margin-left: 20rpx !important;
- }
- .ml30 {
- margin-left: 30rpx !important;
- }
- .ml40 {
- margin-left: 40rpx !important;
- }
- .ml50 {
- margin-left: 50rpx !important;
- }
- .i-img {
- width: 45vw;
- height: 45vw;
- }
- .i-text {
- width: 43vw;
- height: 45vw;
- margin-left: 2vw;
- border: 1rpx solid #eee;
- box-sizing: border-box;
- padding: 10rpx;
- overflow: scroll;
- }
- .tel {
- width: 40rpx;
- height: 40rpx;
- }
- .index-item {
- width: 80rpx;
- }
- .end-time {
- width: 200rpx;
- }
- .card-title {
- font-size: 28rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- color: #555;
- padding-bottom: 16rpx;
- border-bottom: 6rpx solid #f9f9f9;
- margin-bottom: 24rpx;
- }
- .th {
- color: #777;
- }
- .tr {
- color: #333;
- border-bottom: 1rpx solid #eee;
- padding-top: 15rpx;
- padding-bottom: 15rpx;
- }
- /* .card {
- padding: 20rpx 28rpx 20rpx 28rpx;
- box-shadow: 0px 0px 1px 1px #f5f5f5;
- background: #fff;
- margin: 28rpx;
- border-radius: 20rpx;
- } */
|