|
@@ -0,0 +1,64 @@
|
|
|
+.authority {
|
|
|
+ height: 100%;
|
|
|
+ padding: 0rpx 20rpx;
|
|
|
+ padding-bottom: 100px;
|
|
|
+}
|
|
|
+.authority .module .topic {
|
|
|
+ font-size: 38rpx;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.authority .module .explain {
|
|
|
+ margin-top: 10rpx;
|
|
|
+ font-size: 24rpx;
|
|
|
+}
|
|
|
+.authority .module .works {
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ flex-wrap: wrap;
|
|
|
+}
|
|
|
+.authority .module .works .work {
|
|
|
+ margin: 20rpx 0rpx;
|
|
|
+}
|
|
|
+.authority .module .works .work .cover {
|
|
|
+ width: 344rpx;
|
|
|
+ height: 194rpx;
|
|
|
+ border-radius: 8rpx;
|
|
|
+}
|
|
|
+.authority .module .works .work .title {
|
|
|
+ width: 344rpx;
|
|
|
+ margin-top: 6rpx;
|
|
|
+ font-size: 32rpx;
|
|
|
+}
|
|
|
+.authority .module .works .audioBox {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.authority .module .works .audioBox .audioPlay {
|
|
|
+ position: absolute;
|
|
|
+ left: 0px;
|
|
|
+ top: 0px;
|
|
|
+ bottom: 0px;
|
|
|
+ right: 0px;
|
|
|
+ margin: auto;
|
|
|
+ width: 220rpx;
|
|
|
+ height: 174rpx;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
+}
|
|
|
+.authority .module .works .audioBox .audioPlay .audioPlayBg {
|
|
|
+ width: 150rpx;
|
|
|
+ height: 150rpx;
|
|
|
+}
|
|
|
+.authority .module .works .audioBox .audioPlay .audioPlayZhen {
|
|
|
+ position: absolute;
|
|
|
+ right: 30rpx;
|
|
|
+ top: 16rpx;
|
|
|
+ width: 32rpx;
|
|
|
+ height: 40rpx;
|
|
|
+}
|
|
|
+.authority .module .works .audioBox .audioPlay .cover {
|
|
|
+ position: absolute;
|
|
|
+ width: 130rpx;
|
|
|
+ height: 130rpx;
|
|
|
+ border-radius: 50%;
|
|
|
+}
|