1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- /* parents/pages/library/library.wxss */
- @import '../../../templates/nodata/nodata.wxss';
- @import '../../../templates/loading/loading.wxss';
- .section-label {
- padding: 24rpx 30rpx;
- }
- .section-icon {
- width: 34rpx;
- height: 34rpx;
- }
- .section-icon-two {
- width: 28rpx;
- height: 34rpx;
- }
- .section-text {
- font-size: 30rpx;
- color: #999;
- margin-left: 16rpx;
- }
- .section-list {
- padding-left: 30rpx;
- background: #fff;
- }
- .section-li {
- padding: 30rpx 30rpx 30rpx 0;
- border-bottom: solid 1rpx #e6e6e6;
- }
- .section-li:nth-last-of-type(1) {
- border-bottom: solid 1rpx transparent;
- }
- .section-row {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .section-col {
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .section-flex {
- flex: 1;
- }
- .section-title {
- font-size: 30rpx;
- color: #333;
- }
- .section-text {
- font-size: 24rpx;
- color: #999;
- }
- .section-context {
- font-size: 24rpx;
- color: #999;
- margin-top: 20rpx;
- }
- .section-button {
- background: rgba(255,255,255,1);
- border-radius: 40rpx;
- border: 1rpx solid rgba(0,183,255,1);
- font-size: 28rpx;
- color: rgba(0,183,255,1);
- padding: 16rpx 20rpx;
- margin-left: 20rpx;
- }
- .search-cancel{
- color: #00B7FF;
- font-size: 30rpx;
- margin: auto;
- }
- .header {
- /* background: #FAFAFA; */
- padding: 24rpx 40rpx;
- }
- .section-position-add{
- margin: 24rpx 30rpx;
- padding: 24rpx 30rpx;
- background:rgba(255,255,255,1);
- box-shadow:0px 2px 29px 2px rgba(0, 0, 0, 0.1);
- border-radius:18px;
- }
- .section-flex-blue{
- font-size:34rpx;
- font-family:PingFang SC;
- font-weight:800;
- color:rgba(0,183,255,1);
- }
|