123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- @import '/utils/styles/index.wxss';
- .container>.flex1 {
- background-color: #f2f2f2;
- }
- .menus {
- height: 90rpx;
- }
- .menus text {
- color: #333;
- font-size: 30rpx;
- box-sizing: border-box;
- }
- .menus .cur {
- color: #33ad37;
- border-bottom: 4rpx solid #33ad37;
- }
- swiper {
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- }
- /* 内容 */
- .handle{
- height: 200rpx;
- padding: 0 30rpx;
- /* margin-top: 22rpx; */
- border-bottom: 1rpx solid #f2f2f2;
-
- }
- .title{
- display: flex;
- justify-content: space-between;
- height: 84rpx;
- }
- .title view{
- display: flex;
- align-items: center;
- font-size: 30rpx;
- color: #333;
- }
- .title image{
- width: 100rpx;
- /* height: 100rpx; */
- }
- .section{
- font-size: 24rpx;
- color: #666;
- margin-top: 10rpx;
- }
- .desc{
- display: flex;
- justify-content: space-between;
- margin-top: 20rpx;
- }
- .desc text{
- font-size: 24rpx;
- color:#666;
- }
- .assess-button{
- width: 160rpx;
- height: 60rpx;
- font-size: 30rpx;
- color: #33ad37 !important;
- border-radius: 60rpx;
- border:1rpx solid #33ad37;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .assess{
- display: flex;
- }
- .assess image{
- width: 34rpx;
- height: 34rpx;
- padding-left: 6rpx;
- }
- .noList{
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .noList view{
- margin-top: 30rpx;
- font-size: 28rpx;
- color: #999;
- }
- .noList image{
- width:278rpx;
- height:182rpx;
- text-align:center;
- margin-top:100rpx;
- }
|