123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- page {
- /* height: 100%; */
- width: 100%;
- background: #f4f4f4;
- }
- .container {
- background-color: transparent;
- margin: 0 auto;
- width:694rpx;
- min-height: 800rpx;
- }
- .tool-module{
- /* background: #FFFFFF; */
- border-radius: 10rpx;
- margin:28rpx 0 100rpx;
- }
- .tool-img{
- width:50rpx;
- height:50rpx;
- }
- .tool-item{
- height: 78rpx;
- display: flex;
- align-items: center;
- padding:0 10rpx;
- font-size: 26rpx;
- justify-content: space-between;
- border-top:2rpx solid #E4E4E4;
- }
- .tool-item:first-child{
- border:none;
- }
- .tool-item .tool-text{
- flex:1;
- color:#333;
- font-size: 32rpx;
- }
- .arrow{
- border: 5px solid transparent;
- border-left: 5px solid #999;
- width: 0;
- height: 0px;
- }
- .title{
- font-size: 36rpx;
- font-weight: 600;
- }
- .item{
- background: #FFFFFF;
- margin-top: 10rpx;
- }
|