123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- /* pages/group-details/group-details.wxss */
- /**基础风格样式**/
- @import '../../../towxml/style/main.wxss';
- /**如果页面有动态主题切换,则需要将使用到的样式全部引入**/
- /**主题配色(浅色样式)**/
- @import '../../../towxml/style/theme/light.wxss';
- /**主题配色(深色样式)**/
- @import '../../../towxml/style/theme/dark.wxss';
- .group-details {
- height: 100%;
- width: 100%;
- background: rgba(240, 241, 245, 1);
- }
- .details-head {
- width: 100%;
- background: #fff;
- }
- .headImg {
- display: flex;
- flex-wrap: wrap;
- justify-content: center;
- padding: 40rpx 0;
- box-sizing: border-box;
- }
- .headImg-item {
- position: relative;
- width:104rpx;
- height:104rpx;
- border-radius: 50%;
- margin: 20rpx 22rpx;
- }
- .headImg-item image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .headImg-item .tuanzhangIcon {
- position: absolute;
- right: -20rpx;
- top: -10rpx;
- width: 80rpx;
- height: 30rpx;
- }
- .bg-boder {
- border: 2px solid #61CA54;
- }
- .shengyu {
- display: flex;
- flex-direction: column;
- color: #696969;
- padding-bottom: 20px;
- }
- .shengyu-num {
- text-align: center;
- }
- .shengyu-num text {
- color: #FF4330;
- }
- .shengyu-time {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 8rpx;
- }
- .shengyu-time .time {
- position: relative;
- width: 32rpx;
- height: 36rpx;
- margin: 0 8rpx;
- }
- .shengyu-time .time image {
- position: absolute;
- left: 0;
- top: 0;
- width: 24rpx;
- height: 40rpx;
- }
- .shengyu-time .time text {
- position: absolute;
- left: 4rpx;
- top: 0;
- /* z-index: 2; */
- color: #fff;
- font-size: 28rpx;
- width: 32rpx;
- height: 36rpx;
- line-height: 36rpx;
- background: #ff9209;
- text-align: center;
- border-radius: 4rpx;
- }
- scroll-view {
- height: 64%;
- width: 100%;
- }
- .grade-details {
- background: #fff;
- display: flex;
- flex-direction: column;
- padding: 24rpx;
- }
- .grade-details image {
- width: 100%;
- height: 290rpx;
- border-radius: 20rpx;
- }
- .catalog {
- display: flex;
- align-items: center;
- width: 100%;
- height: 110rpx;
- background: #fff;
- position: relative;
- }
- .catalog image {
- position: absolute;
- left: 374rpx;
- top: 20rpx;
- width: 2rpx;
- height: 66rpx;
- }
- .catalog text {
- flex: 1;
- height: 60rpx;
- text-align: center;
- font-size: 36rpx;
- margin: 0 90rpx;
- box-sizing: border-box;
- }
- .catalog .select {
- border-bottom: 2rpx solid #61CA54;
- color: #61CA54;
- }
- .catalog-list {
- width: 100%;
- padding: 18rpx;
- margin-bottom: 120rpx;
- box-sizing: border-box;
- }
- .know {
- padding: 18rpx;
- box-sizing: border-box;
- }
- .catalog-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 88rpx;
- background: #fff;
- padding: 0 20rpx;
- box-sizing: border-box;
- margin-bottom: 12rpx;
- border-radius: 10rpx;
- }
- .catalog-item .left {
- color: #656565;
- font-size: 36rpx;
- }
- .catalog-item .right {
- color: #939393;
- font-size: 28rpx;
- }
- .catalog-item .right image {
- width: 16rpx;
- height: 28rpx;
- vertical-align: middle;
- margin-right: 6rpx;
- }
- .catalog-item .right text {
- vertical-align: middle;
- }
- .group-details-btn {
- position: fixed;
- bottom: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 100rpx;
- background: #FF9209;
- color: #fff;
- z-index: 99;
- }
- .bottomx {
- bottom: 20rpx;
- }
- .left-btn,
- .right-btn,
- .only-one-btn
- {
- flex: 1;
- height: 54rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .left-btn {
- border-right: 2rpx solid #fff;
- }
- .group-popup {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, .5);
- z-index: 99;
- }
- .group-popup .group-content {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- width: 80%;
- background: #fff;
- border-radius: 20rpx;
- }
- .group-title {
- text-align: center;
- margin: 36rpx 0;
- }
- .group-list {
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 0 62rpx;
- }
- .group-list .group-item {
- position: relative;
- display: flex;
- margin-right: 0;
- justify-content: space-between;
- flex-direction: column;
- }
- .group-content-img {
- width: 214rpx;
- height: 290rpx;
- }
- .sure {
- position: relative;
- width: 392rpx;
- height: 80rpx;
- margin: 36rpx auto 26rpx auto;
- }
- .sure image {
- width: 100%;
- height: 100%;
- }
- .sure text {
- position: absolute;
- left: 164rpx;
- top: 18rpx;
- color: #fff;
- z-index: 2;
- }
- .select-img {
- position: absolute;
- bottom: 56rpx;
- right: 10rpx;
- width: 52rpx;
- height: 52rpx;
- z-index: 99;
- }
- .group-item .item-img {
- width: 214rpx;
- height: 278rpx;
- }
|