/* 图标 */ @import "../../icon/icon.wxss"; .main .one { display: flex; justify-content: center; background-color: var(--rgb40E); padding-top: 50rpx; padding-bottom: 100rpx; } .main .one .button { position: relative; width: 80px; height: 80px; overflow: hidden; border: 1px solid #cccccc; border-radius: 90px; } .main .one .button .image { position: absolute; top: 0; left: 0; width: 80px; height: 80px; overflow: hidden; border-radius: 90px; } .main .two { display: flex; flex-direction: column; align-items: center; margin-top: -50rpx; margin-bottom: 20rpx; } .main .two .two_1 { display: flex; justify-content: space-between; width: 88%; background-color: #ffffff; border: 1rpx solid rgb(176, 176, 176); border-radius: 25rpx; padding: 20rpx; } .main .thr { display: flex; flex-direction: column; align-items: center; margin-top: 0rpx; } .main .thr .thr_1 { width: 94%; background-color: #ffffff; border: 1rpx solid rgb(176, 176, 176); border-radius: 30rpx; } .main .thr .thr_1 .list { display: flex; justify-content: space-between; align-items: center; margin: 20rpx; height: 70rpx; border-bottom: 1px solid rgb(176, 176, 176); } .main .thr .thr_1 .list:last-child { border-bottom: none; } .main .thr .thr_1 .list .list_1 { margin: 0 2vw 0 0; color: var(--rgb314); } .main .thr .thr_1 .list .list_1 .iconfont { font-size: 20px; padding: 0 8rpx; color: var(--rgb40E); } .main .thr .thr_1 .list .list_1 .title { font-size: 16px; } .main .thr .thr_1 .list .list_2 { color: #868686; }